Mr.doob 1be08e8afe WebGLRenderer: Added `deallocateObject` and `deallocateTexture` methods. 14 лет назад
..
fonts ec3ea826ab Added Droid fonts. 14 лет назад
js 20fae814e7 Refactored postprocessing to use double buffering. 14 лет назад
models f0ef2532b8 Merging with @timknip2's mater. 14 лет назад
obj 717e414801 Examples that used Torus_bin now use TorusGeometry. 14 лет назад
scenes d7ec2be764 Added embedded ascii JSON meshes to SceneLoader. 14 лет назад
sounds 7415759392 Added 3d sound support plus example. 15 лет назад
textures 714e9ec302 REVISION++ 14 лет назад
utf8 d5a54e0a4e Added UTF8 format loader and example. 14 лет назад
canvas_camera_orthographic.html 495de75ff2 Added OrthoCamera. 14 лет назад
canvas_geometry_birds.html 0b910d7c31 * Simplified THREE.Color. 14 лет назад
canvas_geometry_cube.html bfdb10a85a Updated all examples so they use the renamed geometry classes. 14 лет назад
canvas_geometry_earth.html 0b910d7c31 * Simplified THREE.Color. 14 лет назад
canvas_geometry_hierarchy.html bfdb10a85a Updated all examples so they use the renamed geometry classes. 14 лет назад
canvas_geometry_panorama.html bfdb10a85a Updated all examples so they use the renamed geometry classes. 14 лет назад
canvas_geometry_panorama_fisheye.html bfdb10a85a Updated all examples so they use the renamed geometry classes. 14 лет назад
canvas_geometry_terrain.html bfdb10a85a Updated all examples so they use the renamed geometry classes. 14 лет назад
canvas_geometry_text.html c0d371be7c Merged with zz85's shape / path / extrude / bevel / text updates. 14 лет назад
canvas_interactive_cubes.html bfdb10a85a Updated all examples so they use the renamed geometry classes. 14 лет назад
canvas_interactive_cubes_tween.html bfdb10a85a Updated all examples so they use the renamed geometry classes. 14 лет назад
canvas_interactive_particles.html 1f660d5df0 Fixed typo. 14 лет назад
canvas_interactive_voxelpainter.html bfdb10a85a Updated all examples so they use the renamed geometry classes. 14 лет назад
canvas_lights_pointlights.html 449a981925 CanvasRenderer: Added distance(falloff) to PointLight. Removed illumination to ParticleCanvasMaterial. 15 лет назад
canvas_lights_pointlights_smooth.html 449a981925 CanvasRenderer: Added distance(falloff) to PointLight. Removed illumination to ParticleCanvasMaterial. 15 лет назад
canvas_lines.html 449a981925 CanvasRenderer: Added distance(falloff) to PointLight. Removed illumination to ParticleCanvasMaterial. 15 лет назад
canvas_lines_sphere.html 449a981925 CanvasRenderer: Added distance(falloff) to PointLight. Removed illumination to ParticleCanvasMaterial. 15 лет назад
canvas_materials.html bfdb10a85a Updated all examples so they use the renamed geometry classes. 14 лет назад
canvas_materials_depth.html 0b910d7c31 * Simplified THREE.Color. 14 лет назад
canvas_materials_normal.html 7480fb69cd Updated README examples. 15 лет назад
canvas_materials_reflection.html 76e7ea3461 Added namespace to all the objects that missed it (geometries, uniforms, etc) 14 лет назад
canvas_materials_video.html bfdb10a85a Updated all examples so they use the renamed geometry classes. 14 лет назад
canvas_particles_floor.html 449a981925 CanvasRenderer: Added distance(falloff) to PointLight. Removed illumination to ParticleCanvasMaterial. 15 лет назад
canvas_particles_random.html c1ce040781 Updated Projector's Particle handling (it wasn't using hierarchy). 14 лет назад
canvas_particles_sprites.html 5bbb1327e9 Fixed CanvasRenderer clearColor with opacity. Now follows WebGL behaviour. (thx @sebleedelisle) 14 лет назад
canvas_particles_waves.html 449a981925 CanvasRenderer: Added distance(falloff) to PointLight. Removed illumination to ParticleCanvasMaterial. 15 лет назад
canvas_performance.html bfdb10a85a Updated all examples so they use the renamed geometry classes. 14 лет назад
canvas_sandbox.html 7c7d4428f2 Moved `src/materials/Mappings.js` inside `src/materials/Texture.js` 14 лет назад
misc_camera_path.html bfdb10a85a Updated all examples so they use the renamed geometry classes. 14 лет назад
misc_camera_roll.html bfdb10a85a Updated all examples so they use the renamed geometry classes. 14 лет назад
misc_camera_trackball.html bfdb10a85a Updated all examples so they use the renamed geometry classes. 14 лет назад
misc_lights_test.html 717e414801 Examples that used Torus_bin now use TorusGeometry. 14 лет назад
misc_lookat.html bfdb10a85a Updated all examples so they use the renamed geometry classes. 14 лет назад
misc_materials_multimaterials.html 087b6090b0 Trying to hack around shared texture trouble in mixed renderer examples. 14 лет назад
misc_sound.html a5b7ea85a9 Removed Sound object and SoundRenderer. 14 лет назад
misc_ubiquity_test.html 7c7d4428f2 Moved `src/materials/Mappings.js` inside `src/materials/Texture.js` 14 лет назад
webgl_animation_skinning.html cbb88c6f3b Added skinning example. 14 лет назад
webgl_collada.html 8fd041508f extras/io > extras/loaders 14 лет назад
webgl_collisions_box.html 1c26dd25ac Fixed collisions examples. 14 лет назад
webgl_collisions_mesh.html 1c26dd25ac Fixed collisions examples. 14 лет назад
webgl_collisions_normal.html 1c26dd25ac Fixed collisions examples. 14 лет назад
webgl_collisions_primitives.html 1c26dd25ac Fixed collisions examples. 14 лет назад
webgl_collisions_reaction.html 78fb8ac6f8 Applied @alteredq's sprite removal bugfix. 14 лет назад
webgl_collisions_terrain.html 1c26dd25ac Fixed collisions examples. 14 лет назад
webgl_collisions_trigger.html 1c26dd25ac Fixed collisions examples. 14 лет назад
webgl_custom_attributes.html 714e9ec302 REVISION++ 14 лет назад
webgl_custom_attributes_particles.html 55efc95b58 Added WebGL detector to custom attributes examples. 14 лет назад
webgl_custom_attributes_particles2.html d31398b28d Added THREE namespace to GeometryUtils. 14 лет назад
webgl_custom_attributes_particles3.html bc73d01762 Added alpha-test particle billboards example. 14 лет назад
webgl_flycamera_earth.html 797530e4f7 Moved 2d filter shaders from ShaderUtils to ShaderExtras. 14 лет назад
webgl_geometries.html 7c7d4428f2 Moved `src/materials/Mappings.js` inside `src/materials/Texture.js` 14 лет назад
webgl_geometry_blenderexport_colors.html 77eed2ea8c Removed most of SeceneUtils methods for simplicity reasons. 14 лет назад
webgl_geometry_colors.html bfdb10a85a Updated all examples so they use the renamed geometry classes. 14 лет назад
webgl_geometry_dynamic.html d65aec1874 Moved `object.dynamic` to `geometry.dynamic`. 14 лет назад
webgl_geometry_hierarchy.html bfdb10a85a Updated all examples so they use the renamed geometry classes. 14 лет назад
webgl_geometry_hierarchy2.html bfdb10a85a Updated all examples so they use the renamed geometry classes. 14 лет назад
webgl_geometry_large_mesh.html 256f9a671a Fix for specular component of Phong and normal map materials. Hope so. 14 лет назад
webgl_geometry_minecraft.html d31398b28d Added THREE namespace to GeometryUtils. 14 лет назад
webgl_geometry_minecraft_ao.html d31398b28d Added THREE namespace to GeometryUtils. 14 лет назад
webgl_geometry_shapes.html e95ca433b2 Merged latest zz85's shapes / curves / extruded geometry updates. 14 лет назад
webgl_geometry_terrain.html 176d0f2884 Merging with @alteredq's branch. 14 лет назад
webgl_geometry_terrain_fog.html 176d0f2884 Merging with @alteredq's branch. 14 лет назад
webgl_geometry_text.html 797530e4f7 Moved 2d filter shaders from ShaderUtils to ShaderExtras. 14 лет назад
webgl_hdr.html bfdb10a85a Updated all examples so they use the renamed geometry classes. 14 лет назад
webgl_interactive_cubes.html 45fa8fff48 Ray.js: Now ignores objects behind origin and also faces behind origin (using the centroid). 14 лет назад
webgl_interactive_voxelpainter.html bfdb10a85a Updated all examples so they use the renamed geometry classes. 14 лет назад
webgl_lights_pointlights.html bfdb10a85a Updated all examples so they use the renamed geometry classes. 14 лет назад
webgl_lines_colors.html 797530e4f7 Moved 2d filter shaders from ShaderUtils to ShaderExtras. 14 лет назад
webgl_lines_cubes.html 8af4dd49c1 WebGLRenderer now uses material.transparent to determine whether a material is transparent or not. 15 лет назад
webgl_lines_sphere.html 22bd108ab1 Added FlyCamera (thanks to James Baicoianu). Added specular map to normal map shader. Added WebGL Earth FlyCamera demo. 14 лет назад
webgl_lines_splines.html 797530e4f7 Moved 2d filter shaders from ShaderUtils to ShaderExtras. 14 лет назад
webgl_lod.html bfdb10a85a Updated all examples so they use the renamed geometry classes. 14 лет назад
webgl_lod_text.html 5833764cca Tweaked LOD text example so it's more obvious. 14 лет назад
webgl_materials.html bfdb10a85a Updated all examples so they use the renamed geometry classes. 14 лет назад
webgl_materials_cars.html 77eed2ea8c Removed most of SeceneUtils methods for simplicity reasons. 14 лет назад
webgl_materials_cars_anaglyph.html 77eed2ea8c Removed most of SeceneUtils methods for simplicity reasons. 14 лет назад
webgl_materials_cars_camaro.html 77eed2ea8c Removed most of SeceneUtils methods for simplicity reasons. 14 лет назад
webgl_materials_cars_camaro_crosseyed.html 77eed2ea8c Removed most of SeceneUtils methods for simplicity reasons. 14 лет назад
webgl_materials_cubemap.html 77eed2ea8c Removed most of SeceneUtils methods for simplicity reasons. 14 лет назад
webgl_materials_cubemap_balls_reflection.html 77eed2ea8c Removed most of SeceneUtils methods for simplicity reasons. 14 лет назад
webgl_materials_cubemap_balls_reflection_anaglyph.html 77eed2ea8c Removed most of SeceneUtils methods for simplicity reasons. 14 лет назад
webgl_materials_cubemap_balls_refraction.html 77eed2ea8c Removed most of SeceneUtils methods for simplicity reasons. 14 лет назад
webgl_materials_cubemap_balls_refraction_crosseyed.html 77eed2ea8c Removed most of SeceneUtils methods for simplicity reasons. 14 лет назад
webgl_materials_cubemap_escher.html 77eed2ea8c Removed most of SeceneUtils methods for simplicity reasons. 14 лет назад
webgl_materials_cubemap_refraction.html 77eed2ea8c Removed most of SeceneUtils methods for simplicity reasons. 14 лет назад
webgl_materials_grass.html 0b910d7c31 * Simplified THREE.Color. 14 лет назад
webgl_materials_normalmap.html 495de75ff2 Added OrthoCamera. 14 лет назад
webgl_materials_normalmap2.html 176d0f2884 Merging with @alteredq's branch. 14 лет назад
webgl_materials_shaders.html 918f36cfa0 Fixed broken shaders example. 14 лет назад
webgl_materials_shaders_fresnel.html 77eed2ea8c Removed most of SeceneUtils methods for simplicity reasons. 14 лет назад
webgl_materials_texture_filters.html f6fa60700e Fixed texture filtering example. 14 лет назад
webgl_materials_video.html 743363b5b5 Updated video and dynamic particles examples to use new postprocessing system. 14 лет назад
webgl_morphtargets.html bfdb10a85a Updated all examples so they use the renamed geometry classes. 14 лет назад
webgl_morphtargets_horse.html 38ac2817a0 Added morphtargets animation example. 14 лет назад
webgl_multiple_canvases_complex.html 77eed2ea8c Removed most of SeceneUtils methods for simplicity reasons. 14 лет назад
webgl_multiple_canvases_grid.html 77eed2ea8c Removed most of SeceneUtils methods for simplicity reasons. 14 лет назад
webgl_objconvert_test.html 087b6090b0 Trying to hack around shared texture trouble in mixed renderer examples. 14 лет назад
webgl_panorama_equirectangular.html bfdb10a85a Updated all examples so they use the renamed geometry classes. 14 лет назад
webgl_particles_billboards.html 76e7ea3461 Added namespace to all the objects that missed it (geometries, uniforms, etc) 14 лет назад
webgl_particles_billboards_colors.html 6bee6c3972 Added AnaglyphWebGLRenderer. 14 лет назад
webgl_particles_dynamic.html 058f86f6ab Moved focus shader out of dynamic particles example into ShaderExtras. 14 лет назад
webgl_particles_random.html 6bee6c3972 Added AnaglyphWebGLRenderer. 14 лет назад
webgl_particles_sprites.html 76e7ea3461 Added namespace to all the objects that missed it (geometries, uniforms, etc) 14 лет назад
webgl_performance.html bd2d39ac6b Fixed broken examples. 15 лет назад
webgl_postprocessing.html 20fae814e7 Refactored postprocessing to use double buffering. 14 лет назад
webgl_postprocessing_dof.html 797530e4f7 Moved 2d filter shaders from ShaderUtils to ShaderExtras. 14 лет назад
webgl_ribbons.html 797530e4f7 Moved 2d filter shaders from ShaderUtils to ShaderExtras. 14 лет назад
webgl_rtt.html 26c9c18e66 Fixed lost webgl_rtt changes in the merge. 14 лет назад
webgl_sandbox.html 797530e4f7 Moved 2d filter shaders from ShaderUtils to ShaderExtras. 14 лет назад
webgl_scene_test.html bfdb10a85a Updated all examples so they use the renamed geometry classes. 14 лет назад
webgl_scene_test_blender.html bfdb10a85a Updated all examples so they use the renamed geometry classes. 14 лет назад
webgl_shader.html bfdb10a85a Updated all examples so they use the renamed geometry classes. 14 лет назад
webgl_shader2.html bfdb10a85a Updated all examples so they use the renamed geometry classes. 14 лет назад
webgl_shader_lava.html 797530e4f7 Moved 2d filter shaders from ShaderUtils to ShaderExtras. 14 лет назад
webgl_shadowmap.html 797530e4f7 Moved 2d filter shaders from ShaderUtils to ShaderExtras. 14 лет назад
webgl_sprites.html 78fb8ac6f8 Applied @alteredq's sprite removal bugfix. 14 лет назад
webgl_test_memory.html 1be08e8afe WebGLRenderer: Added `deallocateObject` and `deallocateTexture` methods. 14 лет назад
webgl_trackballcamera_earth.html 4336d757ac Added WebGLRenderTargetCube. 14 лет назад
webgl_utf8loader.html 42b8b3faa9 Commented out debug dump in UTF8Loader, also capitalized UV.jpg in UTF8Loader example. 14 лет назад
粤ICP备19079148号