feat: Set faces one or two-sided, conservatively #17
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: glen/vrml1to97#17
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "faceSides"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Set VRML97 translation of IndexedFaceSets to specify
solid false
unless the faces were explicitly indicated to have CLOCKWISE or
COUNTERCLOCKWISE vertex ordering. This is conservative, but otherwise
shapes may be "see-through" in undesirable ways, if the original
VRML 1 vertices are not ordered consistently with the VRML97 default.
Also fixes a typo/bug in picking up numerical values of parameters,
and ensures that fields in the output VRML97 are always separated by
at least a space, comma, or parenthesis.
Also updates dependencies to their latest versions