Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloose committed Nov 20, 2024
1 parent da2f99f commit 889fdbe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/docs/template_file.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,6 @@ For `2d` slots, the `v` array should contain the 4 vertices that represent the
4 corners of the slot frame.

For `3d` slots, the `v` array should contain a single vertex that represents
the origin position of the 3D model.
the origin position of the 3D model. If `rotating` is enabled (default=`false`),
the model will constantly rotate around the Z axis. If the `scale` property
exists (default=`1`), the model will be scaled by the given factor.

0 comments on commit 889fdbe

Please sign in to comment.