mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-05 06:03:24 +01:00
26 lines
582 B
JSON
Executable File
26 lines
582 B
JSON
Executable File
[
|
|
"src/Three.js",
|
|
"src/math/Color.js",
|
|
"src/math/Quaternion.js",
|
|
"src/math/Vector2.js",
|
|
"src/math/Vector3.js",
|
|
"src/math/Vector4.js",
|
|
"src/math/Euler.js",
|
|
"src/math/Math.js",
|
|
"src/math/Matrix3.js",
|
|
"src/math/Matrix4.js",
|
|
"src/math/Box3.js",
|
|
"src/math/Sphere.js",
|
|
"src/math/Frustum.js",
|
|
"src/math/Plane.js",
|
|
"src/core/EventDispatcher.js",
|
|
"src/core/Object3D.js",
|
|
"src/cameras/Camera.js",
|
|
"src/cameras/PerspectiveCamera.js",
|
|
"src/lights/Light.js",
|
|
"src/objects/Group.js",
|
|
"src/objects/Bone.js",
|
|
"src/scenes/Scene.js",
|
|
"examples/js/renderers/CSS3DRenderer.js"
|
|
]
|