We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b2f37 commit 3bc55ccCopy full SHA for 3bc55cc
scripts/JSRootGeoBase.js
@@ -1662,7 +1662,7 @@
1662
1663
matrix = new THREE.Matrix4();
1664
1665
- switch (node.fFinder._typename.charAt[node.fFinder._typename.length-1]) {
+ switch (node.fFinder._typename[node.fFinder._typename.length-1]) {
1666
case 'X': matrix.setPosition(new THREE.Vector3(_shift, 0, 0)); break;
1667
case 'Y': matrix.setPosition(new THREE.Vector3(0, _shift, 0)); break;
1668
case 'Z': matrix.setPosition(new THREE.Vector3(0, 0, _shift)); break;
0 commit comments