Skip to content

Commit

Permalink
also output positionOffset
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Oct 13, 2024
1 parent ade6d68 commit 640f836
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ export const ${componentName} = (props: Props) => {
objUrl
? `cadModel={{
objUrl: "${objUrl}",
rotationOffset: { x: 0, y: 0, z: 0 }
rotationOffset: { x: 0, y: 0, z: 0 },
positionOffset: { x: 0, y: 0, z: 0 },
}}`
: ""
}
Expand Down

0 comments on commit 640f836

Please sign in to comment.