asdf
parent
8f6cd0bd16
commit
682999ae01
|
|
@ -1,5 +1,6 @@
|
|||
import * as THREE from 'three';
|
||||
import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls.js';
|
||||
import * as THREE from '/urdfviewer/node_modules/three/build/three.module.js';
|
||||
import { OrbitControls } from '/urdfviewer/node_modules/three/examples/jsm/controls/OrbitControls.js';
|
||||
|
||||
import URDFLoader from './urdf/ExtendedURDFLoader.js';
|
||||
import { createRotationSector, createAngleIndicator, createJointLabel } from './JointVisualiser.js';
|
||||
import ExtendedURDFLoader from './urdf/ExtendedURDFLoader.js';
|
||||
|
|
|
|||
Loading…
Reference in New Issue