Skip to content

Commit

Permalink
Update CornellBox.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruesc committed Dec 24, 2023
1 parent ba07b35 commit 4d70495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manual/assets/js/src/objects/CornellBox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ export function createEnvironment(): Group {
export function createActors(): Group {

const actor01 = new Mesh(
new CylinderGeometry(0.5, 0.5, 1),
new CylinderGeometry(0.6, 0.6, 1),
new MeshStandardMaterial({
color: 0xffffaa,
color: 0xffffff,
roughness: 0.5,
metalness: 0
})
Expand Down

0 comments on commit 4d70495

Please sign in to comment.