开发者

How to reduce or remove triangles overlapping in Away3D

I am looking for useful tips for reducing or removing triangle overlapping in Away3D. I already tried to increas segmentsW and segmentsH but it doesn't solve the problem. Here is a snapshot of my problem (The complex cubes are made of Plane objects, Maybe there is a better way to 开发者_如何学Gobuild the complex cubes ?) :

How to reduce or remove triangles overlapping in Away3D

How to reduce or remove triangles overlapping in Away3D

Alternatively does other flash 3d engines produces betters results ?


import away3d.core.render.Renderer; view = new View3D({renderer:Renderer.CORRECT_Z_ORDER}); You also can try "pushfront" or "pushback" properties, set to true to the planes meshes if these are planes... there are other ways, but looking at your example, one of these should be enough and you should be able to set the face count back to minimum

Answered by Fabrice Closier on Away3D.dev (he don't need points ; ))

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜