Skip to content

Commit fea3e9f

Browse files
committed
Update gltf_content.py
1 parent f70a380 commit fea3e9f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/compas/files/gltf/gltf_content.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -548,12 +548,7 @@ def visit(node, key):
548548

549549
# add extension
550550
pbr_specular_glossiness = KHR_materials_pbrSpecularGlossiness()
551-
pbr_specular_glossiness.diffuse_factor = [
552-
0.980392158,
553-
0.980392158,
554-
0.980392158,
555-
1.0,
556-
]
551+
pbr_specular_glossiness.diffuse_factor = [0.980392158, 0.980392158, 0.980392158, 1.0]
557552
pbr_specular_glossiness.specular_factor = [0.0, 0.0, 0.0]
558553
pbr_specular_glossiness.glossiness_factor = 0.0
559554
texture_transform = KHR_Texture_Transform()

0 commit comments

Comments
 (0)