We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f4d7cf commit c683844Copy full SHA for c683844
apps/api/src/services/gltf.ts
@@ -48,7 +48,7 @@ export async function buildGltfDocument(
48
let material = doc
49
.createMaterial()
50
.setBaseColorFactor([1, 1, 1, 1]) // White base color
51
- .setRoughnessFactor(0.8) // Semi-glossy surface (good for terrain)
+ .setRoughnessFactor(0.95) // Semi-glossy surface (good for terrain)
52
.setMetallicFactor(0.0) // Non-metallic (terrain is typically non-metallic)
53
.setDoubleSided(false);
54
0 commit comments