Skip to content

Instantly share code, notes, and snippets.

@aamedina
Created June 17, 2013 14:14
Show Gist options
  • Save aamedina/5797187 to your computer and use it in GitHub Desktop.
Save aamedina/5797187 to your computer and use it in GitHub Desktop.
(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