babylonjs-loaders
Advanced tools
Comparing version 3.1.0-rc-0 to 3.1.0
@@ -954,2 +954,7 @@ /// <reference types="babylonjs"/> | ||
wrapT?: ETextureWrapMode; | ||
index: number; | ||
noMipMaps: boolean; | ||
samplingMode: number; | ||
wrapU: number; | ||
wrapV: number; | ||
} | ||
@@ -1008,2 +1013,3 @@ interface IGLTFScene extends IGLTFChildRootProperty { | ||
private _defaultMaterial; | ||
private _defaultSampler; | ||
private _rootNode; | ||
@@ -1088,2 +1094,3 @@ private _successCallback; | ||
_loadTexture(context: string, texture: IGLTFTexture, coordinatesIndex?: number): Texture; | ||
private _loadSampler(context, sampler); | ||
private _loadImageAsync(context, image, onSuccess); | ||
@@ -1094,5 +1101,5 @@ _loadUriAsync(context: string, uri: string, onSuccess: (data: ArrayBufferView) => void): void; | ||
static _GetProperty<T extends IGLTFProperty>(array?: ArrayLike<T>, index?: number): Nullable<T>; | ||
private static _GetTextureWrapMode(mode?); | ||
private static _GetTextureSamplingMode(magFilter?, minFilter?); | ||
private static _GetNumComponents(type); | ||
private static _GetTextureWrapMode(context, mode?); | ||
private static _GetTextureSamplingMode(context, magFilter?, minFilter?); | ||
private static _GetNumComponents(context, type); | ||
private _compileMaterialAsync(babylonMaterial, babylonMesh, onSuccess); | ||
@@ -1099,0 +1106,0 @@ private _compileMaterialsAsync(onSuccess); |
@@ -7,3 +7,3 @@ { | ||
"description": "The Babylon.js file loaders library is an extension you can use to load different 3D file types into a Babylon scene.", | ||
"version": "3.1.0-rc-0", | ||
"version": "3.1.0", | ||
"repository": { | ||
@@ -10,0 +10,0 @@ "type": "git", |
Sorry, the diff of this file is too big to display
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
407721
6728
2