encima / encima/jsc3d

Update rotation

Open
#89 0 comments 0 reactions 0 assignees View on GitHub
auto-migrated Priority-Medium Type-Defect
Dominant language
HTML
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

```
Example:
viewer.setParameter('SceneUrl', 'ex1.obj');
viewer.setParameter('InitRotationX', 45);
viewer.setParameter('InitRotationY', 45);
viewer.setParameter('InitRotationZ', 45);

then
viewer.replaceSceneFromUrl('ex2.obj');
viewer.update(true);

How to set new rotation x,y,z of ex2.obj?
```

Original issue reported on code.google.com by `fabien...@gmail.com` on 31 Jul 2014 at 9:48

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.