Closed KallynGowdy closed 3 months ago
The #meshPositioningMode tag should be added to help control how GLTF meshes are positioned in a bot. It should support the following options:
#meshPositioningMode
"center"
"absolute"
The
#meshPositioningMode
tag should be added to help control how GLTF meshes are positioned in a bot. It should support the following options:"center"
- This option should cause the mesh to be repositioned to be placed in the center of the bot. It should be the default option."absolute"
- This option should cause the mesh to be placed at its original position. i.e. as if it was not changed.