Spaces:
Running
Running
Update deplacement_dans_env/ctrl_camera_pr_env.js
Browse files
deplacement_dans_env/ctrl_camera_pr_env.js
CHANGED
|
@@ -31,7 +31,7 @@ FreeCamera.attributes.add('mergeGap', { type: 'number', default: 0.0, title: '
|
|
| 31 |
FreeCamera.attributes.add('globalCullFrac', { type: 'number', default: 0.08, title: 'Cull near-global AABBs (0.08=8%)' });
|
| 32 |
|
| 33 |
// Spawn auto (seulement si la position initiale est invalide)
|
| 34 |
-
FreeCamera.attributes.add('autoSpawnInside', { type: 'boolean', default:
|
| 35 |
|
| 36 |
// Bounding Box globale optionnelle (Xmin..Zmax)
|
| 37 |
FreeCamera.attributes.add('Xmin', { type: 'number', default: -Infinity, title: 'BBox Xmin' });
|
|
|
|
| 31 |
FreeCamera.attributes.add('globalCullFrac', { type: 'number', default: 0.08, title: 'Cull near-global AABBs (0.08=8%)' });
|
| 32 |
|
| 33 |
// Spawn auto (seulement si la position initiale est invalide)
|
| 34 |
+
FreeCamera.attributes.add('autoSpawnInside', { type: 'boolean', default: false, title: 'Auto-spawn inside if needed' });
|
| 35 |
|
| 36 |
// Bounding Box globale optionnelle (Xmin..Zmax)
|
| 37 |
FreeCamera.attributes.add('Xmin', { type: 'number', default: -Infinity, title: 'BBox Xmin' });
|