question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Z-Ordering of entity collection

See original GitHub issue

It would be nice to be able to change the render order of entities. Right now we have to tweak the eyeOffset which needs to change based on camera distance.

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:16
  • Comments:44 (25 by maintainers)

github_iconTop GitHub Comments

4reactions
hpinkoscommented, Jan 9, 2018

Hi @schitzN, this hasn’t been addressed yet. But stay tuned! We’re starting work on this in the next month

2reactions
jony89commented, Dec 5, 2019

@hpinkos , what is the roadmap regard this feature?

it is extremely needed, and it seems there is no workaround at the moment?

Read more comments on GitHub >

github_iconTop Results From Across the Web

C# - Order Entities in EntityCollection by a DateTime attribute
Hey guys,. I am currently working on some code for a Plug-In and stumbled upon an issue. I am retrieving records stored in...
Read more >
How to order child collections of entities in EF - Stack Overflow
I wrote an extension method that handles sorting a collection by a child property easily in place so there is no need for...
Read more >
Preserve order of entities in EntityCollection between server ...
You can use a PagedCollectionView to get a ordered version of the EntityCollection. The EntityCollection and EntitySet are both unordered.
Read more >
Entity manager tutorial: Order Entity Schema - IBM
(Deprecated) Create four entity classes by using both single and bidirectional relationships, ordered lists, and foreign key relationships.
Read more >
Chapter 7. Collection mapping - Red Hat on GitHub
If a collection is passed from one persistent object to another, its elements might be moved from one table to another. Two entities...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found