Skip to content

Commit

Permalink
Merge branch 'main' into gltf-pbr-anisotropy
Browse files Browse the repository at this point in the history
  • Loading branch information
ggetz committed May 20, 2024
2 parents df61c61 + 6c462b7 commit 1237a7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ MaterialPipelineStage.process = function (
} else {
if (
defined(material.specular) &&
ModelUtility.supportedExtensions.KHR_materials_specular === true
ModelUtility.supportedExtensions.KHR_materials_specular
) {
processSpecularUniforms(
material.specular,
Expand Down

0 comments on commit 1237a7f

Please sign in to comment.