|
1 | 1 | {
|
| 2 | + "misc_controls_arcball": [ "rotation" ], |
| 3 | + "misc_controls_drag": [ "translate" ], |
| 4 | + "misc_controls_map": [ "drag" ], |
| 5 | + "misc_controls_orbit": [ "rotation" ], |
| 6 | + "misc_controls_trackball": [ "rotation" ], |
| 7 | + "misc_controls_transform": [ "scale", "rotate", "translate" ], |
| 8 | + "physics_ammo_cloth": [ "integration" ], |
| 9 | + "physics_rapier_instancing": [ "external" ], |
2 | 10 | "webgl_clipping": [ "solid" ],
|
3 | 11 | "webgl_clipping_advanced": [ "solid" ],
|
4 | 12 | "webgl_clipping_intersection": [ "solid" ],
|
|
96 | 104 | "webgl_simple_gi": [ "global illumination" ],
|
97 | 105 | "webgl2_multiple_rendertargets": [ "mrt" ],
|
98 | 106 | "webgl2_multisampled_renderbuffers": [ "msaa" ],
|
99 |
| - "physics_ammo_cloth": [ "integration" ], |
100 |
| - "physics_rapier_instancing": [ "external" ], |
101 |
| - "misc_controls_arcball": [ "rotation" ], |
102 |
| - "misc_controls_drag": [ "translate" ], |
103 |
| - "misc_controls_map": [ "drag" ], |
104 |
| - "misc_controls_orbit": [ "rotation" ], |
105 |
| - "misc_controls_trackball": [ "rotation" ], |
106 |
| - "misc_controls_transform": [ "scale", "rotate", "translate" ], |
107 | 107 | "webxr_xr_ballshooter": [ "physics" ]
|
108 | 108 | }
|
0 commit comments