Spaces:
Running
Running
Update deplacement_dans_env/ctrl_camera_pr_env.js
Browse files
deplacement_dans_env/ctrl_camera_pr_env.js
CHANGED
|
@@ -254,6 +254,8 @@ FreeCamera.prototype._buildAabbsFromFocus = function () {
|
|
| 254 |
this._worldAabb = world;
|
| 255 |
this._useCollision = true;
|
| 256 |
}
|
|
|
|
|
|
|
| 257 |
};
|
| 258 |
|
| 259 |
FreeCamera.prototype._mergeAabbs = function (boxes, gap) {
|
|
|
|
| 254 |
this._worldAabb = world;
|
| 255 |
this._useCollision = true;
|
| 256 |
}
|
| 257 |
+
|
| 258 |
+
console.log('[FREE-CAM] colliders:', boxes.length);
|
| 259 |
};
|
| 260 |
|
| 261 |
FreeCamera.prototype._mergeAabbs = function (boxes, gap) {
|