alteredq 0fe464c97a Refactored uniforms cloning into separate file so that it can be reused also for MeshShaderMaterials. 15 gadi atpakaļ
..
js 2a8abb5531 Implemented gero3 Rectangle optimisations. 15 gadi atpakaļ
obj 6e91de5d8a Added diffuse map to normal map shader. Changed Lee Perry-Smith demo to use normal map shader. 15 gadi atpakaļ
textures ac5276b41f Added normal + ambient occlusion + displacement mapping demo. 15 gadi atpakaļ
camera_orthographic.html e46346c9ba Cleaned up CanvasRenderer/MeshDepthMaterial code. 15 gadi atpakaļ
canvasrenderer_sandbox.html c39eca33ee Projector::projectScene now does a first pass through Projector::projectObject (which does frustum culling and object sorting). 15 gadi atpakaļ
geometry_birds.html bffdc03cf1 `*.material`→ `*.materials` 15 gadi atpakaļ
geometry_cube.html bffdc03cf1 `*.material`→ `*.materials` 15 gadi atpakaļ
geometry_earth.html 00795b3a83 Updated CanvasRenderer and some examples to handle the `Texture( image, mapping)` approach. 15 gadi atpakaļ
geometry_large_mesh.html 255c042b1e Added clear color parameter to WebGLRenderer constructor, also added setClearColor API call. 15 gadi atpakaļ
geometry_minecraft.html 255c042b1e Added clear color parameter to WebGLRenderer constructor, also added setClearColor API call. 15 gadi atpakaļ
geometry_minecraft_ao.html fb7788f0c6 Resurrected exponential fog as FogExp2. 15 gadi atpakaļ
geometry_panorama.html a030086cf5 `texture.loaded = true` → `texture.image.loaded = true` 15 gadi atpakaļ
geometry_panorama_fisheye.html a030086cf5 `texture.loaded = true` → `texture.image.loaded = true` 15 gadi atpakaļ
geometry_terrain.html 10e21dde88 `Geometry::computeNormals` → `Geometry::computeFaceNormals` 15 gadi atpakaļ
geometry_terrain_fog_gl.html fb7788f0c6 Resurrected exponential fog as FogExp2. 15 gadi atpakaļ
geometry_terrain_gl.html 255c042b1e Added clear color parameter to WebGLRenderer constructor, also added setClearColor API call. 15 gadi atpakaļ
interactive_cubes.html bffdc03cf1 `*.material`→ `*.materials` 15 gadi atpakaļ
interactive_cubes_tween.html b449fdf5a8 Added a variation of the interactive example (using Tween.js) 15 gadi atpakaļ
interactive_voxelpainter.html bffdc03cf1 `*.material`→ `*.materials` 15 gadi atpakaļ
lights_pointlights.html bf495aa486 Yet another geometry optimisation to the minecraft demo. 15 gadi atpakaļ
lights_pointlights_gl.html 255c042b1e Added clear color parameter to WebGLRenderer constructor, also added setClearColor API call. 15 gadi atpakaļ
lights_pointlights_smooth.html bf495aa486 Yet another geometry optimisation to the minecraft demo. 15 gadi atpakaļ
lights_test.html 255c042b1e Added clear color parameter to WebGLRenderer constructor, also added setClearColor API call. 15 gadi atpakaļ
lines_sphere.html 22f48a731b CanvasRenderer handles textures again. 15 gadi atpakaļ
lines_test.html b913baa6f0 Code clean up and minor optimisations. 15 gadi atpakaļ
materials.html e46346c9ba Cleaned up CanvasRenderer/MeshDepthMaterial code. 15 gadi atpakaļ
materials_cars.html 255c042b1e Added clear color parameter to WebGLRenderer constructor, also added setClearColor API call. 15 gadi atpakaļ
materials_cubemap.html 255c042b1e Added clear color parameter to WebGLRenderer constructor, also added setClearColor API call. 15 gadi atpakaļ
materials_cubemap_balls_reflection.html 255c042b1e Added clear color parameter to WebGLRenderer constructor, also added setClearColor API call. 15 gadi atpakaļ
materials_cubemap_balls_refraction.html 255c042b1e Added clear color parameter to WebGLRenderer constructor, also added setClearColor API call. 15 gadi atpakaļ
materials_cubemap_escher.html 255c042b1e Added clear color parameter to WebGLRenderer constructor, also added setClearColor API call. 15 gadi atpakaļ
materials_cubemap_refraction.html 255c042b1e Added clear color parameter to WebGLRenderer constructor, also added setClearColor API call. 15 gadi atpakaļ
materials_depth.html e46346c9ba Cleaned up CanvasRenderer/MeshDepthMaterial code. 15 gadi atpakaļ
materials_gl.html 91b9539e02 Synced with mrdoob's branch. 15 gadi atpakaļ
materials_grass.html 255c042b1e Added clear color parameter to WebGLRenderer constructor, also added setClearColor API call. 15 gadi atpakaļ
materials_multimaterials.html 255c042b1e Added clear color parameter to WebGLRenderer constructor, also added setClearColor API call. 15 gadi atpakaļ
materials_normal.html 0f52ae5a9b Added `ImageUtils::loadTexture`. 15 gadi atpakaļ
materials_normalmap.html 0fe464c97a Refactored uniforms cloning into separate file so that it can be reused also for MeshShaderMaterials. 15 gadi atpakaļ
materials_normalmap2.html 0fe464c97a Refactored uniforms cloning into separate file so that it can be reused also for MeshShaderMaterials. 15 gadi atpakaļ
materials_reflection.html 508d22f296 Synced with mrdoob's branch. 15 gadi atpakaļ
materials_shaders.html 255c042b1e Added clear color parameter to WebGLRenderer constructor, also added setClearColor API call. 15 gadi atpakaļ
materials_shaders_fresnel.html 0fe464c97a Refactored uniforms cloning into separate file so that it can be reused also for MeshShaderMaterials. 15 gadi atpakaļ
materials_video.html a030086cf5 `texture.loaded = true` → `texture.image.loaded = true` 15 gadi atpakaļ
obj_convert_test.html 255c042b1e Added clear color parameter to WebGLRenderer constructor, also added setClearColor API call. 15 gadi atpakaļ
particles_floor.html 5e2c480b89 Implemented Frustum checking to `Projector::projectObjects` (thanks errynp) 15 gadi atpakaļ
particles_random.html 5e2c480b89 Implemented Frustum checking to `Projector::projectObjects` (thanks errynp) 15 gadi atpakaļ
particles_sprites.html 5e2c480b89 Implemented Frustum checking to `Projector::projectObjects` (thanks errynp) 15 gadi atpakaļ
particles_waves.html 5e2c480b89 Implemented Frustum checking to `Projector::projectObjects` (thanks errynp) 15 gadi atpakaļ
uqbiquity_test.html 0fe464c97a Refactored uniforms cloning into separate file so that it can be reused also for MeshShaderMaterials. 15 gadi atpakaļ
webglrenderer2_sandbox.html 93fa1df174 Added Lee Perry-Smith Normal-notyet-Map demo. 15 gadi atpakaļ
粤ICP备19079148号