TZMeshMaterial_Texture Méthode
Défini les textures du SubMesh
Espace de nom: Tzu3D.ComponentAssembly: Tzu3D (in Tzu3D.dll) Version: 1.0.9025.34810
public void Material_Texture(
int Index,
TZTexture Diffuse,
TZTexture Height,
TZTexture Normals,
TZTexture Reflection,
TZTexture Specular
)
Public Sub Material_Texture (
Index As Integer,
Diffuse As TZTexture,
Height As TZTexture,
Normals As TZTexture,
Reflection As TZTexture,
Specular As TZTexture
)
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