Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - nill

#1
Support / One Object3D or Multi-Object3D ?
December 31, 2016, 12:03:16 PM
  happy new year!
  here is the question .  I have many text boards to show. 
  1 which is better way to save memory , create a Object3D for each text  or create only one Object3D for all of text?
  2 if i created only one Object3D , how to hide part of this Object3D ? I have tried  get polygon id and using setVertexAlpha(polygonid, alpha) to archive this effect. it seems not work verywell,
    only first of call is work.  (this problem only on android )


#2
Support / Is this a bug of PollyLine?
November 13, 2016, 10:07:21 AM
Docments  saids : "Pollyline will be rendered after all objects have been drawn."
and It is true . see attachment, some lines is on the top of the circle. The circle object has been set to be transparent.

But if I disable the transparent of the circle. The PollyLine will not on top of the circle.  Is it by design?
How can I avoid this situation.

thanks for any comments.
#3
if i set up an ambient light, the scene looks like this:  the surface of the cube all are brightness , see attachment bad.png
i want it looks like good.png , but i can't find direct light to implement that effect.

help me out pls