TZMeshMaterial_Enable Méthode

Active les differents effet de surface sur un SubMesh

Definition

Espace de nom: Tzu3D.Component
Assembly: Tzu3D (in Tzu3D.dll) Version: 1.0.9025.34810
C#
public void Material_Enable(
	int Index,
	bool Normal,
	bool Parallax,
	bool Reflection,
	bool Specular
)

Parameters

Index  Int32
Index du SubMesh
Normal  Boolean
Active le NormalMapping
Parallax  Boolean
Active le ParallaxMapping
Reflection  Boolean
Active la réflection
Specular  Boolean
Active la spécularité

Voir aussi