forked from mrdoob/three.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtags.json
104 lines (104 loc) · 4.84 KB
/
tags.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"webgl_clipping": [ "solid" ],
"webgl_clipping_advanced": [ "solid" ],
"webgl_clipping_intersection": [ "solid" ],
"webgl_clipping_stencil": [ "solid" ],
"webgl_decals": [ "normals" ],
"webgl_depth_texture": [ "renderTarget" ],
"webgl_framebuffer_texture": [ "renderTarget" ],
"webgl_geometries": [ "geometry" ],
"webgl_geometries_parametric": [ "geometry" ],
"webgl_geometry_colors_lookuptable": [ "vertex" ],
"webgl_geometry_nurbs": [ "curve", "surface" ],
"webgl_geometry_spline_editor": [ "curve" ],
"webgl_geometry_terrain": [ "fog" ],
"webgl_geometry_text": [ "font" ],
"webgl_geometry_text_shapes": [ "font" ],
"webgl_geometry_text_stroke": [ "font" ],
"webgl_helpers": [ "normals", "tangents", "bounding box" ],
"webgl_instancing_performance": [ "batching", "merging" ],
"webgl_interactive_buffergeometry": [ "raycast", "outline" ],
"webgl_interactive_cubes": [ "raycast", "highlight" ],
"webgl_interactive_cubes_gpu": [ "raycast", "highlight" ],
"webgl_interactive_cubes_ortho": [ "raycast", "highlight" ],
"webgl_interactive_lines": [ "raycast" ],
"webgl_interactive_points": [ "raycast" ],
"webgl_interactive_raycasting_points": [ "raycast" ],
"webgl_interactive_voxelpainter": [ "raycast" ],
"webgl_layers": [ "groups" ],
"webgl_lights_hemisphere": [ "directional" ],
"webgl_lights_pointlights": [ "multiple" ],
"webgl_lines_fat": [ "gpu", "stats", "panel" ],
"webgl_lines_fat_raycasting": [ "gpu", "stats", "panel", "raycast" ],
"webgl_loader_ttf": [ "text", "font" ],
"webgl_loader_pdb": [ "molecules", "css2d" ],
"webgl_loader_ldraw": [ "lego" ],
"webgl_lod": [ "level", "details" ],
"webgl_materials_blending": [ "alpha" ],
"webgl_materials_blending_custom": [ "alpha" ],
"webgl_materials_channels": [ "normal", "depth", "rgba packing" ],
"webgl_materials_cubemap_mipmaps": [ "envmap" ],
"webgl_materials_envmaps_hdr": [ "rgbm" ],
"webgl_materials_lightmap": [ "shadow" ],
"webgl_materials_physical_clearcoat": [ "anisotropy" ],
"webgl_materials_physical_transmission": [ "alpha" ],
"webgl_materials_standard": [ "pbr" ],
"webgl_materials_texture_canvas": [ "paint" ],
"webgl_materials_texture_filters": [ "mipmap", "min", "mag" ],
"webgl_materials_texture_manualmipmap": [ "mipmap", "min", "mag" ],
"webgl_materials_subsurface_scattering": [ "derivatives", "translucency" ],
"webgl_materials_wireframe": [ "derivatives" ],
"webgl_math_obb": [ "intersection", "bounding" ],
"webgl_math_orientation_transform": [ "rotation" ],
"webgl_mirror": [ "reflection" ],
"webgl_portal": [ "frameCorners", "renderTarget" ],
"webgl_morphtargets_horse": [ "animation" ],
"webgl_multiple_elements": [ "differential equations", "physics" ],
"webgl_multiple_elements_text": [ "font" ],
"webgl_panorama_cube": [ "envmap" ],
"webgl_panorama_equirectangular": [ "envmap" ],
"webgl_points_billboards": [ "particles" ],
"webgl_points_dynamic": [ "particles" ],
"webgl_points_sprites": [ "particles", "snow" ],
"webgl_points_waves": [ "particles" ],
"webgl_read_float_buffer": [ "texture" ],
"webgl_refraction": [ "water" ],
"webgl_rtt": [ "renderTarget", "texture" ],
"webgl_shaders_ocean": [ "water" ],
"webgl_shaders_sky": [ "sun" ],
"webgl_shaders_tonemapping": [ "hrd" ],
"webgl_shadow_contact": [ "onBeforeCompile", "soft" ],
"webgl_shadowmap_viewer": [ "directional", "spot" ],
"webgl_skinning_simple": [ "animation" ],
"webgl_tonemapping": [ "gltf" ],
"webgl_loader_nodes": [ "caustics", "displace", "xray" ],
"webgl_postprocessing_afterimage": [ "trails" ],
"webgl_postprocessing_dof": [ "bokeh" ],
"webgl_postprocessing_dof2": [ "bokeh" ],
"webgl_postprocessing_fxaa": [ "msaa", "multisampled" ],
"webgl_postprocessing_godrays": [ "light scattering" ],
"webgl_shadowmap_progressive": [ "shadow", "soft", "lightmap", "onBeforeCompile" ],
"webgl_postprocessing_ssaa": [ "msaa", "multisampled" ],
"webgl_postprocessing_ssaa_unbiased": [ "msaa", "multisampled" ],
"webgl_postprocessing_sao": [ "ambient occlusion" ],
"webgl_postprocessing_smaa": [ "msaa", "multisampled" ],
"webgl_postprocessing_sobel": [ "filter", "edge detection" ],
"webgl_postprocessing_ssao": [ "ambient occlusion" ],
"webgl_postprocessing_unreal_bloom": [ "glow" ],
"webgl_postprocessing_unreal_bloom_selective": [ "glow" ],
"webgl_postprocessing_3dlut": [ "color grading" ],
"webgl_materials_modified": [ "onBeforeCompile" ],
"webgl_shadowmap_csm": [ "cascade" ],
"webgl_shadowmap_pcss": [ "soft" ],
"webgl_simple_gi": [ "global illumination" ],
"webgl_tiled_forward": [ "derivatives" ],
"webgl2_multiple_rendertargets": [ "mrt" ],
"webgl2_multisampled_renderbuffers": [ "msaa" ],
"physics_ammo_cloth": [ "integration" ],
"misc_controls_arcball": [ "rotation" ],
"misc_controls_drag": [ "translate" ],
"misc_controls_map": [ "drag" ],
"misc_controls_orbit": [ "rotation" ],
"misc_controls_trackball": [ "rotation" ],
"misc_controls_transform": [ "scale", "rotate", "translate" ]
}