- 2019-11-04:
comma
key is now,
,period
key is now.
- 2018-08-28:
LampObject
andLampData
is nowLightObject
andLightData
- 2018-08-28: Use
new Vec4(0,0,1)
(orVec4.zAxis()
) instead ofVec4.up()
- 2018-08-28:
Vec4.lerp
is no longer static, usevar v = new Vec4(); v.lerp(from, to, s)
- 2018-08-21:
Vec4.lerp(to, from, s)
is nowVec4.lerp(from, to, s)
- 2017-12-10: Use
iron.math.Vec4.distance()
instead ofiron.math.Vec4.distance3d()
.