diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lua_core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua_core.c b/src/lua_core.c index af9b6eb..bc2c7e3 100644 --- a/src/lua_core.c +++ b/src/lua_core.c @@ -1221,6 +1221,7 @@ void luaRegister() { assingGlobalFunction( "Vector3OrthoNormalize", lmathVector3OrthoNormalize ); assingGlobalFunction( "Vector3Transform", lmathVector3Transform ); assingGlobalFunction( "Vector3RotateByQuaternion", lmathVector3RotateByQuaternion ); + assingGlobalFunction( "Vector3RotateByAxisAngle", lmathVector3RotateByAxisAngle ); assingGlobalFunction( "Vector3Lerp", lmathVector3Lerp ); assingGlobalFunction( "Vector3Reflect", lmathVector3Reflect ); assingGlobalFunction( "Vector3Min", lmathVector3Min ); |
