@panoramax/web-viewer 3.1.0-develop-caea6d48 → 3.1.0-develop-6b1b342b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -1
- package/build/index.css +1 -1
- package/build/index.js +3 -3
- package/build/index.js.map +1 -1
- package/docs/02_Usage.md +237 -223
- package/package.json +1 -1
- package/src/components/Photo.js +2 -1
package/package.json
CHANGED
package/src/components/Photo.js
CHANGED
|
@@ -194,7 +194,8 @@ export default class Photo extends PSViewer {
|
|
|
194
194
|
rotation: following && sameSequence && animated,
|
|
195
195
|
rotateTo: this.getPosition()
|
|
196
196
|
};
|
|
197
|
-
|
|
197
|
+
// Constant direction related to North
|
|
198
|
+
// nodeTransition.rotateTo.yaw += fromNodeHeading - toNodeHeading;
|
|
198
199
|
}
|
|
199
200
|
}
|
|
200
201
|
}
|