star_mod_renderer
Advanced tools
Comparing version 1.0.25 to 1.0.26
@@ -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
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
271243