![]() |
|
#1
|
|||
|
|||
|
Make an object transparent if you see it from its back
Is there any simple and easy way of doing this? Disable/hide an object if you see it from its back??
|
|
#2
|
|||
|
|||
|
Try enabling back face culling:
Code:
node.enable(viz.CULL_FACE) |
|
#3
|
|||
|
|||
|
Great, but can I do the same for a "box" instead of "plane"??
and.. would it be possible to render with a certain alpha instead of full transparency? thank you. |
|
#4
|
|||
|
|||
|
Back face culling works on any model. However, it does not support rendering with transparency.
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to render a texture of the transparent object and then blur it | whj | Vizard | 1 | 09-25-2012 04:15 PM |
| retrieve Object names | Geoffrey | Vizard | 11 | 12-11-2009 05:26 AM |
| Making an object to appear after other object done animating | jaylocco | Vizard | 2 | 07-13-2009 07:17 PM |
| How to make an object fixed in viewpoint coordinate system? | Xianshi Xie | Vizard | 1 | 06-22-2009 12:31 PM |
| rotate to object | jargon | Vizard | 1 | 08-08-2005 01:20 PM |