mirror of
https://github.com/wahyd4/three.js.git
synced 2026-08-09 04:56:01 +10:00
543 lines
36 KiB
Markdown
543 lines
36 KiB
Markdown
three.js
|
|
========
|
|
|
|
#### Javascript 3D Engine ####
|
|
|
|
The aim of the project is to create a lightweight 3D engine with a very low level of complexity — in other words, for dummies. The engine can render using <canvas>, <svg> and WebGL.
|
|
|
|
[Contributors](http://github.com/mrdoob/three.js/contributors) — [Getting Started](http://www.aerotwist.com/lab/getting-started-with-three-js/) — [API Reference](http://github.com/mrdoob/three.js/wiki/API-Reference)
|
|
|
|
More? [#three.js on irc.freenode.net](http://webchat.freenode.net/?channels=three.js)
|
|
|
|
|
|
### Featured Examples ([View all](http://mrdoob.github.com/three.js/)) ###
|
|
|
|
|
|
#### WebGL (Context 3D) ####
|
|
|
|
<a href="http://mrdoob.github.com/three.js/examples/webgl_panorama_equirectangular.html"><img src="http://mrdoob.github.com/three.js/assets/examples/44_equirectangular.png" width="109" height="82" alt="equirectangular"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/webgl_materials_texture_filters.html"><img src="http://mrdoob.github.com/three.js/assets/examples/42_scissors.png" width="109" height="82" alt="scissors"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/misc_lookat.html"><img src="http://mrdoob.github.com/three.js/assets/examples/41_lookat.png" width="109" height="82" alt="lookat"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/webgl_materials_video.html"><img src="http://mrdoob.github.com/three.js/assets/examples/40_video.png" width="109" height="82" alt="video"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/webgl_postprocessing_dof.html"><img src="http://mrdoob.github.com/three.js/assets/examples/39_dof.png" width="109" height="82" alt="dof"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/webgl_ribbons.html"><img src="http://mrdoob.github.com/three.js/assets/examples/38_ribbon.png" width="109" height="82" alt="ribbon"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/webgl_geometry_colors.html"><img src="http://mrdoob.github.com/three.js/assets/examples/37_vertexcolors.png" width="109" height="82" alt="vertexcolors"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/webgl_particles_billboards_colors.html"><img src="http://mrdoob.github.com/three.js/assets/examples/36_particles.png" width="109" height="82" alt="particles"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/webgl_lines_colors.html"><img src="http://mrdoob.github.com/three.js/assets/examples/35_lines.png" width="109" height="82" alt="lines"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/webgl_shader.html"><img src="http://mrdoob.github.com/three.js/assets/examples/34_shader.png" width="109" height="82" alt="shader"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/webgl_materials_normalmap2.html"><img src="http://mrdoob.github.com/three.js/assets/examples/33_materials_normalmap2.png" width="109" height="82" alt="materials_normalmap2"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/webgl_materials_grass.html"><img src="http://mrdoob.github.com/three.js/assets/examples/32_materials_grass.png" width="109" height="82" alt="materials_grass"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/webgl_materials_normalmap.html"><img src="http://mrdoob.github.com/three.js/assets/examples/31_materials_normalmap.png" width="109" height="82" alt="materials_normalmap"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/webgl_geometry_terrain.html"><img src="http://mrdoob.github.com/three.js/assets/examples/30_geometry_terrain_gl.png" width="109" height="82" alt="geometry_terrain_gl"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/webgl_geometry_minecraft_ao.html"><img src="http://mrdoob.github.com/three.js/assets/examples/29_geometry_minecraft.png" width="109" height="82" alt="geometry_minecraft"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/webgl_materials_shaders_fresnel.html"><img src="http://mrdoob.github.com/three.js/assets/examples/28_materials_shaders_fresnel.png" width="109" height="82" alt="materials_shader_fresnel"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/webgl_materials_cars.html"><img src="http://mrdoob.github.com/three.js/assets/examples/25_materials_cars.png" width="109" height="82" alt="materials_cars"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/webgl_materials_cubemap_refraction.html"><img src="http://mrdoob.github.com/three.js/assets/examples/18_materials_cubemap_refraction.png" width="109" height="82" alt="materials_cubemap_refraction"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/webgl_materials_cubemap_balls_reflection.html"><img src="http://mrdoob.github.com/three.js/assets/examples/15_materials_cubemap_balls_reflection.png" width="109" height="82" alt="materials_cubemap_balls_reflection"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/webgl_materials_cubemap_balls_refraction.html"><img src="http://mrdoob.github.com/three.js/assets/examples/16_materials_cubemap_balls_refraction.png" width="109" height="82" alt="materials_cubemap_balls_refraction"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/webgl_materials_cubemap_escher.html"><img src="http://mrdoob.github.com/three.js/assets/examples/17_materials_cubemap_escher.png" width="109" height="82" alt="materials_cubemap_escher"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/webgl_materials_cubemap.html"><img src="http://mrdoob.github.com/three.js/assets/examples/14_materials_cubemap.png" width="109" height="82" alt="materials_cubemap"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/webgl_materials.html"><img src="http://mrdoob.github.com/three.js/assets/examples/20_materials_gl.png" width="109" height="82" alt="materials_gl"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/webgl_geometry_large_mesh.html"><img src="http://mrdoob.github.com/three.js/assets/examples/12_large_mesh.png" width="109" height="82" alt="large_mesh"></a>
|
|
|
|
|
|
#### Canvas (Context 2D) ####
|
|
|
|
<a href="http://mrdoob.github.com/three.js/examples/canvas_materials_reflection.html"><img src="http://mrdoob.github.com/three.js/assets/examples/27_materials_reflection.png" width="109" height="82" alt="materials_reflection"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/canvas_materials.html"><img src="http://mrdoob.github.com/three.js/assets/examples/13_materials.png" width="109" height="82" alt="materials"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/canvas_materials_depth.html"><img src="http://mrdoob.github.com/three.js/assets/examples/19_materials_depth.png" width="109" height="82" alt="materials_depth"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/canvas_materials_normal.html"><img src="http://mrdoob.github.com/three.js/assets/examples/22_materials_normal.png" width="109" height="82" alt="materials_normal"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/canvas_lights_pointlights.html"><img src="http://mrdoob.github.com/three.js/assets/examples/09_walthead.png" width="109" height="82" alt="lights_pointlights"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/canvas_interactive_cubes.html"><img src="http://mrdoob.github.com/three.js/assets/examples/11_interactive.png" width="109" height="82" alt="interactive_cubes"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/canvas_camera_orthographic.html"><img src="http://mrdoob.github.com/three.js/assets/examples/10_orthographic.png" width="109" height="82" alt="camera_ortographic"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/canvas_geometry_birds.html"><img src="http://mrdoob.github.com/three.js/assets/examples/08_birds.png" width="109" height="82" alt="geometry_birds"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/canvas_geometry_earth.html"><img src="http://mrdoob.github.com/three.js/assets/examples/07_earth.png" width="109" height="82" alt="geometry_earth"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/canvas_geometry_terrain.html"><img src="http://mrdoob.github.com/three.js/assets/examples/06_terrain.png" width="109" height="82" alt="geometry_terrain"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/canvas_materials_video.html"><img src="http://mrdoob.github.com/three.js/assets/examples/24_materials_video.png" width="109" height="82" alt="materials_video"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/canvas_geometry_panorama.html"><img src="http://mrdoob.github.com/three.js/assets/examples/04_vr.png" width="109" height="82" alt="geometry_panorama"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/canvas_geometry_cube.html"><img src="http://mrdoob.github.com/three.js/assets/examples/03_cube.png" width="109" height="82" alt="geometry_cube"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/canvas_particles_sprites.html"><img src="http://mrdoob.github.com/three.js/assets/examples/26_particles_sprites.png" width="109" height="82" alt="particles_sprites"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/canvas_particles_random.html"><img src="http://mrdoob.github.com/three.js/assets/examples/02_random.png" width="109" height="82" alt="particles_random"></a>
|
|
<a href="http://mrdoob.github.com/three.js/examples/canvas_particles_waves.html"><img src="http://mrdoob.github.com/three.js/assets/examples/01_waves.png" width="109" height="82" alt="particles_wave"></a>
|
|
|
|
|
|
### Featured projects ###
|
|
|
|
<a href="http://lights.elliegoulding.com/"><img src="http://mrdoob.github.com/three.js/assets/projects/20_lights.png" width="109" height="82" alt="Lights"></a>
|
|
<a href="http://inear.se/beanstalk/"><img src="http://mrdoob.github.com/three.js/assets/projects/19_beanstalk.png" width="109" height="82" alt="Infinite beanstalk"></a>
|
|
<a href="http://superfad.com/missioncontrol/"><img src="http://mrdoob.github.com/three.js/assets/projects/18_missioncontrol.png" width="109" height="82" alt="Mission Control"></a>
|
|
<a href="http://ro.me/"><img src="http://mrdoob.github.com/three.js/assets/projects/17_rome.png" width="109" height="82" alt="ROME"></a>
|
|
<a href="http://data-arts.appspot.com/globe"><img src="http://mrdoob.github.com/three.js/assets/projects/16_globe.png" width="109" height="82" alt="Globe"></a>
|
|
<a href="http://lab.aerotwist.com/webgl/photoparticles/"><img src="http://mrdoob.github.com/three.js/assets/projects/15_photoparticles.png" width="109" height="82" alt="Photoparticles"></a>
|
|
<a href="http://plumegraph.org/"><img src="http://mrdoob.github.com/three.js/assets/projects/14_plumegraph.png" width="109" height="82" alt="Plumegraph"></a>
|
|
<a href="http://helloracer.com/webgl/"><img src="http://mrdoob.github.com/three.js/assets/projects/13_helloracer.png" width="109" height="82" alt="HelloRacer"></a>
|
|
<a href="http://www.omiod.com/games/fastkat.php"><img src="http://mrdoob.github.com/three.js/assets/projects/12_fastkat.png" width="109" height="82" alt="FastKat"></a>
|
|
<a href="http://antimatter15.com/wp/2010/11/digital-sculpting-with-three-js/"><img src="http://mrdoob.github.com/three.js/assets/projects/11_sculpt.png" width="109" height="82" alt="Sculpt"></a>
|
|
<a href="http://mrdoob.com/projects/voxels/"><img src="http://mrdoob.github.com/three.js/assets/projects/10_voxels.png" width="109" height="82" alt="Voxels"></a>
|
|
<a href="http://thewildernessdowntown.com/"><img src="http://mrdoob.github.com/three.js/assets/projects/09_arcadefire.png" width="109" height="82" alt="The Wilderness Downtown"></a>
|
|
<a href="http://xplsv.com/prods/demos/xplsv_orsotheysay/"><img src="http://mrdoob.github.com/three.js/assets/projects/07_orsotheysay.png" width="109" height="82" alt="Or so they say..."></a>
|
|
|
|
|
|
### Usage ###
|
|
|
|
Download the [minified library](http://mrdoob.github.com/three.js/build/Three.js) and include it in your html.
|
|
Alternatively see [how to build the library yourself](https://github.com/mrdoob/three.js/wiki/build.py,-or-how-to-generate-a-compressed-Three.js-file).
|
|
|
|
```html
|
|
<script src="js/Three.js"></script>
|
|
```
|
|
|
|
This code creates a camera, then creates a scene, adds a cube on it, creates a <canvas> renderer and adds its viewport in the document.body element.
|
|
|
|
```html
|
|
<script>
|
|
|
|
var camera, scene, renderer,
|
|
geometry, material, mesh;
|
|
|
|
init();
|
|
animate();
|
|
|
|
function init() {
|
|
|
|
scene = new THREE.Scene();
|
|
|
|
camera = new THREE.PerspectiveCamera( 75, window.innerWidth / window.innerHeight, 1, 10000 );
|
|
camera.position.z = 1000;
|
|
scene.add( camera );
|
|
|
|
geometry = new THREE.CubeGeometry( 200, 200, 200 );
|
|
material = new THREE.MeshBasicMaterial( { color: 0xff0000, wireframe: true } );
|
|
|
|
mesh = new THREE.Mesh( geometry, material );
|
|
scene.add( mesh );
|
|
|
|
renderer = new THREE.CanvasRenderer();
|
|
renderer.setSize( window.innerWidth, window.innerHeight );
|
|
|
|
document.body.appendChild( renderer.domElement );
|
|
|
|
}
|
|
|
|
function animate() {
|
|
|
|
// note: three.js enables requestAnimationFrame()
|
|
requestAnimationFrame( animate );
|
|
render();
|
|
|
|
}
|
|
|
|
function render() {
|
|
|
|
mesh.rotation.x += 0.01;
|
|
mesh.rotation.y += 0.02;
|
|
|
|
renderer.render( scene, camera );
|
|
|
|
}
|
|
|
|
</script>
|
|
```
|
|
|
|
### Change Log ###
|
|
|
|
2011 11 17 - **r46** (343.383 KB, gzip: 87.468 KB)
|
|
|
|
* Added reflections to Normal Mapping. ([alteredq](http://github.com/alteredq))
|
|
* `Ray` now checks also object children. ([mrdoob](http://github.com/mrdoob))
|
|
* `*Loader.load( parameters )` to `*Loader( url, callback, texturePath )`. ([mrdoob](http://github.com/mrdoob) and [alteredq](http://github.com/alteredq))
|
|
* Reworked scene graph setup. ([mrdoob](http://github.com/mrdoob) and [alteredq](http://github.com/alteredq))
|
|
* Fixed `CanvasRenderer`'s `SphericalReflectionMapping` rendering. ([mrdoob](http://github.com/mrdoob))
|
|
* Improved `SubdivisionModifier`. ([zz85](http://github.com/zz85))
|
|
* Refactored `*Controls` to use externally supplied time delta. ([alteredq](http://github.com/alteredq))
|
|
* Improvements to `CombinedCamera`. ([zz85](http://github.com/zz85))
|
|
* `ColladaLoader` doesn't create extra `Object3D`. ([mrdoob](http://github.com/mrdoob))
|
|
* Improvements to Lambert and Phong materials. ([alteredq](http://github.com/alteredq))
|
|
* Removed multi-materials for simplicity reasons. (Multi-materials will come back with MeshLayerMaterial hopefully soon) ([alteredq](http://github.com/alteredq))
|
|
* Fixed `Ray` not considering edges. ([mrdoob](http://github.com/mrdoob))
|
|
* Massive cleanup to `WebGLRenderer`. ([alteredq](http://github.com/alteredq))
|
|
* `Ray` optimisations. ([mrdoob](http://github.com/mrdoob) and [alteredq](http://github.com/alteredq))
|
|
* JSON file format is now worker-less (this was crashing Chrome/Firefox with dealing with many assets). ([alteredq](http://github.com/alteredq))
|
|
* Improved `CubeGeometry`, `PlaneGeometry`, `IcosahedronGeometry` and `SphereGeometry`. ([mrdoob](http://github.com/mrdoob))
|
|
* Improvements to `Curve`. ([zz85](http://github.com/zz85))
|
|
* Removed `Collisions` code and focusing on `Ray`. ([mrdoob](http://github.com/mrdoob))
|
|
* Added `cloneObject()` method to `SceneUtils`. ([alteredq](http://github.com/alteredq))
|
|
|
|
|
|
2011 10 06 - **r45** (340.863 KB, gzip: 86.568 KB)
|
|
|
|
* `Object/Scene.add*()` and `Object/Scene.remove*()` are now `Object/Scene.add()` and `Object/Scene.remove()`. ([mrdoob](http://github.com/mrdoob))
|
|
* `LOD.add()` is now `LOD.addLevel()`. ([mrdoob](http://github.com/mrdoob))
|
|
* Reworked `CylinderGeometry`. ([mrdoob](http://github.com/mrdoob))
|
|
* Added `.depthWrite` and `.fog` to `Material`. ([alteredq](http://github.com/alteredq))
|
|
* Added `.applyMatrix` to `Geometry`. ([mrdoob](http://github.com/mrdoob))
|
|
* Improved postprocessing stack in `/examples/js/postprocessing`. ([alteredq](http://github.com/alteredq))
|
|
* Added a realistic skin shading example. ([alteredq](http://github.com/alteredq))
|
|
* Started of a GUI for composing scenes and autogenerate code. ([mrdoob](http://github.com/mrdoob))
|
|
* Added `.center()` to `GeometryUtils`. ([alteredq](http://github.com/alteredq))
|
|
* Fixed buggy scenegraph manipulation (adding/removing objects). ([jsermeno](http://github.com/jsermeno), [alteredq](http://github.com/alteredq) and [skython](http://github.com/skython))
|
|
* Renamed `MeshShaderMaterial` to `ShaderMaterial`. ([alteredq](http://github.com/alteredq))
|
|
* Fixed `CanvasRenderer` ignoring color of `SmoothShading`ed `MeshLambertMaterial`. ([mrdoob](http://github.com/mrdoob))
|
|
* Renamed `renderer.data` to `renderer.info`. ([mrdoob](http://github.com/mrdoob))
|
|
* Fixed ShadowMap aspect ratio. ([kig](http://github.com/kig) and [alteredq](http://github.com/alteredq))
|
|
* Fixed `Loader`'s `extractUrlbase()` incorrect output for short urls. ([rectalogic](http://github.com/rectalogic) and [alteredq](http://github.com/alteredq))
|
|
* Added `.color` and `.visible` support to `Sprite`. ([alteredq](http://github.com/alteredq))
|
|
* Added `Face4`, Vertex Colors and Maya support to `ColladaLoader`. ([mrdoob](http://github.com/mrdoob))
|
|
* Rewrite of lighting shader code. ([alteredq](http://github.com/alteredq))
|
|
* Improved internal array concatenation approach. ([pyrotechnick](http://github.com/pyrotechnick))
|
|
* `WebGLRenderer` performance improvements. ([alteredq](http://github.com/alteredq))
|
|
* Added lower level immediate rendering support to `WebGLRenderer`. ([NINE78](http://github.com/NINE78) and [alteredq](http://github.com/alteredq))
|
|
* Added `CubeCamera` for rendering cubemaps. ([alteredq](http://github.com/alteredq))
|
|
* Improved `GeometryUtils`'s `.mergeVertices()` performance. ([zz85](http://github.com/zz85))
|
|
* Removed `Camera`'s `.target`. ([mrdoob](http://github.com/mrdoob))
|
|
* `WebGLRenderer`'s `.clear()` is now `.clear( color, depth, stencil )`. ([mrdoob](http://github.com/mrdoob))
|
|
* Added `.autoClearColor`, `.autoClearDepth` and `.autoClearStencil` to `WebGLRenderer`. ([mrdoob](http://github.com/mrdoob) and [alteredq](http://github.com/alteredq))
|
|
* Added `OctahedronGeometry`. ([clockworkgeek](http://github.com/clockworkgeek))
|
|
* Splitted `Camera` into `PerspectiveCamera` and `OrthographicCamera`. ([mrdoob](http://github.com/mrdoob) and [alteredq](http://github.com/alteredq))
|
|
* Special cameras are now `*Controls`. ([alteredq](http://github.com/alteredq) and [mrdoob](http://github.com/mrdoob))
|
|
* Added `SubdivisionModifier`. ([zz85](http://github.com/zz85))
|
|
* `Projector`'s `unprojectVector()` now also works with `OrthographicCamera`. ([jsermeno](http://github.com/jsermeno))
|
|
* Added `.setLens()` method to `PerspectiveCamera`. ([zz85](http://github.com/zz85))
|
|
* Added Shadow Maps, `Texture`'s `.offset` and `.repeat` and reflections support to Normal Map shader. ([alteredq](http://github.com/alteredq))
|
|
|
|
|
|
2011 09 04 - **r44** (330.356 KB, gzip: 84.039 KB)
|
|
|
|
* Added `ColladaLoader`. ([timknip2](https://github.com/timknip2))
|
|
* Improved `ExtrudeGeometry`. ([zz85](http://github.com/zz85))
|
|
* Fixed `CylinderGeometry` normals. ([alteredq](http://github.com/alteredq))
|
|
* Fixed issue with `WebGLRenderer.setTexture` ([rectalogic](https://github.com/rectalogic))
|
|
* Fixed `TorusGeometry` normals. ([mrdoob](http://github.com/mrdoob))
|
|
* Fixed `Ray` behind-ray intersects. ([mrdoob](http://github.com/mrdoob))
|
|
* Added `OrthoCamera`. ([alteredq](http://github.com/alteredq))
|
|
* Refactored postprocessing effects used in some examples. ([alteredq](http://github.com/alteredq))
|
|
* Added `.deallocateObject()` and `.deallocateTexture()` methods to `WebGLRenderer`. ([mrdoob](http://github.com/mrdoob))
|
|
* Fixed a glitch in normal and phong shader. ([evanw](http://github.com/evanw) and [alteredq](http://github.com/alteredq))
|
|
* Added `.frustumCulled` property to `Object3D`. ([alteredq](http://github.com/alteredq) and [mrdoob](http://github.com/mrdoob))
|
|
|
|
|
|
2011 08 14 - **r43** (298.199 KB, gzip: 74.805 KB)
|
|
|
|
* Improved Blender exporter - 2.58 (and 2.59) support, normals maps, specular, ao maps... ([alteredq](http://github.com/alteredq))
|
|
* Added [CORS](http://www.w3.org/TR/cors/) to `ImageUtils`. ([mrdoob](http://github.com/mrdoob))
|
|
* Refactored `TextGeometry` and added `Shape`, `Curve`, `Path`, `ExtrudeGeometry`, `TextPath`. ([zz85](http://github.com/zz85) and [alteredq](http://github.com/alteredq))
|
|
* Added handling of custom attributes for `ParticleSystems`. ([alteredq](http://github.com/alteredq))
|
|
* Fixed `CanvasRenderer.setClearColor`. ([mrdoob](http://github.com/mrdoob), [StephenHopkins](http://github.com/StephenHopkins) and [sebleedelisle](http://github.com/sebleedelisle))
|
|
* Improved uniform handling in `WebGLRenderer`. ([alteredq](http://github.com/alteredq))
|
|
* Implemented Shadow Mapping in `WebGLRenderer`. ([alteredq](http://github.com/alteredq))
|
|
* Added `Spotlight` light type. ([alteredq](http://github.com/alteredq))
|
|
* Fixed constructor-less prototypes. ([pushmatrix](http://github.com/pushmatrix))
|
|
* Added `DataTexture`. ([alteredq](http://github.com/alteredq))
|
|
* `WebGLRenderer` opaque pass now renders from front to back. ([alteredq](http://github.com/alteredq))
|
|
* Simplified `Color`. ([mrdoob](http://github.com/mrdoob))
|
|
* Added `preserveDrawingBuffer` option to `WebGLRenderer`. ([jeromeetienne](http://github.com/jeromeetienne))
|
|
* Added `UTF8Loader` for loading the new, uber compressed, [UTF8 format](http://code.google.com/p/webgl-loader/). ([alteredq](http://github.com/alteredq))
|
|
* `CanvasRenderer` now supports `RepeatWrapping`, `texture.offset` and `texture.repeat`. ([mrdoob](http://github.com/mrdoob))
|
|
* Removed Stencil Shadows and Lensflare code. ([mrdoob](http://github.com/mrdoob))
|
|
|
|
|
|
2011 07 06 - **r42** (277.852 KB, gzip: 69.469 KB)
|
|
|
|
* Added `AnaglypWebGLRenderer` and `CrosseyedWebGLRenderer`. ([mrdoob](http://github.com/mrdoob), [alteredq](http://github.com/alteredq) and [marklundin](http://github.com/marklundin))
|
|
* Added `TextGeometry`. ([zz85](http://github.com/zz85) and [alteredq](http://github.com/alteredq))
|
|
* Added `setViewOffset` method to `Camera`. ([greggman](http://github.com/greggman))
|
|
* Renamed geometries to `*Geometry`. ([mrdoob](http://github.com/mrdoob))
|
|
* Improved Blender exporter. ([alteredq](http://github.com/alteredq), [sweetfish](http://github.com/sweetfish) and [Jhonnyg](http://github.com/Jhonnyg))
|
|
* Added Blender 2.58 exporter. ([georgik](http://github.com/georgik))
|
|
* Fixed `Matrix4.multiply()`. (thanks [lukem1](http://github.com/lukem1))
|
|
* Added support for additional Euler rotation orders in `Matrix4`. ([rectalogic](http://github.com/rectalogic))
|
|
* Renamed `QuakeCamera` to `FirstPersonCamera`. ([chriskillpack](http://github.com/chriskillpack))
|
|
* Improved Normal Map Shader. ([alteredq](http://github.com/alteredq))
|
|
* `Collision` now supports `Object3D.flipSided` and `Object3D.doubleSided`. ([NINE78](http://github.com/NINE78))
|
|
* Removed most of `SceneUtils` methods. ([mrdoob](http://github.com/mrdoob))
|
|
* Removed `Sound` object and `SoundRenderer`. ([mrdoob](http://github.com/mrdoob))
|
|
|
|
|
|
2011 05 31 - **r41/ROME** (265.317 KB, gzip: 64.849 KB)
|
|
|
|
(Up to this point, some [RO.ME](http://ro.me) specific features managed to get in the lib. The aim is to clean this up in next revisions.)
|
|
|
|
* Improved Blender Object and Scene exporters. ([alteredq](http://github.com/alteredq))
|
|
* Fixes on WebGL attributes. ([alteredq](http://github.com/alteredq) and [empaempa](http://github.com/empaempa))
|
|
* Reduced overall memory footprint. ([mrdoob](http://github.com/mrdoob))
|
|
* Added `Face4` support to `CollisionSystem`. ([NINE78](http://github.com/NINE78))
|
|
* Added Blender 2.57 exporter. ([remoe](http://github.com/remoe))
|
|
* Added `Particle` support to `Ray`. ([mrdoob](http://github.com/mrdoob) and [jaycrossler](http://github.com/jaycrossler))
|
|
* Improved `Ray.intersectObject` performance by checking boundingSphere first. ([mrdoob](http://github.com/mrdoob))
|
|
* Added `TrackballCamera`. ([egraether](http://github.com/egraether))
|
|
* Added `repeat` and `offset` properties to `Texture`. ([mrdoob](http://github.com/mrdoob) and [alteredq](http://github.com/alteredq))
|
|
* Cleaned up `Vector2`, `Vector3` and `Vector4`. ([egraether](http://github.com/egraether))
|
|
|
|
|
|
2011 04 24 - **r40** (263.774 KB, gzip: 64.320 KB)
|
|
|
|
* Fixed `Object3D.lookAt`. ([mrdoob](http://github.com/mrdoob))
|
|
* More and more Blender exporter goodness. ([alteredq](http://github.com/alteredq) and [mrdoob](http://github.com/mrdoob))
|
|
* Improved `CollisionSystem`. ([drojdjou](http://github.com/drojdjou) and [alteredq](http://github.com/alteredq))
|
|
* Fixes on WebGLRenderer. ([empaempa](http://github.com/empaempa))
|
|
* Added `Trident` object. ([sroucheray](http://github.com/sroucheray))
|
|
* Added `data` object to Renderers for getting number of vertices/faces/callDraws from last render. ([mrdoob](http://github.com/mrdoob))
|
|
* Fixed `Projector` handling Particles with hierarchies. ([mrdoob](http://github.com/mrdoob))
|
|
|
|
|
|
2011 04 09 - **r39** (249.048 KB, gzip: 61.020 KB)
|
|
|
|
* Improved WebGLRenderer program cache. ([alteredq](http://github.com/alteredq))
|
|
* Added support for pre-computed edges in loaders and exporters. ([alteredq](http://github.com/alteredq))
|
|
* Added `Collisions` classes. ([drojdjou](http://github.com/drojdjou))
|
|
* Added `Sprite` object. ([empaempa](http://github.com/empaempa))
|
|
* Fixed `*Loader` issue where Workers were kept alive and next loads were delayed. ([alteredq](http://github.com/alteredq))
|
|
* Added `THREE` namespace to all the classes that missed it. ([mrdoob](http://github.com/mrdoob))
|
|
|
|
|
|
2011 03 31 - **r38** (225.442 KB, gzip: 55.908 KB)
|
|
|
|
* Added `LensFlare` light. ([empaempa](http://github.com/empaempa))
|
|
* Added `ShadowVolume` object (stencil shadows). ([empaempa](http://github.com/empaempa))
|
|
* Improved Blender Exporter plus added Scene support. ([alteredq](http://github.com/alteredq))
|
|
* Blender Importer for loading JSON files. ([alteredq](http://github.com/alteredq))
|
|
* Added load/complete callbacks to `Loader` ([mrdoob](http://github.com/mrdoob))
|
|
* Minor WebGL blend mode clean up. ([mrdoob](http://github.com/mrdoob))
|
|
* *Materials now extend Material ([mrdoob](http://github.com/mrdoob))
|
|
* `material.transparent` define whether material is transparent or not (before we were guessing). ([mrdoob](http://github.com/mrdoob))
|
|
* Added internal program cache to WebGLRenderer (reuse already available programs). ([mrdoob](http://github.com/mrdoob))
|
|
|
|
|
|
2011 03 22 - **r37** (208.495 KB, gzip: 51.376 KB)
|
|
|
|
* Changed JSON file format. (**Re-exporting of models required**) ([alteredq](http://github.com/alteredq) and [mrdoob](http://github.com/mrdoob))
|
|
* Updated Blender and 3DSMAX exporters for new format. ([alteredq](http://github.com/alteredq))
|
|
* Vertex colors are now per-face ([alteredq](http://github.com/alteredq))
|
|
* `Geometry.uvs` is now a multidimensional array (allowing infinite uv sets) ([alteredq](http://github.com/alteredq))
|
|
* `CanvasRenderer` renders `Face4` again (without spliting to 2 `Face3`) ([mrdoob](http://github.com/mrdoob))
|
|
* `ParticleCircleMaterial` > `ParticleCanvasMaterial`. Allowing injecting any `canvas.context` code! ([mrdoob](http://github.com/mrdoob))
|
|
|
|
|
|
2011 03 14 - **r36** (194.547 KB, gzip: 48.608 KB)
|
|
|
|
* Added 3DSMAX exporter. ([alteredq](http://github.com/alteredq))
|
|
* Fixed `WebGLRenderer` aspect ratio bug when scene had only one material. ([mrdoob](http://github.com/mrdoob))
|
|
* Added `sizeAttenuation` property to `ParticleBasicMaterial`. ([mrdoob](http://github.com/mrdoob))
|
|
* Added `PathCamera`. ([alteredq](http://github.com/alteredq))
|
|
* Fixed `WebGLRenderer` bug when Camera has a parent. Camera`Camera.updateMatrix` method. ([empaempa](http://github.com/empaempa))
|
|
* Fixed `Camera.updateMatrix` method and `Object3D.updateMatrix`. ([mrdoob](http://github.com/mrdoob))
|
|
|
|
|
|
2011 03 06 - **r35** (187.875 KB, gzip: 46.433 KB)
|
|
|
|
* Added methods `translate`, `translateX`, `translateY`, `translateZ` and `lookAt` methods to `Object3D`. ([mrdoob](http://github.com/mrdoob))
|
|
* Added methods `setViewport` and `setScissor` to `WebGLRenderer`. ([alteredq](http://github.com/alteredq))
|
|
* Added support for non-po2 textures. ([mrdoob](http://github.com/mrdoob) and [alteredq](http://github.com/alteredq))
|
|
* Minor API clean up. ([mrdoob](http://github.com/mrdoob))
|
|
|
|
|
|
2011 03 02 - **r34** (186.045 KB, gzip: 45.953 KB)
|
|
|
|
* Now using camera.matrixWorldInverse instead of camera.matrixWorld for projecting. ([empaempa](http://github.com/empaempa) and [mrdoob](http://github.com/mrdoob))
|
|
* Camel cased properties and object json format (**Re-exporting of models required**) ([alteredq](http://github.com/alteredq))
|
|
* Added `QuakeCamera` for easy fly-bys ([alteredq](http://github.com/alteredq))
|
|
* Added `LOD` example ([alteredq](http://github.com/alteredq))
|
|
|
|
|
|
2011 02 26 - **r33** (184.483 KB, gzip: 45.580 KB)
|
|
|
|
* Changed build setup (**build/Three.js now also include extras**) ([mrdoob](http://github.com/mrdoob))
|
|
* Added `ParticleSystem` object to `WebGLRenderer` ([alteredq](http://github.com/alteredq))
|
|
* Added `Line` support to `WebGLRenderer` ([alteredq](http://github.com/alteredq))
|
|
* Added vertex colors support to `WebGLRenderer` ([alteredq](http://github.com/alteredq))
|
|
* Added `Ribbon` object. ([alteredq](http://github.com/alteredq))
|
|
* Added updateable textures support to `WebGLRenderer` ([alteredq](http://github.com/alteredq))
|
|
* Added `Sound` object and `SoundRenderer`. ([empaempa](http://github.com/empaempa))
|
|
* `LOD`, `Bone`, `SkinnedMesh` objects and hierarchy being developed. ([empaempa](http://github.com/empaempa))
|
|
* Added hierarchies examples ([mrdoob](http://github.com/mrdoob))
|
|
|
|
|
|
2010 12 31 - **r32** (89.301 KB, gzip: 21.351 KB)
|
|
|
|
* `Scene` now supports `Fog` and `FogExp2`. `WebGLRenderer` only right now. ([alteredq](http://github.com/alteredq))
|
|
* Added `setClearColor( hex, opacity )` to `WebGLRenderer` and `CanvasRenderer` ([alteredq](http://github.com/alteredq) & [mrdoob](http://github.com/mrdoob))
|
|
* `WebGLRenderer` shader system refactored improving performance. ([alteredq](http://github.com/alteredq))
|
|
* `Projector` now does frustum culling of all the objects using their sphereBoundingBox. (thx [errynp](http://github.com/errynp))
|
|
* `material` property changed to `materials` globaly.
|
|
|
|
|
|
2010 12 06 - **r31** (79.479 KB, gzip: 18.788 KB)
|
|
|
|
* Minor Materials API change (mappings). ([alteredq](http://github.com/alteredq) & [mrdoob](http://github.com/mrdoob))
|
|
* Added Filters to `WebGLRenderer`
|
|
* `python build.py --includes` generates includes string
|
|
|
|
|
|
2010 11 30 - **r30** (77.809 KB, gzip: 18.336 KB)
|
|
|
|
* Reflection and Refraction materials support in `WebGLRenderer` ([alteredq](http://github.com/alteredq))
|
|
* `SmoothShading` support on `CanvasRenderer`/`MeshLambertMaterial`
|
|
* `MeshShaderMaterial` for `WebGLRenderer` ([alteredq](http://github.com/alteredq))
|
|
* Removed `RenderableFace4` from `Projector`/`CanvasRenderer` (maybe just temporary).
|
|
* Added extras folder with `GeometryUtils`, `ImageUtils`, `SceneUtils` and `ShaderUtils` ([alteredq](http://github.com/alteredq) & [mrdoob](http://github.com/mrdoob))
|
|
* Blender 2.5x Slim now the default exporter (old exporter removed).
|
|
|
|
|
|
2010 11 17 - **r29** (69.563 KB)
|
|
|
|
* **New materials API** Still work in progress, but mostly there. ([alteredq](http://github.com/alteredq) & [mrdoob](http://github.com/mrdoob))
|
|
* Line clipping in `CanvasRenderer` ([julianwa](http://github.com/julianwa))
|
|
* Refactored `CanvasRenderer` and `SVGRenderer`. ([mrdoob](http://github.com/mrdoob))
|
|
* Switched to Closure compiler.
|
|
|
|
|
|
2010 11 04 - **r28** (62.802 KB)
|
|
|
|
* `Loader` class allows load geometry asynchronously at runtime. ([alteredq](http://github.com/alteredq))
|
|
* `MeshPhongMaterial` working with `WebGLRenderer`. ([alteredq](http://github.com/alteredq))
|
|
* Support for *huge* objects. Max 500k polys and counting. ([alteredq](http://github.com/alteredq))
|
|
* `Projector.unprojectVector` and `Ray` class to check intersections with faces (based on [mindlapse](http://github.com/mindlapse) work)
|
|
* Fixed `Projector` z-sorting (not as jumpy anymore).
|
|
* Fixed Orthographic projection (was y-inverted).
|
|
* Hmmm.. lib file size starting to get too big...
|
|
|
|
|
|
2010 10 28 - **r25** (54.480 KB)
|
|
|
|
* `WebGLRenderer` now up to date with other renderers! ([alteredq](http://github.com/alteredq))
|
|
* .obj to .js python converter ([alteredq](http://github.com/alteredq))
|
|
* Blender 2.54 exporter
|
|
* Added `MeshFaceMaterial` (multipass per face)
|
|
* Reworked `CanvasRenderer` and `SVGRenderer` material handling
|
|
|
|
|
|
2010 10 06 - **r18** (44.420 KB)
|
|
|
|
* Added `PointLight`
|
|
* `CanvasRenderer` and `SVGRenderer` basic lighting support (ColorStroke/ColorFill only)
|
|
* `Renderer` > `Projector`. `CanvasRenderer`, `SVGRenderer` and `DOMRenderer` do not extend anymore
|
|
* Added `computeCentroids` method to `Geometry`
|
|
|
|
|
|
2010 09 17 - **r17** (39.487 KB)
|
|
|
|
* Added `Light`, `AmbientLight` and `DirectionalLight` ([philogb](http://github.com/philogb))
|
|
* `WebGLRenderer` basic lighting support ([philogb](http://github.com/philogb))
|
|
* Memory optimisations
|
|
|
|
|
|
2010 08 21 - **r16** (35.592 KB)
|
|
|
|
* Workaround for Opera bug (clearRect not working with context with negative scale)
|
|
* Additional `Matrix4` and `Vector3` methods
|
|
|
|
|
|
2010 07 23 - **r15** (32.440 KB)
|
|
|
|
* Using new object `UV` instead of `Vector2` where it should be used
|
|
* Added `Mesh.flipSided` boolean (false by default)
|
|
* `CanvasRenderer` was handling UVs at 1,1 as bitmapWidth, bitmapHeight (instead of bitmapWidth - 1, bitmapHeight - 1)
|
|
* `ParticleBitmapMaterial.offset` added
|
|
* Fixed gap when rendering `Face4` with `MeshBitmapUVMappingMaterial`
|
|
|
|
|
|
2010 07 17 - **r14** (32.144 KB)
|
|
|
|
* Refactored `CanvasRenderer` (more duplicated code, but easier to handle)
|
|
* `Face4` now supports `MeshBitmapUVMappingMaterial`
|
|
* Changed order of `*StrokeMaterial` parameters. Now it's `color`, `opacity`, `lineWidth`.
|
|
* `BitmapUVMappingMaterial` > `MeshBitmapUVMappingMaterial`
|
|
* `ColorFillMaterial` > `MeshColorFillMaterial`
|
|
* `ColorStrokeMaterial` > `MeshColorStrokeMaterial`
|
|
* `FaceColorFillMaterial` > `MeshFaceColorFillMaterial`
|
|
* `FaceColorStrokeMaterial` > `MeshFaceColorStrokeMaterial`
|
|
* `ColorStrokeMaterial` > `LineColorMaterial`
|
|
* `Rectangle.instersects` returned false with rectangles with 0px witdh or height
|
|
|
|
|
|
2010 07 12 - **r13** (29.492 KB)
|
|
|
|
* Added `ParticleCircleMaterial` and `ParticleBitmapMaterial`
|
|
* `Particle` now use `ParticleCircleMaterial` instead of `ColorFillMaterial`
|
|
* `Particle.size` > `Particle.scale.x` and `Particle.scale.y`
|
|
* `Particle.rotation.z` for rotating the particle
|
|
* `SVGRenderer` currently out of sync
|
|
|
|
|
|
2010 07 07 - **r12** (28.494 KB)
|
|
|
|
* First version of the `WebGLRenderer` (`ColorFillMaterial` and `FaceColorFillMaterial` by now)
|
|
* `Matrix4.lookAt` fix (`CanvasRenderer` and `SVGRenderer` now handle the -Y)
|
|
* `Color` now using 0-1 floats instead of 0-255 integers
|
|
|
|
|
|
2010 07 03 - **r11** (23.541 KB)
|
|
|
|
* Blender 2.5 exporter (utils/export_threejs.py) now exports UV and normals (Thx [kikko](http://github.com/kikko))
|
|
* `Scene.add` > `Scene.addObject`
|
|
* Enabled `Scene.removeObject`
|
|
|
|
|
|
2010 06 22 - **r10** (23.959 KB)
|
|
|
|
* Changed Camera system. (Thx [Paul Brunt](http://github.com/supereggbert))
|
|
* `Object3D.overdraw = true` to enable CanvasRenderer screen space point expansion hack.
|
|
|
|
|
|
2010 06 20 - **r9** (23.753 KB)
|
|
|
|
* JSLinted.
|
|
* `autoClear` property for renderers.
|
|
* Removed SVG rgba() workaround for WebKit. (WebKit now supports it)
|
|
* Fixed matrix bug. (transformed objects outside the x axis would get infinitely tall :S)
|
|
|
|
|
|
2010 06 06 - **r8** (23.496 KB)
|
|
|
|
* Moved UVs to `Geometry`.
|
|
* `CanvasRenderer` expands screen space points (workaround for antialias gaps).
|
|
* `CanvasRenderer` supports `BitmapUVMappingMaterial`.
|
|
|
|
|
|
2010 06 05 - **r7** (22.387 KB)
|
|
|
|
* Added Line Object.
|
|
* Workaround for WebKit not supporting rgba() in SVG yet.
|
|
* No need to call updateMatrix(). Use .autoUpdateMatrix = false if needed. (Thx [Gregory Athons](http://github.com/gregmax17)).
|
|
|
|
|
|
2010 05 17 - **r6** (21.003 KB)
|
|
|
|
* 2d clipping on `CanvasRenderer` and `SVGRenderer`
|
|
* `clearRect` optimisations on `CanvasRenderer`
|
|
|
|
|
|
2010 05 16 - **r5** (19.026 KB)
|
|
|
|
* Removed Class.js dependency
|
|
* Added `THREE` namespace
|
|
* `Camera.x` -> `Camera.position.x`
|
|
* `Camera.target.x` > `Camera.target.position.x`
|
|
* `ColorMaterial` > `ColorFillMaterial`
|
|
* `FaceColorMaterial` > `FaceColorFillMaterial`
|
|
* Materials are now multipass (use array)
|
|
* Added `ColorStrokeMaterial` and `FaceColorStrokeMaterial`
|
|
* `geometry.faces.a` are now indexes instead of references
|
|
|
|
|
|
2010 04 26 - **r4** (16.274 KB)
|
|
|
|
* `SVGRenderer` Particle rendering
|
|
* `CanvasRenderer` uses `context.setTransform` to avoid extra calculations
|
|
|
|
|
|
2010 04 24 - **r3** (16.392 KB)
|
|
|
|
* Fixed incorrect rotation matrix transforms
|
|
* Added `Plane` and `Cube` primitives
|
|
|
|
|
|
2010 04 24 - **r2** (15.724 KB)
|
|
|
|
* Improved `Color` handling
|
|
|
|
|
|
2010 04 24 - **r1** (15.25 KB)
|
|
|
|
* First alpha release
|