FNNDSC / FNNDSC/ami

[Help] Stack world position at world origin

Open
#335 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
745
Forks
212
PR merge metrics
No merged PRs in 30d

Description

### Description
Hi,
I have three scenes with ortho cameras, and the stack isn't in the origin of the scene like can be seen in the figure below

![image](https://user-images.githubusercontent.com/14366202/43791323-b123d062-9a4b-11e8-903c-57980f2f2eb6.png)

Is there some way to move the stack to the origin? I try to move the stackHelper using:
```javascript
stackHelper.applyMatrix( new THREE.Matrix4().makeTranslation( -centerLPS.x, -centerLPS.y, -centerLPS.z ) );
```
but only the plane changed, so it breaks the textures:
![image](https://user-images.githubusercontent.com/14366202/43791696-e2169cee-9a4c-11e8-86a2-821b7bff20ea.png)

PS:
* I tried to ask in the stackoverflow, but it was failing to upload the images.
* I also tried the slack channel, but it redirects to other website

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.