File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,28 @@ Examples
7070 });
7171```
7272
73+ History
74+ ---------
75+ Version 1.0:
76+
77+ - Adds setOrtho2DAspect and setOrthoAspect methods to Scene3D
78+ - Adds mat4TransposeInPlace method and two constants to GLMath
79+ - Renames fromEuler and toEuler methods in GLMath to fromTaitBryan
80+ and toTaitBryan
81+ - Modifies the Lights class
82+ - Allows alpha component in material diffuse
83+ - Optimizes setting uniforms in shader programs
84+ - Adds vertex2 method to Mesh class
85+ - New classes: Transform and ShapeGroup
86+ - Most methods that affect transforms removed, and their functionality
87+ now uses a new getTransform method and the Transform class
88+ - Bug fixes
89+
90+ Version 0.2:
91+
92+ - First Code Project release
93+
94+
7395Source Code
7496---------
7597Source code is available in the [ project page] ( https://github.com/peteroupc/html3dutil ) .
You can’t perform that action at this time.
0 commit comments