@@ -13,7 +13,7 @@ class InterleavedBufferAttribute {
this.itemSize = itemSize;
this.offset = offset;
- this.normalized = normalized;
+ this.normalized = normalized === true;
}
@@ -228,7 +228,7 @@ class Euler {
this._order = order;
- if ( update ) this._onChangeCallback();
+ if ( update === true ) this._onChangeCallback();
return this;