|
| KANZI_INTEROP_API ObjectReference * | kanzi::interop::Mesh_create (Context *context, Mesh_CreateInfoWrapper *createInfo, StringView name) |
| |
| KANZI_INTEROP_API ObjectReference * | kanzi::interop::Mesh_createBox (Context *context, CVector3 size, uint32_t subdivisions, StringView name, ObjectWrapper *material) |
| |
| KANZI_INTEROP_API ObjectReference * | kanzi::interop::Mesh_createIcosphere (Context *context, float radius, uint32_t subdivisions, StringView 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, uint32_t subdivisions, bool invertU, bool invertV, StringView name, ObjectWrapper *material) |
| |
| KANZI_INTEROP_API ObjectReference * | kanzi::interop::Mesh_createQuadsphere (Context *context, float radius, uint32_t subdivisions, StringView name, ObjectWrapper *material) |
| |
| KANZI_INTEROP_API ObjectReference * | kanzi::interop::Mesh_createSphere (Context *context, float radius, uint32_t segmentCount, uint32_t rowCount, StringView name, ObjectWrapper *material) |
| |