Class ImportSettings
glTF import settings
Inherited Members
Namespace: GLTFast
Assembly: solution.dll
Syntax
[Serializable]
public class ImportSettings
Properties
| Name | Description |
|---|---|
| AnimationMethod | Target animation system |
| AnisotropicFilterLevel | This property defines the anisotropic filtering level for imported textures |
| DefaultMagFilterMode | Define the default magnification filter mode for textures that have no such specification in data |
| DefaultMinFilterMode | Defines the default minification filter mode for textures that have no such specification in data |
| GenerateMipMaps | Set this property to true to enable mip map generation. Note: Creating mipmaps from Jpeg/PNG textures is very slow (at the moment). See https://github.com/atteneder/glTFast/issues/220 for details |
| NodeNameMethod | Defines how node names are created |