We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381be84 commit 3d25df4Copy full SHA for 3d25df4
1 file changed
Sources/Rendering/Core/Prop3D/index.js
@@ -144,6 +144,7 @@ function vtkProp3D(publicAPI, model) {
144
const DEFAULT_VALUES = {
145
origin: [0, 0, 0],
146
position: [0, 0, 0],
147
+ orientation: [0, 0, 0],
148
rotation: null,
149
scale: [1, 1, 1],
150
bounds: [1, -1, 1, -1, 1, -1],
0 commit comments