Skip to content
Discussion options

You must be logged in to vote

If a model appears to be somehow transparent or turned inside out, it is most likely that the ccw field of the geometry must be changed from true to false or from false to true. It also can help to set the solid field to false if the ccw field gives not the desired effect. The ccw defines clockwise/counterclockwise ordering of vertex coordinates, which in turn defines front/back orientation of polygon normals according to Right-Hand Rule (RHR). Setting solid true means draw only one side of polygons (backface culling on), setting solid false means draw both sides of polygons (backface culling off).

Your inline issue: please make sure that the content is still within the x3d-canvas element…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by JeroMiya
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants