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 190d8d1 commit 97b7993Copy full SHA for 97b7993
Sources/Filters/Sources/CubeSource/index.js
@@ -175,7 +175,7 @@ function vtkCubeSource(publicAPI, model) {
175
176
// Apply rotation to the points coordinates and normals
177
vtkMatrixBuilder
178
- .buildFromRadian()
+ .buildFromDegree()
179
.rotateX(model.rotations[0])
180
.rotateY(model.rotations[1])
181
.rotateZ(model.rotations[2])
0 commit comments