C# Class vke.glTF.glTFLoader.Material

Material class used by the gltfLoader to fetch values.
Afficher le fichier Open project: jpbruyere/vke.net

Méthodes publiques

Свойство Type Description
Name string
alphaCutoff float
alphaMode AlphaMode
availableAttachments AttachmentType
availableAttachments1 AttachmentType
baseColorFactor Vector4
baseColorTexture Int32
emissiveFactor Vector4
emissiveTexture Int32
metallicFactor float
metallicRoughness bool
metallicRoughnessTexture Int32
normalTexture Int32
occlusionTexture Int32
roughnessFactor float
specularGlossiness bool
workflow Workflow

Méthodes publiques

Méthode Description
Material ( Int32 _baseColorTexture = -1, Int32 _metallicRoughnessTexture = -1, Int32 _normalTexture = -1, Int32 _occlusionTexture = -1 ) : System

Method Details

Material() public méthode

public Material ( Int32 _baseColorTexture = -1, Int32 _metallicRoughnessTexture = -1, Int32 _normalTexture = -1, Int32 _occlusionTexture = -1 ) : System
_baseColorTexture Int32
_metallicRoughnessTexture Int32
_normalTexture Int32
_occlusionTexture Int32
Résultat System

Property Details

Name public_oe property

public string Name
Résultat string

alphaCutoff public_oe property

public float alphaCutoff
Résultat float

alphaMode public_oe property

public AlphaMode alphaMode
Résultat AlphaMode

availableAttachments public_oe property

public AttachmentType availableAttachments
Résultat AttachmentType

availableAttachments1 public_oe property

public AttachmentType availableAttachments1
Résultat AttachmentType

baseColorFactor public_oe property

public Vector4 baseColorFactor
Résultat Vector4

baseColorTexture public_oe property

public Int32 baseColorTexture
Résultat Int32

emissiveFactor public_oe property

public Vector4 emissiveFactor
Résultat Vector4

emissiveTexture public_oe property

public Int32 emissiveTexture
Résultat Int32

metallicFactor public_oe property

public float metallicFactor
Résultat float

metallicRoughness public_oe property

public bool metallicRoughness
Résultat bool

metallicRoughnessTexture public_oe property

public Int32 metallicRoughnessTexture
Résultat Int32

normalTexture public_oe property

public Int32 normalTexture
Résultat Int32

occlusionTexture public_oe property

public Int32 occlusionTexture
Résultat Int32

roughnessFactor public_oe property

public float roughnessFactor
Résultat float

specularGlossiness public_oe property

public bool specularGlossiness
Résultat bool

workflow public_oe property

public Workflow workflow
Résultat Workflow