BlackMojito Posted November 27, 2017 Share Posted November 27, 2017 Hi Folks, How can I create a over layer so that the meshes in the layer are always drawn on top of the "basic" meshes? It seems that we can have several mesh layers but I can no longer find them in the tutorials. Thanks Quote Link to comment Share on other sites More sharing options...
dbawel Posted November 27, 2017 Share Posted November 27, 2017 Hi, Set the renderingGroupId attribute to a positive integer value. Example for a mesh named "box" and one named "box1": box.renderingGroupId = 0; box1.renderingGroupId = 1; There are loads of playground examples if you do a search. DB Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.