Skip to content

Commit c683844

Browse files
committed
changed roughness
1 parent 3f4d7cf commit c683844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/api/src/services/gltf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export async function buildGltfDocument(
4848
let material = doc
4949
.createMaterial()
5050
.setBaseColorFactor([1, 1, 1, 1]) // White base color
51-
.setRoughnessFactor(0.8) // Semi-glossy surface (good for terrain)
51+
.setRoughnessFactor(0.95) // Semi-glossy surface (good for terrain)
5252
.setMetallicFactor(0.0) // Non-metallic (terrain is typically non-metallic)
5353
.setDoubleSided(false);
5454

0 commit comments

Comments
 (0)