Kanzi 4.1.0
inop_mesh.hpp File Reference

Namespaces

namespace  kanzi
 
namespace  kanzi::interop
 

Functions

KANZI_INTEROP_API ObjectReferencekanzi::interop::Mesh_create (Context *context, Mesh_CreateInfoWrapper *createInfo, StringView name)
 
KANZI_INTEROP_API ObjectReferencekanzi::interop::Mesh_createBox (Context *context, CVector3 size, uint32_t subdivisions, StringView name, ObjectWrapper *material)
 
KANZI_INTEROP_API ObjectReferencekanzi::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 voidkanzi::interop::Mesh_CreateInfo_unwrap (Mesh_CreateInfoWrapper *wrapper)
 
KANZI_INTEROP_API ObjectReferencekanzi::interop::Mesh_createPlane (Context *context, float width, float height, uint32_t subdivisions, bool invertU, bool invertV, StringView name, ObjectWrapper *material)
 
KANZI_INTEROP_API ObjectReferencekanzi::interop::Mesh_createQuadsphere (Context *context, float radius, uint32_t subdivisions, StringView name, ObjectWrapper *material)
 
KANZI_INTEROP_API ObjectReferencekanzi::interop::Mesh_createSphere (Context *context, float radius, uint32_t segmentCount, uint32_t rowCount, StringView name, ObjectWrapper *material)