We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efa562e + 12cac83 commit c1185adCopy full SHA for c1185ad
src/sksAnatomy.js
@@ -66,7 +66,7 @@ export function tumouractor0 (urlOptions, callback) {
66
67
actor.setMapper(mapper)
68
mapper.setInputData(polydata)
69
- actor.setPosition(110, 0, 0)
+ actor.setPosition(125, -10, 0)
70
callback(error, actor)
71
})
72
.catch(err => {
@@ -92,7 +92,7 @@ export function tumouractor1 (urlOptions, callback) {
92
const mapper = vtkMapper.newInstance()
93
94
95
- actor.setPosition(100, 20, 100)
+ actor.setPosition(25, 30, 0)
96
97
98
0 commit comments