提交 a4a8f184 编写于 作者: M Mr.doob

`src/objects/Object3D.js` ⟶ `src/core/Objects3D.js`

上级 2810b2f8
因为 它太大了无法显示 source diff 。你可以改为 查看blob
因为 它太大了无法显示 source diff 。你可以改为 查看blob
/**
* Provides requestAnimationFrame in a cross browser way.
* @author greggman / http://greggman.com/
* @author paulirish / http://paulirish.com/
*/
if ( !window.requestAnimationFrame ) {
......
......@@ -21,20 +21,13 @@ COMMON_FILES = [
'core/Rectangle.js',
'core/Matrix3.js',
'core/Matrix4.js',
'core/Object3D.js',
'core/Quaternion.js',
'core/Vertex.js',
'core/Face3.js',
'core/Face4.js',
'core/UV.js',
'core/Geometry.js',
'objects/Object3D.js',
'objects/Particle.js',
'objects/ParticleSystem.js',
'objects/Line.js',
'objects/Mesh.js',
'objects/Bone.js',
'objects/SkinnedMesh.js',
'objects/Ribbon.js',
'animation/AnimationHandler.js',
'animation/Animation.js',
'cameras/Camera.js',
......@@ -64,6 +57,13 @@ COMMON_FILES = [
'materials/mappings/SphericalReflectionMapping.js',
'materials/mappings/SphericalRefractionMapping.js',
'materials/mappings/UVMapping.js',
'objects/Particle.js',
'objects/ParticleSystem.js',
'objects/Line.js',
'objects/Mesh.js',
'objects/Bone.js',
'objects/SkinnedMesh.js',
'objects/Ribbon.js',
'scenes/Scene.js',
'scenes/Fog.js',
'scenes/FogExp2.js',
......@@ -105,14 +105,14 @@ DOM_FILES = [
'core/Rectangle.js',
'core/Matrix3.js',
'core/Matrix4.js',
'core/Object3D.js',
'core/Vertex.js',
'core/Face3.js',
'core/Face4.js',
'core/UV.js',
'cameras/Camera.js',
'objects/Object3D.js',
'objects/Particle.js',
'materials/ParticleDOMMaterial.js',
'objects/Particle.js',
'scenes/Scene.js',
'renderers/Projector.js',
'renderers/DOMRenderer.js',
......@@ -129,6 +129,7 @@ SVG_FILES = [
'core/Rectangle.js',
'core/Matrix3.js',
'core/Matrix4.js',
'core/Object3D.js',
'core/Vertex.js',
'core/Face3.js',
'core/Face4.js',
......@@ -139,10 +140,6 @@ SVG_FILES = [
'lights/AmbientLight.js',
'lights/DirectionalLight.js',
'lights/PointLight.js',
'objects/Object3D.js',
'objects/Particle.js',
'objects/Line.js',
'objects/Mesh.js',
'materials/Material.js',
'materials/LineBasicMaterial.js',
'materials/MeshBasicMaterial.js',
......@@ -153,6 +150,9 @@ SVG_FILES = [
'materials/MeshFaceMaterial.js',
'materials/ParticleBasicMaterial.js',
'materials/ParticleCircleMaterial.js',
'objects/Particle.js',
'objects/Line.js',
'objects/Mesh.js',
'scenes/Scene.js',
'renderers/Projector.js',
'renderers/SVGRenderer.js',
......@@ -172,6 +172,7 @@ CANVAS_FILES = [
'core/Rectangle.js',
'core/Matrix3.js',
'core/Matrix4.js',
'core/Object3D.js',
'core/Vertex.js',
'core/Face3.js',
'core/Face4.js',
......@@ -182,10 +183,6 @@ CANVAS_FILES = [
'lights/AmbientLight.js',
'lights/DirectionalLight.js',
'lights/PointLight.js',
'objects/Object3D.js',
'objects/Particle.js',
'objects/Line.js',
'objects/Mesh.js',
'materials/Material.js',
'materials/LineBasicMaterial.js',
'materials/MeshBasicMaterial.js',
......@@ -204,6 +201,9 @@ CANVAS_FILES = [
'materials/mappings/SphericalReflectionMapping.js',
'materials/mappings/SphericalRefractionMapping.js',
'materials/mappings/UVMapping.js',
'objects/Particle.js',
'objects/Line.js',
'objects/Mesh.js',
'scenes/Scene.js',
'renderers/Projector.js',
'renderers/CanvasRenderer.js',
......@@ -223,6 +223,7 @@ WEBGL_FILES = [
'core/Rectangle.js',
'core/Matrix3.js',
'core/Matrix4.js',
'core/Object3D.js',
'core/Vertex.js',
'core/Face3.js',
'core/Face4.js',
......@@ -233,11 +234,6 @@ WEBGL_FILES = [
'lights/AmbientLight.js',
'lights/DirectionalLight.js',
'lights/PointLight.js',
'objects/Object3D.js',
'objects/Particle.js',
'objects/ParticleSystem.js',
'objects/Line.js',
'objects/Mesh.js',
'materials/Material.js',
'materials/LineBasicMaterial.js',
'materials/MeshBasicMaterial.js',
......@@ -259,6 +255,10 @@ WEBGL_FILES = [
'materials/mappings/SphericalReflectionMapping.js',
'materials/mappings/SphericalRefractionMapping.js',
'materials/mappings/UVMapping.js',
'objects/Particle.js',
'objects/ParticleSystem.js',
'objects/Line.js',
'objects/Mesh.js',
'scenes/Scene.js',
'scenes/Fog.js',
'scenes/FogExp2.js',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册