Update README.md

This commit is contained in:
Nick 2022-02-02 19:33:59 -05:00 committed by GitHub
parent 4bf0ab38d3
commit 8b58d9fbfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -353,7 +353,7 @@ A detail info object can have the following parameters:
- "objFilePath" : (string) the file path to a .obj 3d model - "objFilePath" : (string) the file path to a .obj 3d model
- "mtlFilePath" : (string) the file path to the material for the .obj model - "mtlFilePath" : (string) the file path to the material for the .obj model
- "position" : (x, y, z) - "position" : (x, y, z)
- "rotation" : (x, y, z) the euler angle rotation from a 3d vector - "rotation" : (x, y, z) the euler angle rotation from a 3d vector (in degrees)
- "scale" : (decimal number) - "scale" : (decimal number)
- "alignToNormal" : (true/false) If it should align with the normal vector of the surface its own (overwrites rotation) - "alignToNormal" : (true/false) If it should align with the normal vector of the surface its own (overwrites rotation)