Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

star_mod_renderer

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

star_mod_renderer - npm Package Compare versions

Comparing version 1.0.54 to 1.0.55

2

helper/filesHelper/detect.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc