star_mod_renderer
Advanced tools
Comparing version 1.0.70 to 1.0.71
@@ -436,3 +436,3 @@ import * as THREE from 'star_mod_custom_three'; | ||
if (texture.normalTexture) { | ||
material.normalScale = new THREE.Vector2(1, -1); | ||
material.normalScale = new THREE.Vector2(-1, -1); | ||
material.normalMap = texture.normalTexture; | ||
@@ -439,0 +439,0 @@ material.normalMap.wrapS = THREE.RepeatWrapping; |
{ | ||
"name": "star_mod_renderer", | ||
"version": "1.0.70", | ||
"version": "1.0.71", | ||
"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
398925