fix: Transformation nodes must create new scope #20

Merged
glen merged 2 commits from apply_transform into main 2024-02-14 08:10:01 +00:00
Showing only changes of commit b5b4065d6b - Show all commits

View File

@ -13,9 +13,9 @@ VRML 1.0. Overall, it recognizes and converts
* Title, SceneInfo, BackgroundColor, and View "Info" nodes [this node type * Title, SceneInfo, BackgroundColor, and View "Info" nodes [this node type
was removed in VRML97]. was removed in VRML97].
* All Light nodes * All Light nodes
* Grouping nodes including Transform, Separator, Group, Switch, and WWWAnchor * Grouping nodes including Separator, Group, Switch, and WWWAnchor
* ShapeHints * ShapeHints
* Rotations and Translations * Transformation nodes including Translation, Rotation, Scale, and Transform
* All shape nodes including Cube, Cone, Cylinder, Sphere, IndexedFaceSet, * All shape nodes including Cube, Cone, Cylinder, Sphere, IndexedFaceSet,
IndexedLineSet, PointSet, Coordinate3, and Normal IndexedLineSet, PointSet, Coordinate3, and Normal
* All material nodes including Material, TextureCoordinate2, and Texture2 * All material nodes including Material, TextureCoordinate2, and Texture2