star_mod_renderer
Advanced tools
Comparing version 1.0.17 to 1.0.18
{ | ||
"name": "star_mod_renderer", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "star mod project render auxiliary ", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -181,3 +181,3 @@ import * as THREE from "three"; | ||
this.ambientLight = new THREE.AmbientLight(AMBIENT_LIGHT_COLOR, AMBIENT_LIGHT_INTENSITY); | ||
this.hemisphereLight = new THREE.HemisphereLight(AMBIENT_LIGHT_COLOR, AMBIENT_LIGHT_COLOR, 0.2); | ||
this.hemisphereLight = new THREE.HemisphereLight(AMBIENT_LIGHT_COLOR, AMBIENT_LIGHT_COLOR, AMBIENT_LIGHT_INTENSITY); | ||
this.directionalLights = [ | ||
@@ -184,0 +184,0 @@ new THREE.DirectionalLight(DIRECTION_LIGHT_COLOR, DIRECTION_LIGHT_INTENSITY), |
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
276272