Kanzi  3.9.9
Kanzi Engine Java API
Mesh.CreateInfo Class Reference

Use Mesh.CreateInfo to describe and create meshes. More...

Inheritance diagram for Mesh.CreateInfo:
[legend]

Public Member Functions

long getNative ()
 Gets a pointer to the backing C++ instance. More...
 

Protected Attributes

Mesh_CreateInfoWrapper mWrapper
 

Detailed Description

Use Mesh.CreateInfo to describe and create meshes.

Vertex and index listings define meshes. Indices refer to vertices which define the faces of a mesh.

Member Function Documentation

long getNative ( )

Gets a pointer to the backing C++ instance.

Returns
A pointer to the backing C++ instance.