0.0.3 • Published 8 years ago

3drotate v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

*WHAT IS 3DRotate? Is a Light c++ binding that allows you to rotate a 3D mesh

After parsing your 3D object you can pass the point cloud and the angle you want to rotate and have the new position of the points as return

´var Rotate = require("3drotate"); ´MY_POINTS_ARRAY = Rotate.rotate(MY_POINTS_ARRAY,ROTATION_OVER_X_AXIS, ROTATION_OVER_Y_AXIS, ROTATION_OVER_Z_AXIS);