C# 클래스 vke.glTF.glTFLoader.Material

Material class used by the gltfLoader to fetch values.
파일 보기 프로젝트 열기: jpbruyere/vke.net

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Material ( Int32 _baseColorTexture = -1, Int32 _metallicRoughnessTexture = -1, Int32 _normalTexture = -1, Int32 _occlusionTexture = -1 ) : System

메소드 상세

Material() 공개 메소드

public Material ( Int32 _baseColorTexture = -1, Int32 _metallicRoughnessTexture = -1, Int32 _normalTexture = -1, Int32 _occlusionTexture = -1 ) : System
_baseColorTexture Int32
_metallicRoughnessTexture Int32
_normalTexture Int32
_occlusionTexture Int32
리턴 System

프로퍼티 상세

Name 공개적으로 프로퍼티

public string Name
리턴 string

alphaCutoff 공개적으로 프로퍼티

public float alphaCutoff
리턴 float

alphaMode 공개적으로 프로퍼티

public AlphaMode alphaMode
리턴 AlphaMode

availableAttachments 공개적으로 프로퍼티

public AttachmentType availableAttachments
리턴 AttachmentType

availableAttachments1 공개적으로 프로퍼티

public AttachmentType availableAttachments1
리턴 AttachmentType

baseColorFactor 공개적으로 프로퍼티

public Vector4 baseColorFactor
리턴 Vector4

baseColorTexture 공개적으로 프로퍼티

public Int32 baseColorTexture
리턴 Int32

emissiveFactor 공개적으로 프로퍼티

public Vector4 emissiveFactor
리턴 Vector4

emissiveTexture 공개적으로 프로퍼티

public Int32 emissiveTexture
리턴 Int32

metallicFactor 공개적으로 프로퍼티

public float metallicFactor
리턴 float

metallicRoughness 공개적으로 프로퍼티

public bool metallicRoughness
리턴 bool

metallicRoughnessTexture 공개적으로 프로퍼티

public Int32 metallicRoughnessTexture
리턴 Int32

normalTexture 공개적으로 프로퍼티

public Int32 normalTexture
리턴 Int32

occlusionTexture 공개적으로 프로퍼티

public Int32 occlusionTexture
리턴 Int32

roughnessFactor 공개적으로 프로퍼티

public float roughnessFactor
리턴 float

specularGlossiness 공개적으로 프로퍼티

public bool specularGlossiness
리턴 bool

workflow 공개적으로 프로퍼티

public Workflow workflow
리턴 Workflow