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.


Topics - nill

Pages: [1]
1
Support / One Object3D or Multi-Object3D ?
« on: 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?
« on: 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
Support / I can't find direct light, it is not be supported?
« on: November 03, 2016, 05:25:08 pm »
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

Pages: [1]