Created
June 17, 2013 14:14
-
-
Save aamedina/5797187 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(def Camera THREE.Camera) | |
(def PerspectiveCamera THREE.PerspectiveCamera) | |
(def Scene THREE.Scene) | |
(def Renderer THREE.WebGLRenderer) | |
(def Texture THREE.Texture) | |
(def ImageUtils THREE.ImageUtils) | |
(def AdditiveBlending THREE.AdditiveBlending) | |
(def Mesh THREE.Mesh) | |
(def Geometry THREE.Geometry) | |
(def Vertex THREE.Vertex) | |
(def Vector3 THREE.Vector3) | |
(def ParticleBasicMaterial THREE.ParticleBasicMaterial) | |
(def ParticleSystem THREE.ParticleSystem) | |
(def SphereGeometry THREE.SphereGeometry) | |
(def CubeGeometry THREE.CubeGeometry) | |
(def MeshLambertMaterial THREE.MeshLambertMaterial) | |
(def MeshBasicMaterial THREE.MeshBasicMaterial) | |
(def PointLight THREE.PointLight) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment