Comparing version 0.7.0 to 0.7.1
{ | ||
"name": "pixi3d", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "The 3D rendering library which makes it simple to composite both 3D and 2D content on the web", | ||
@@ -5,0 +5,0 @@ "main": "dist/pixi3d.js", |
@@ -0,1 +1,2 @@ | ||
import * as PIXI from "pixi.js"; | ||
import { Camera } from "./camera"; | ||
@@ -2,0 +3,0 @@ /** |
@@ -0,1 +1,2 @@ | ||
import * as PIXI from "pixi.js"; | ||
import { MipmapResource } from "./mipmap-resource"; | ||
@@ -2,0 +3,0 @@ export declare class CubeMipmapResource extends PIXI.resources.CubeResource { |
@@ -0,1 +1,2 @@ | ||
import * as PIXI from "pixi.js"; | ||
import { ImageBasedLighting } from "./image-based-lighting"; | ||
@@ -2,0 +3,0 @@ import { Light } from "./light"; |
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
243936
1612