Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@babylonjs/controls

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babylonjs/controls - npm Package Compare versions

Comparing version 1.0.0-alpha.11 to 1.0.0-alpha.12

2

dist/src/imageFilter/imageFilter.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc