@@ -881,7 +881,7 @@ Object.assign( BufferGeometry.prototype, EventDispatcher.prototype, {
var data = {
metadata: {
- version: 4.4,
+ version: 4.5,
type: 'BufferGeometry',
generator: 'BufferGeometry.toJSON'
}
@@ -965,7 +965,7 @@ Object.assign( Geometry.prototype, EventDispatcher.prototype, {
type: 'Geometry',
generator: 'Geometry.toJSON'
@@ -131,7 +131,7 @@ Object.assign( Material.prototype, EventDispatcher.prototype, {
type: 'Material',
generator: 'Material.toJSON'
@@ -153,7 +153,7 @@ Object.assign( Texture.prototype, EventDispatcher.prototype, {
var output = {
type: 'Texture',
generator: 'Texture.toJSON'
},