Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Tweak example
  • Loading branch information
siddancha committed Feb 28, 2025
commit 62455ae363d0bc5e85b6d5d58d830d655db7652d
4 changes: 2 additions & 2 deletions test/mujoco_floor.gltf

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion test/mujoco_floor.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@
const geometry = new THREE.PlaneGeometry(20, 20);
const reflector = new THREE_EXAMPLES.Reflector(geometry, {
clipBias: 0.003,
color: 0xffffff
textureWidth: 2048,
textureHeight: 2048,
color: new THREE.Color(0.5, 0.5, 0.5),
});

// Position slightly below the floor
Expand Down