star_mod_renderer
Advanced tools
Comparing version 1.0.54 to 1.0.55
@@ -545,3 +545,3 @@ import { FBXLoader } from "./FBXLoader"; | ||
data: image, | ||
type: 'png' | ||
type: 'png' | ||
}); | ||
@@ -548,0 +548,0 @@ } |
@@ -51,6 +51,6 @@ import * as THREE from 'star_mod_custom_three'; | ||
child.frustumCulled = false; | ||
// if (child.geometry.attributes && child.geometry.attributes.uv && child.geometry.attributes.uv2) { | ||
// var uvs = child.geometry.attributes.uv.array; | ||
// child.geometry.setAttribute('uv2', new THREE.BufferAttribute(uvs, 2)); | ||
// } | ||
if (child.geometry.attributes && child.geometry.attributes.uv && !child.geometry.attributes.uv2) { | ||
var uvs = child.geometry.attributes.uv.array; | ||
child.geometry.setAttribute('uv2', new THREE.BufferAttribute(uvs, 2)); | ||
} | ||
@@ -57,0 +57,0 @@ child.material = this.assembleStandardModelMaterial(child.material); |
{ | ||
"name": "star_mod_renderer", | ||
"version": "1.0.54", | ||
"version": "1.0.55", | ||
"description": "star mod project render auxiliary", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
386326