.. |
js
|
041054283a
Messing with a new terrain generator demo.
|
14 years ago |
obj
|
6e91de5d8a
Added diffuse map to normal map shader. Changed Lee Perry-Smith demo to use normal map shader.
|
14 years ago |
textures
|
ac5276b41f
Added normal + ambient occlusion + displacement mapping demo.
|
14 years ago |
camera_orthographic.html
|
e46346c9ba
Cleaned up CanvasRenderer/MeshDepthMaterial code.
|
14 years ago |
canvasrenderer_sandbox.html
|
c39eca33ee
Projector::projectScene now does a first pass through Projector::projectObject (which does frustum culling and object sorting).
|
14 years ago |
geometry_birds.html
|
bffdc03cf1
`*.material`→ `*.materials`
|
14 years ago |
geometry_cube.html
|
bffdc03cf1
`*.material`→ `*.materials`
|
14 years ago |
geometry_earth.html
|
00795b3a83
Updated CanvasRenderer and some examples to handle the `Texture( image, mapping)` approach.
|
14 years ago |
geometry_large_mesh.html
|
ecad27eb11
Moved MeshPhongMaterial onto common shader builder machinery, ubershader is no more.
|
14 years ago |
geometry_minecraft.html
|
ecad27eb11
Moved MeshPhongMaterial onto common shader builder machinery, ubershader is no more.
|
14 years ago |
geometry_minecraft_ao.html
|
ecad27eb11
Moved MeshPhongMaterial onto common shader builder machinery, ubershader is no more.
|
14 years ago |
geometry_panorama.html
|
a030086cf5
`texture.loaded = true` → `texture.image.loaded = true`
|
14 years ago |
geometry_panorama_fisheye.html
|
a030086cf5
`texture.loaded = true` → `texture.image.loaded = true`
|
14 years ago |
geometry_terrain.html
|
10e21dde88
`Geometry::computeNormals` → `Geometry::computeFaceNormals`
|
14 years ago |
geometry_terrain_fog_gl.html
|
ecad27eb11
Moved MeshPhongMaterial onto common shader builder machinery, ubershader is no more.
|
14 years ago |
geometry_terrain_gl.html
|
ecad27eb11
Moved MeshPhongMaterial onto common shader builder machinery, ubershader is no more.
|
14 years ago |
geometry_terrain_gl2.html
|
ecad27eb11
Moved MeshPhongMaterial onto common shader builder machinery, ubershader is no more.
|
14 years ago |
interactive_cubes.html
|
bffdc03cf1
`*.material`→ `*.materials`
|
14 years ago |
interactive_cubes_tween.html
|
b449fdf5a8
Added a variation of the interactive example (using Tween.js)
|
14 years ago |
interactive_voxelpainter.html
|
bffdc03cf1
`*.material`→ `*.materials`
|
14 years ago |
lights_pointlights.html
|
bf495aa486
Yet another geometry optimisation to the minecraft demo.
|
14 years ago |
lights_pointlights_gl.html
|
ecad27eb11
Moved MeshPhongMaterial onto common shader builder machinery, ubershader is no more.
|
14 years ago |
lights_pointlights_smooth.html
|
bf495aa486
Yet another geometry optimisation to the minecraft demo.
|
14 years ago |
lights_test.html
|
255c042b1e
Added clear color parameter to WebGLRenderer constructor, also added setClearColor API call.
|
14 years ago |
lines_sphere.html
|
22f48a731b
CanvasRenderer handles textures again.
|
14 years ago |
lines_test.html
|
b913baa6f0
Code clean up and minor optimisations.
|
14 years ago |
materials.html
|
e46346c9ba
Cleaned up CanvasRenderer/MeshDepthMaterial code.
|
14 years ago |
materials_cars.html
|
ecad27eb11
Moved MeshPhongMaterial onto common shader builder machinery, ubershader is no more.
|
14 years ago |
materials_cubemap.html
|
ecad27eb11
Moved MeshPhongMaterial onto common shader builder machinery, ubershader is no more.
|
14 years ago |
materials_cubemap_balls_reflection.html
|
ecad27eb11
Moved MeshPhongMaterial onto common shader builder machinery, ubershader is no more.
|
14 years ago |
materials_cubemap_balls_refraction.html
|
ecad27eb11
Moved MeshPhongMaterial onto common shader builder machinery, ubershader is no more.
|
14 years ago |
materials_cubemap_escher.html
|
ecad27eb11
Moved MeshPhongMaterial onto common shader builder machinery, ubershader is no more.
|
14 years ago |
materials_cubemap_refraction.html
|
ecad27eb11
Moved MeshPhongMaterial onto common shader builder machinery, ubershader is no more.
|
14 years ago |
materials_depth.html
|
e46346c9ba
Cleaned up CanvasRenderer/MeshDepthMaterial code.
|
14 years ago |
materials_gl.html
|
ecad27eb11
Moved MeshPhongMaterial onto common shader builder machinery, ubershader is no more.
|
14 years ago |
materials_grass.html
|
ecad27eb11
Moved MeshPhongMaterial onto common shader builder machinery, ubershader is no more.
|
14 years ago |
materials_multimaterials.html
|
ecad27eb11
Moved MeshPhongMaterial onto common shader builder machinery, ubershader is no more.
|
14 years ago |
materials_normal.html
|
0f52ae5a9b
Added `ImageUtils::loadTexture`.
|
14 years ago |
materials_normalmap.html
|
ecad27eb11
Moved MeshPhongMaterial onto common shader builder machinery, ubershader is no more.
|
14 years ago |
materials_normalmap2.html
|
ecad27eb11
Moved MeshPhongMaterial onto common shader builder machinery, ubershader is no more.
|
14 years ago |
materials_reflection.html
|
508d22f296
Synced with mrdoob's branch.
|
14 years ago |
materials_shaders.html
|
ecad27eb11
Moved MeshPhongMaterial onto common shader builder machinery, ubershader is no more.
|
14 years ago |
materials_shaders_fresnel.html
|
ecad27eb11
Moved MeshPhongMaterial onto common shader builder machinery, ubershader is no more.
|
14 years ago |
materials_video.html
|
a030086cf5
`texture.loaded = true` → `texture.image.loaded = true`
|
14 years ago |
obj_convert_test.html
|
ecad27eb11
Moved MeshPhongMaterial onto common shader builder machinery, ubershader is no more.
|
14 years ago |
particles_floor.html
|
5e2c480b89
Implemented Frustum checking to `Projector::projectObjects` (thanks errynp)
|
14 years ago |
particles_random.html
|
5e2c480b89
Implemented Frustum checking to `Projector::projectObjects` (thanks errynp)
|
14 years ago |
particles_sprites.html
|
5e2c480b89
Implemented Frustum checking to `Projector::projectObjects` (thanks errynp)
|
14 years ago |
particles_waves.html
|
5e2c480b89
Implemented Frustum checking to `Projector::projectObjects` (thanks errynp)
|
14 years ago |
shader.html
|
c186b37be3
Pushed revision to 32.
|
14 years ago |
uqbiquity_test.html
|
ecad27eb11
Moved MeshPhongMaterial onto common shader builder machinery, ubershader is no more.
|
14 years ago |
webglrenderer2_sandbox.html
|
93fa1df174
Added Lee Perry-Smith Normal-notyet-Map demo.
|
14 years ago |