forked from LeenkxTeam/LNXSDK
473 B
473 B
- 2019-11-04:
commakey is now,,periodkey is now. - 2018-08-28:
LampObjectandLampDatais nowLightObjectandLightData - 2018-08-28: Use
new Vec4(0,0,1)(orVec4.zAxis()) instead ofVec4.up() - 2018-08-28:
Vec4.lerpis 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().