Skip to content

Commit

Permalink
Merge pull request #12 from SciKit-Surgery/Athena
Browse files Browse the repository at this point in the history
Athena
  • Loading branch information
thompson318 authored Jul 28, 2022
2 parents efa562e + 12cac83 commit c1185ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sksAnatomy.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export function tumouractor0 (urlOptions, callback) {

actor.setMapper(mapper)
mapper.setInputData(polydata)
actor.setPosition(110, 0, 0)
actor.setPosition(125, -10, 0)
callback(error, actor)
})
.catch(err => {
Expand All @@ -92,7 +92,7 @@ export function tumouractor1 (urlOptions, callback) {
const mapper = vtkMapper.newInstance()

actor.setMapper(mapper)
actor.setPosition(100, 20, 100)
actor.setPosition(25, 30, 0)
mapper.setInputData(polydata)
callback(error, actor)
})
Expand Down

0 comments on commit c1185ad

Please sign in to comment.