-
Notifications
You must be signed in to change notification settings - Fork 27
Parallax and Threejs compatibility
thothbot edited this page Dec 18, 2015
·
12 revisions
Three.js 0.73 | Parallax 2.0 |
---|---|
THREE.AnimationAction src\animation\AnimationAction.js |
*** |
THREE.AnimationClip src\animation\AnimationClip.js |
*** |
THREE.AnimationMixer src\animation\AnimationMixer.js |
*** |
THREE.KeyframeTrack src\animation\KeyframeTrack.js |
*** |
THREE.PropertyBinding src\animation\PropertyBinding.js |
*** |
Three.js 0.73 | Parallax 2.0 |
---|---|
THREE.BooleanKeyframeTrack src\animation\tracks\BooleanKeyframeTrack.js |
*** |
THREE.ColorKeyframeTrack src\animation\tracks\ColorKeyframeTrack.js |
*** |
THREE.NumberKeyframeTrack src\animation\tracks\NumberKeyframeTrack.js |
*** |
THREE.QuaternionKeyframeTrack src\animation\tracks\QuaternionKeyframeTrack.js |
*** |
THREE.StringKeyframeTrack src\animation\tracks\StringKeyframeTrack.js |
*** |
THREE.VectorKeyframeTrack src\animation\tracks\VectorKeyframeTrack.js |
*** |
Three.js 0.73 | Parallax 2.0 |
---|---|
THREE.Camera src\cameras\Camera.js |
*** |
THREE.CubeCamera src\cameras\CubeCamera.js |
*** |
THREE.OrthographicCamera src\cameras\OrthographicCamera.js |
*** |
THREE.PerspectiveCamera src\cameras\PerspectiveCamera.js |
*** |
Three.js 0.73 | Parallax 2.0 |
---|---|
THREE.BufferAttribute src\core\BufferAttribute.js |
*** |
THREE.BufferGeometry src\core\BufferGeometry.js |
*** |
THREE.Channels src\core\Channels.js |
*** |
THREE.Clock src\core\Clock.js |
*** |
THREE.DirectGeometry src\core\DirectGeometry.js |
*** |
THREE.DynamicBufferAttribute src\core\BufferAttribute.js |
*** |
THREE.EventDispatcher src\core\EventDispatcher.js |
*** |
THREE.Face3 src\core\Face3.js |
*** |
THREE.Face4 src\core\Face4.js |
*** |
THREE.Float32Attribute src\core\BufferAttribute.js |
*** |
THREE.Float64Attribute src\core\BufferAttribute.js |
*** |
THREE.Geometry src\core\Geometry.js |
*** |
THREE.InstancedBufferAttribute src\core\InstancedBufferAttribute.js |
*** |
THREE.InstancedBufferGeometry src\core\InstancedBufferGeometry.js |
*** |
THREE.InstancedInterleavedBuffer src\core\InstancedInterleavedBuffer.js |
*** |
THREE.Int16Attribute src\core\BufferAttribute.js |
*** |
THREE.Int32Attribute src\core\BufferAttribute.js |
*** |
THREE.Int8Attribute src\core\BufferAttribute.js |
*** |
THREE.InterleavedBuffer src\core\InterleavedBuffer.js |
*** |
THREE.InterleavedBufferAttribute src\core\InterleavedBufferAttribute.js |
*** |
THREE.Object3D src\core\Object3D.js |
*** |
THREE.Uint16Attribute src\core\BufferAttribute.js |
*** |
THREE.Uint32Attribute src\core\BufferAttribute.js |
*** |
THREE.Uint8Attribute src\core\BufferAttribute.js |
*** |
THREE.Uint8ClampedAttribute src\core\BufferAttribute.js |
*** |
Three.js 0.73 | Parallax 2.0 |
---|---|
THREE.Audio src\extras\audio\Audio.js |
*** |
THREE.AudioListener src\extras\audio\AudioListener.js |
*** |
Three.js 0.73 | Parallax 2.0 |
---|---|
THREE.Curve src\extras\core\Curve.js |
*** |
THREE.CurvePath src\extras\core\CurvePath.js |
*** |
THREE.Path src\extras\core\Path.js |
*** |
THREE.Shape src\extras\core\Shape.js |
*** |
Three.js 0.73 | Parallax 2.0 |
---|---|
THREE.ArcCurve src\extras\curves\ArcCurve.js |
*** |
THREE.CubicBezierCurve src\extras\curves\CubicBezierCurve.js |
*** |
THREE.EllipseCurve src\extras\curves\EllipseCurve.js |
*** |
THREE.LineCurve src\extras\curves\LineCurve.js |
*** |
THREE.QuadraticBezierCurve src\extras\curves\QuadraticBezierCurve.js |
*** |
THREE.SplineCurve src\extras\curves\SplineCurve.js |
*** |
Three.js 0.73 | Parallax 2.0 |
---|---|
THREE.BoxGeometry src\extras\geometries\BoxGeometry.js |
*** |
THREE.CircleBufferGeometry src\extras\geometries\CircleBufferGeometry.js |
*** |
THREE.CircleGeometry src\extras\geometries\CircleGeometry.js |
*** |
THREE.CylinderGeometry src\extras\geometries\CylinderGeometry.js |
*** |
THREE.DodecahedronGeometry src\extras\geometries\DodecahedronGeometry.js |
*** |
THREE.EdgesGeometry src\extras\geometries\EdgesGeometry.js |
*** |
THREE.ExtrudeGeometry src\extras\geometries\ExtrudeGeometry.js |
*** |
THREE.IcosahedronGeometry src\extras\geometries\IcosahedronGeometry.js |
*** |
THREE.LatheGeometry src\extras\geometries\LatheGeometry.js |
*** |
THREE.OctahedronGeometry src\extras\geometries\OctahedronGeometry.js |
*** |
THREE.ParametricGeometry src\extras\geometries\ParametricGeometry.js |
*** |
THREE.PlaneBufferGeometry src\extras\geometries\PlaneBufferGeometry.js |
*** |
THREE.PlaneGeometry src\extras\geometries\PlaneGeometry.js |
*** |
THREE.PolyhedronGeometry src\extras\geometries\PolyhedronGeometry.js |
*** |
THREE.RingGeometry src\extras\geometries\RingGeometry.js |
*** |
THREE.ShapeGeometry src\extras\geometries\ShapeGeometry.js |
*** |
THREE.SphereBufferGeometry src\extras\geometries\SphereBufferGeometry.js |
*** |
THREE.SphereGeometry src\extras\geometries\SphereGeometry.js |
*** |
THREE.TetrahedronGeometry src\extras\geometries\TetrahedronGeometry.js |
*** |
THREE.TorusGeometry src\extras\geometries\TorusGeometry.js |
*** |
THREE.TorusKnotGeometry src\extras\geometries\TorusKnotGeometry.js |
*** |
THREE.TubeGeometry src\extras\geometries\TubeGeometry.js |
*** |
THREE.WireframeGeometry src\extras\geometries\WireframeGeometry.js |
*** |
Three.js 0.73 | Parallax 2.0 |
---|---|
THREE.ArrowHelper src\extras\helpers\ArrowHelper.js |
*** |
THREE.AxisHelper src\extras\helpers\AxisHelper.js |
*** |
THREE.BoundingBoxHelper src\extras\helpers\BoundingBoxHelper.js |
*** |
THREE.BoxHelper src\extras\helpers\BoxHelper.js |
*** |
THREE.CameraHelper src\extras\helpers\CameraHelper.js |
*** |
THREE.DirectionalLightHelper src\extras\helpers\DirectionalLightHelper.js |
*** |
THREE.EdgesHelper src\extras\helpers\EdgesHelper.js |
*** |
THREE.FaceNormalsHelper src\extras\helpers\FaceNormalsHelper.js |
*** |
THREE.GridHelper src\extras\helpers\GridHelper.js |
*** |
THREE.HemisphereLightHelper src\extras\helpers\HemisphereLightHelper.js |
*** |
THREE.PointLightHelper src\extras\helpers\PointLightHelper.js |
*** |
THREE.SkeletonHelper src\extras\helpers\SkeletonHelper.js |
*** |
THREE.SpotLightHelper src\extras\helpers\SpotLightHelper.js |
*** |
THREE.VertexNormalsHelper src\extras\helpers\VertexNormalsHelper.js |
*** |
THREE.WireframeHelper src\extras\helpers\WireframeHelper.js |
*** |
Three.js 0.73 | Parallax 2.0 |
---|---|
THREE.ImmediateRenderObject src\extras\objects\ImmediateRenderObject.js |
*** |
THREE.MorphBlendMesh src\extras\objects\MorphBlendMesh.js |
*** |
Three.js 0.73 | Parallax 2.0 |
---|---|
THREE.AmbientLight src\lights\AmbientLight.js |
*** |
THREE.DirectionalLight src\lights\DirectionalLight.js |
*** |
THREE.HemisphereLight src\lights\HemisphereLight.js |
*** |
THREE.Light src\lights\Light.js |
*** |
THREE.LightShadow src\lights\LightShadow.js |
*** |
THREE.PointLight src\lights\PointLight.js |
*** |
THREE.SpotLight src\lights\SpotLight.js |
*** |
Three.js 0.73 | Parallax 2.0 |
---|---|
THREE.AnimationLoader src\loaders\AnimationLoader.js |
*** |
THREE.BinaryTextureLoader src\loaders\BinaryTextureLoader.js |
*** |
THREE.BufferGeometryLoader src\loaders\BufferGeometryLoader.js |
*** |
THREE.CompressedTextureLoader src\loaders\CompressedTextureLoader.js |
*** |
THREE.CubeTextureLoader src\loaders\CubeTextureLoader.js |
*** |
THREE.ImageLoader src\loaders\ImageLoader.js |
*** |
THREE.JSONLoader src\loaders\JSONLoader.js |
*** |
THREE.Loader src\loaders\Loader.js |
*** |
THREE.LoadingManager src\loaders\LoadingManager.js |
*** |
THREE.MaterialLoader src\loaders\MaterialLoader.js |
*** |
THREE.ObjectLoader src\loaders\ObjectLoader.js |
*** |
THREE.TextureLoader src\loaders\TextureLoader.js |
*** |
THREE.XHRLoader src\loaders\XHRLoader.js |
*** |
Three.js 0.73 | Parallax 2.0 |
---|---|
THREE.LineBasicMaterial src\materials\LineBasicMaterial.js |
*** |
THREE.LineDashedMaterial src\materials\LineDashedMaterial.js |
*** |
THREE.Material src\materials\Material.js |
*** |
THREE.MeshBasicMaterial src\materials\MeshBasicMaterial.js |
*** |
THREE.MeshDepthMaterial src\materials\MeshDepthMaterial.js |
*** |
THREE.MeshLambertMaterial src\materials\MeshLambertMaterial.js |
*** |
THREE.MeshNormalMaterial src\materials\MeshNormalMaterial.js |
*** |
THREE.MeshPhongMaterial src\materials\MeshPhongMaterial.js |
*** |
THREE.MultiMaterial src\materials\MultiMaterial.js |
*** |
THREE.ParticleBasicMaterial src\materials\PointsMaterial.js |
*** |
THREE.ParticleSystemMaterial src\materials\PointsMaterial.js |
*** |
THREE.PointCloudMaterial src\materials\PointsMaterial.js |
*** |
THREE.PointsMaterial src\materials\PointsMaterial.js |
*** |
THREE.RawShaderMaterial src\materials\RawShaderMaterial.js |
*** |
THREE.ShaderMaterial src\materials\ShaderMaterial.js |
*** |
THREE.SpriteMaterial src\materials\SpriteMaterial.js |
*** |
Three.js 0.73 | Parallax 2.0 |
---|---|
THREE.Box2 src\math\Box2.js |
*** |
THREE.Box3 src\math\Box3.js |
*** |
THREE.Color src\math\Color.js |
*** |
THREE.Euler src\math\Euler.js |
*** |
THREE.Frustum src\math\Frustum.js |
*** |
THREE.Line3 src\math\Line3.js |
*** |
THREE.Matrix3 src\math\Matrix3.js |
*** |
THREE.Matrix4 src\math\Matrix4.js |
*** |
THREE.Plane src\math\Plane.js |
*** |
THREE.Quaternion src\math\Quaternion.js |
*** |
THREE.Ray src\math\Ray.js |
*** |
THREE.Sphere src\math\Sphere.js |
*** |
THREE.Spline src\math\Spline.js |
*** |
THREE.Triangle src\math\Triangle.js |
*** |
THREE.Vector2 src\math\Vector2.js |
*** |
THREE.Vector3 src\math\Vector3.js |
*** |
THREE.Vector4 src\math\Vector4.js |
*** |
Three.js 0.73 | Parallax 2.0 |
---|---|
THREE.Bone src\objects\Bone.js |
*** |
THREE.Group src\objects\Group.js |
*** |
THREE.LOD src\objects\LOD.js |
*** |
THREE.LensFlare src\objects\LensFlare.js |
*** |
THREE.Line src\objects\Line.js |
*** |
THREE.LineSegments src\objects\LineSegments.js |
*** |
THREE.Mesh src\objects\Mesh.js |
*** |
THREE.ParticleSystem src\objects\Points.js |
*** |
THREE.PointCloud src\objects\Points.js |
*** |
THREE.Points src\objects\Points.js |
*** |
THREE.Skeleton src\objects\Skeleton.js |
*** |
THREE.SkinnedMesh src\objects\SkinnedMesh.js |
*** |
THREE.Sprite src\objects\Sprite.js |
*** |
Three.js 0.73 | Parallax 2.0 |
---|---|
THREE.WebGLRenderTarget src\renderers\WebGLRenderTarget.js |
*** |
THREE.WebGLRenderTargetCube src\renderers\WebGLRenderTargetCube.js |
*** |
THREE.WebGLRenderer src\renderers\WebGLRenderer.js |
*** |
Three.js 0.73 | Parallax 2.0 |
---|---|
THREE.WebGLBufferRenderer src\renderers\webgl\WebGLBufferRenderer.js |
*** |
THREE.WebGLCapabilities src\renderers\webgl\WebGLCapabilities.js |
*** |
THREE.WebGLExtensions src\renderers\webgl\WebGLExtensions.js |
*** |
THREE.WebGLGeometries src\renderers\webgl\WebGLGeometries.js |
*** |
THREE.WebGLIndexedBufferRenderer src\renderers\webgl\WebGLIndexedBufferRenderer.js |
*** |
THREE.WebGLObjects src\renderers\webgl\WebGLObjects.js |
*** |
THREE.WebGLPrograms src\renderers\webgl\WebGLPrograms.js |
*** |
THREE.WebGLProperties src\renderers\webgl\WebGLProperties.js |
*** |
THREE.WebGLShadowMap src\renderers\webgl\WebGLShadowMap.js |
*** |
THREE.WebGLState src\renderers\webgl\WebGLState.js |
*** |
Three.js 0.73 | Parallax 2.0 |
---|---|
THREE.LensFlarePlugin src\renderers\webgl\plugins\LensFlarePlugin.js |
*** |
THREE.SpritePlugin src\renderers\webgl\plugins\SpritePlugin.js |
*** |
Three.js 0.73 | Parallax 2.0 |
---|---|
THREE.Fog src\scenes\Fog.js |
*** |
THREE.FogExp2 src\scenes\FogExp2.js |
*** |
THREE.Scene src\scenes\Scene.js |
*** |
Three.js 0.73 | Parallax 2.0 |
---|---|
THREE.CanvasTexture src\textures\CanvasTexture.js |
*** |
THREE.CompressedTexture src\textures\CompressedTexture.js |
*** |
THREE.CubeTexture src\textures\CubeTexture.js |
*** |
THREE.DataTexture src\textures\DataTexture.js |
*** |
THREE.Texture src\textures\Texture.js |
*** |
THREE.VideoTexture src\textures\VideoTexture.js |
*** |