x3dom / apps-modeling

Publicly Available Applications
Other
3 stars 3 forks source link

Grid always in background in OrthoView #70

Closed mlimper closed 10 years ago

mlimper commented 11 years ago

Would probably be useful, since it otherwise pretty randomly intersects the primitives - is this possible with sortKeys or so?

yjung commented 11 years ago

you can try rendering first (sortKey e.g. -1) and also adding a DepthMode as app child with readOnly="true"

Or just translate far away, no perspective to break appearance