star_mod_renderer
Advanced tools
Comparing version 1.0.44 to 1.0.45
@@ -153,2 +153,3 @@ import * as THREE from 'star_mod_custom_three'; | ||
mainModels: any[]; | ||
extraModels: any[]; | ||
modelsLoader: any[]; | ||
@@ -158,2 +159,3 @@ auxiliaryModels: any; | ||
animations: any[]; | ||
defaultAnimation: any; | ||
@@ -180,3 +182,7 @@ constructor(options: { dom: HTMLElement; options: any; }); | ||
setSize(): void; | ||
clear(): void; | ||
static drawTgaCanvas(url: string): Promise<HTMLImageElement>; | ||
} |
{ | ||
"name": "star_mod_renderer", | ||
"version": "1.0.44", | ||
"version": "1.0.45", | ||
"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
10466
382069