|
KANZI_INTEROP_API ObjectReference * | kanzi::interop::Mesh_create (Context *context, Mesh_CreateInfoWrapper *createInfo, string_view name) |
|
KANZI_INTEROP_API ObjectReference * | kanzi::interop::Mesh_createBox (Context *context, Vector3 size, unsigned int subdivisions, string_view name, ObjectWrapper *material) |
|
KANZI_INTEROP_API ObjectReference * | kanzi::interop::Mesh_createIcosphere (Context *context, float radius, unsigned int subdivisions, string_view name, ObjectWrapper *material) |
|
KANZI_INTEROP_API void | kanzi::interop::Mesh_CreateInfo_release (Mesh_CreateInfoWrapper *wrapper) |
|
KANZI_INTEROP_API void * | kanzi::interop::Mesh_CreateInfo_unwrap (Mesh_CreateInfoWrapper *wrapper) |
|
KANZI_INTEROP_API ObjectReference * | kanzi::interop::Mesh_createPlane (Context *context, float width, float height, unsigned int subdivisions, bool invertU, bool invertV, string_view name, ObjectWrapper *material) |
|
KANZI_INTEROP_API ObjectReference * | kanzi::interop::Mesh_createQuadsphere (Context *context, float radius, unsigned int subdivisions, string_view name, ObjectWrapper *material) |
|
KANZI_INTEROP_API ObjectReference * | kanzi::interop::Mesh_createSphere (Context *context, float radius, unsigned int segmentCount, unsigned int rowCount, string_view name, ObjectWrapper *material) |
|