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.
2 parents 33f1784 + 364ee8f commit bea15b3Copy full SHA for bea15b3
src/renderers/shaders/UniformsUtils.js
@@ -17,7 +17,7 @@ export function cloneUniforms( src ) {
17
if ( property && ( property.isColor ||
18
property.isMatrix3 || property.isMatrix4 ||
19
property.isVector2 || property.isVector3 || property.isVector4 ||
20
- property.isTexture ) ) {
+ property.isTexture || property.isQuaternion ) ) {
21
22
dst[ u ][ p ] = property.clone();
23
0 commit comments