Message 1 of 3
clippingplane viewing both sides
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
Is it possible to view both sides of the clipping plane i.e like one side solid and other side glass material ( or transparent )
With this api i can invert the plane , but what if i want to view both sides at same time ? any tips
I see there is something called "double sided rendering" not sure how to get it working
setClippingPlane(position, normal, flipped)
Sets the clipping plane.
Parameters:
- position (Pnt3f) - The position of the clipping plane.
- normal (Vec3f) - The normal of the clipping plane.
- flipped (bool) - Sets the direction of the normal.
