From 8b58d9fbfbcc078a1853ba47d142a48ffb89e719 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 2 Feb 2022 19:33:59 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3d86e04..7c20dede 100644 --- a/README.md +++ b/README.md @@ -353,7 +353,7 @@ A detail info object can have the following parameters: - "objFilePath" : (string) the file path to a .obj 3d model - "mtlFilePath" : (string) the file path to the material for the .obj model - "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) - "alignToNormal" : (true/false) If it should align with the normal vector of the surface its own (overwrites rotation)