Skip to content

Commit

Permalink
The rotations are Quaternions, mark them as such
Browse files Browse the repository at this point in the history
  • Loading branch information
sp00n committed Jul 29, 2022
1 parent ddb877d commit bc52fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout2lua.lua
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ local function get_property_string(level, property_key, property_entry)
if ( property_key == "COORDINATES" ) then
STR = STR .. ' -- X, Y, Z'
elseif ( property_key == "ROTATIONS" ) then
STR = STR .. ' -- X, Y, Z1, Z2'
STR = STR .. ' -- X, Y, Z, W (Quaternion)'
end

STR = STR .. '\n'
Expand Down

0 comments on commit bc52fb1

Please sign in to comment.