Skip to content

Commit 3d25df4

Browse files
committed
fix(Prop3D): Add missing orientation initialization
1 parent 381be84 commit 3d25df4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Sources/Rendering/Core/Prop3D/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ function vtkProp3D(publicAPI, model) {
144144
const DEFAULT_VALUES = {
145145
origin: [0, 0, 0],
146146
position: [0, 0, 0],
147+
orientation: [0, 0, 0],
147148
rotation: null,
148149
scale: [1, 1, 1],
149150
bounds: [1, -1, 1, -1, 1, -1],

0 commit comments

Comments
 (0)