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.25 to 1.0.26

2

assets/EditorControls.js

@@ -1,2 +0,2 @@

import * as THREE from 'three';
import * as THREE from 'star_mod_custom_three';

@@ -3,0 +3,0 @@ class EditorControls extends THREE.EventDispatcher {

@@ -1,2 +0,2 @@

import * as THREE from 'three';
import * as THREE from 'star_mod_custom_three';

@@ -3,0 +3,0 @@ export const GRID_SIZE_MAP = {

@@ -5,3 +5,3 @@ import {

Vector4
} from 'three';
} from 'star_mod_custom_three';
import * as NURBSUtils from './NURBSUtils.js';

@@ -8,0 +8,0 @@

import {
Vector3,
Vector4
} from 'three';
} from 'star_mod_custom_three';

@@ -6,0 +6,0 @@ /**

import { FBXLoader } from "./FBXLoader";
import { TGALoader } from "./TGALoader";
import * as THREE from 'three';
import * as THREE from 'star_mod_custom_three';
const ClampToEdgeWrapping = 1001;

@@ -5,0 +5,0 @@ const LinearFilter = 1006;

@@ -6,3 +6,3 @@ /* eslint-disable no-fallthrough */

LinearMipmapLinearFilter
} from 'three';
} from 'star_mod_custom_three';

@@ -9,0 +9,0 @@ class TGALoader extends DataTextureLoader {

@@ -1,2 +0,2 @@

import * as THREE from 'three';
import * as THREE from 'star_mod_custom_three';
import {

@@ -3,0 +3,0 @@ getSceneCoordinateByModel,

@@ -1,2 +0,2 @@

import * as THREE from 'three';
import * as THREE from 'star_mod_custom_three';

@@ -3,0 +3,0 @@ declare const SCENE_BACKGROUND_COLOR: string;

{
"name": "star_mod_renderer",
"version": "1.0.25",
"version": "1.0.26",
"description": "star mod project render auxiliary ",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,6 +0,6 @@

import * as THREE from 'three';
import * as THREE from 'star_mod_custom_three';
import { Signal } from './assets/signals.min.js';
import { EditorControls } from './assets/EditorControls.js';
import { TransformControls } from 'three/examples/jsm/controls/TransformControls.js';
import { ViewHelper } from 'three/examples/jsm/helpers/ViewHelper.js';
import { TransformControls } from 'star_mod_custom_three/examples/jsm/controls/TransformControls.js';
import { ViewHelper } from 'star_mod_custom_three/examples/jsm/helpers/ViewHelper.js';
import { SCENE_BACKGROUND_COLOR, AMBIENT_LIGHT_COLOR, DIRECTION_LIGHT_COLOR, DIRECTION_LIGHT_INTENSITY, AMBIENT_LIGHT_INTENSITY } from './default.js';

@@ -7,0 +7,0 @@

@@ -1,2 +0,2 @@

import * as THREE from 'three';
import * as THREE from 'star_mod_custom_three';
import TgaLoader from "tga-js";

@@ -3,0 +3,0 @@ import { RenderBase } from './render.base';

Sorry, the diff of this file is too big to display

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