@babylonjs/controls
Advanced tools
Comparing version 1.0.0-alpha.15 to 1.0.0-alpha.16
@@ -83,2 +83,4 @@ import { EffectWrapper, EffectRenderer } from "@babylonjs/core/Materials/effectRenderer"; | ||
const texture = new BaseTexture(null); | ||
texture.wrapU = Constants.TEXTURE_CLAMP_ADDRESSMODE; | ||
texture.wrapV = Constants.TEXTURE_CLAMP_ADDRESSMODE; | ||
texture._texture = outputTexture; | ||
@@ -85,0 +87,0 @@ return texture; |
{ | ||
"name": "@babylonjs/controls", | ||
"version": "1.0.0-alpha.15", | ||
"version": "1.0.0-alpha.16", | ||
"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
137079
1269