TZMeshMaterial_Texture Méthode

Défini les textures du SubMesh

Definition

Espace de nom: Tzu3D.Component
Assembly: Tzu3D (in Tzu3D.dll) Version: 1.0.9025.34810
C#
public void Material_Texture(
	int Index,
	TZTexture Diffuse,
	TZTexture Height,
	TZTexture Normals,
	TZTexture Reflection,
	TZTexture Specular
)

Parameters

Index  Int32
Index du SubMesh
Diffuse  TZTexture
Défini la texture Diffuse
Height  TZTexture
Défini la texture Height
Normals  TZTexture
Défini la texture Normal
Reflection  TZTexture
Défini la texture Réflection
Specular  TZTexture
Défini la texture Specular

Voir aussi