Skip to content

Commit 6c66f36

Browse files
committed
version 1.3
1 parent 3e9e276 commit 6c66f36

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,26 @@ Examples
9393
History
9494
---------
9595

96+
Version 1.3:
97+
98+
- Camera class rewritten again, but backwards compatible with
99+
version 1.0
100+
- Add vec3add, vec3sub, vec3copy, vec3assign, vec4assign methods
101+
to GLMath
102+
- Fix quatInvert method and optimize mat4inverseTranspose
103+
method of GLMath
104+
- Add reverseNormals method to GLMath
105+
- Add createCanvasElement, getTimePosition, and newFrames methods to GLUtil
106+
- Deprecate createCanvas method of GLUtil
107+
- Improve renderLoop method of GLUtil
108+
- Improved specular highlights
109+
- Allow coordinate arrays in vertex2 and vertex3 methods of Mesh class
110+
- Resolve some autonormal degenerate cases in SurfaceEval class
111+
- Add getCount method to Lights class
112+
- Add face culling, auto resize, and pixel depth methods to Scene3D class
113+
- Add getClientAspect method to Scene3D class
114+
- Other fixes and improvements
115+
96116
Version 1.2.1:
97117

98118
- Fix bug that occurs when a shape derived from a mesh that defines its own

tests/tests.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
if(FailedTests==0){
88
clog("All tests passed");
99
}
10-
</script>
10+
</script>

tests/tests.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,4 @@ function test(){
163163
-0.40824830532073975, -0.5773502588272095, 0, -1.4142135381698608, 0,
164164
3.464101552963257, 1
165165
]), "The mat4.lookAt() function didn't compute the values correctly.");
166-
}
166+
}

0 commit comments

Comments
 (0)