@babylonjs/controls
Advanced tools
Comparing version 1.0.0-alpha.1 to 1.0.0-alpha.2
@@ -0,0 +0,0 @@ import { Engine } from "@babylonjs/core/Engines/engine"; |
@@ -0,0 +0,0 @@ import { Engine } from "@babylonjs/core/Engines/engine"; |
@@ -0,0 +0,0 @@ import { BaseTexture } from "@babylonjs/core/Materials/Textures/baseTexture"; |
@@ -0,0 +0,0 @@ import { BaseTexture } from "@babylonjs/core/Materials/Textures/baseTexture"; |
export * from "./resizer"; | ||
export * from "./timeline"; |
export * from "./resizer"; | ||
export * from "./timeline"; | ||
//# sourceMappingURL=index.js.map |
import { Resizer } from "./resizer"; | ||
export { Resizer, }; |
import { Resizer } from "./resizer"; | ||
export { Resizer, }; | ||
//# sourceMappingURL=index.js.map |
@@ -0,0 +0,0 @@ import { Engine } from "@babylonjs/core/Engines/engine"; |
@@ -0,0 +0,0 @@ import { EffectWrapper, EffectRenderer } from "@babylonjs/core/Materials/effectRenderer"; |
@@ -0,0 +0,0 @@ export declare const ShaderConfiguration: { |
@@ -0,0 +0,0 @@ // We are rendering only one picture fullscreen or on the full offscreen texture. |
import { ITimelineOptions, Timeline } from "./timeline"; | ||
export { ITimelineOptions, Timeline, }; |
import { Timeline } from "./timeline"; | ||
export { Timeline, }; | ||
//# sourceMappingURL=index.js.map |
@@ -0,0 +0,0 @@ export declare const ShaderConfiguration: { |
@@ -0,0 +0,0 @@ // We are rendering a serie of Quad (one per thumbnail) already in UV space to simplify the shader. |
@@ -0,0 +0,0 @@ import { Engine } from "@babylonjs/core/Engines/engine"; |
@@ -0,0 +0,0 @@ import { EffectWrapper, EffectRenderer } from "@babylonjs/core/Materials/effectRenderer"; |
@@ -0,0 +0,0 @@ ## Apache License 2.0 (Apache) |
{ | ||
"name": "@babylonjs/controls", | ||
"version": "1.0.0-alpha.1", | ||
"version": "1.0.0-alpha.2", | ||
"description": "Babylon.js controls are a set of regular web controls that used hardware accelerated rendering through Babylon.js to provide blazing fast dedicated controls.", | ||
@@ -33,3 +33,4 @@ "author": { | ||
"build": "tsc --inlineSources --sourceMap true --declaration true --outDir ./dist", | ||
"prePublish": "node tools/publisher.js", | ||
"versionUp": "node tools/versionUp.js", | ||
"preRelease": "node tools/preRelease.js", | ||
"start": "npx webpack-dev-server -d --open", | ||
@@ -36,0 +37,0 @@ "devServer": "npx webpack-dev-server -d", |
@@ -0,0 +0,0 @@ # Babylon.js controls |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
101432