@babylonjs/controls
Advanced tools
Comparing version 1.0.0-alpha.11 to 1.0.0-alpha.12
@@ -67,3 +67,3 @@ import { Engine } from "@babylonjs/core/Engines/engine"; | ||
/** | ||
* Resizes the timeline to adapt to the new canvas size. | ||
* Resizes the filter to adapt to the new canvas size. | ||
* The canvas has to be resized before hand. | ||
@@ -70,0 +70,0 @@ * Be carefull, the current time and visible duration might be impacted to ensure it always starts |
@@ -25,3 +25,3 @@ import { EffectWrapper, EffectRenderer } from "@babylonjs/core/Materials/effectRenderer"; | ||
super(parent); | ||
// Default options for the timeline. | ||
// Default options for the filter. | ||
this._options = options || {}; | ||
@@ -155,3 +155,3 @@ if (this._options.generateMipMaps === undefined) { | ||
/** | ||
* Resizes the timeline to adapt to the new canvas size. | ||
* Resizes the filter to adapt to the new canvas size. | ||
* The canvas has to be resized before hand. | ||
@@ -158,0 +158,0 @@ * Be carefull, the current time and visible duration might be impacted to ensure it always starts |
{ | ||
"name": "@babylonjs/controls", | ||
"version": "1.0.0-alpha.11", | ||
"version": "1.0.0-alpha.12", | ||
"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.", | ||
@@ -5,0 +5,0 @@ "author": { |
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
132039