Skip to content

Commit

Permalink
[Fix] The material loading do not print validation warnings for few u…
Browse files Browse the repository at this point in the history
…nsupported properties (#7167)

Co-authored-by: Martin Valigursky <[email protected]>
  • Loading branch information
mvaligursky and Martin Valigursky authored Dec 4, 2024
1 parent 3904493 commit f18d40d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/scene/materials/standard-material-parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,13 @@ const standardMaterialRemovedParameters = {
opacityMapVertexColor: 'boolean',
specularAntialias: 'boolean',
specularMapTint: 'boolean',
specularMapVertexColor: 'boolean'
specularMapVertexColor: 'boolean',
ambientTint: 'boolean',
emissiveTint: 'boolean',
diffuseTint: 'boolean',
sheenTint: 'boolean',
conserveEnergy: 'boolean',
useGamma: 'boolean'
};

export {
Expand Down

0 comments on commit f18d40d

Please sign in to comment.