Kanzi 3.9.10
inop_mesh.hpp File Reference

Namespaces

namespace  kanzi
 
namespace  kanzi::interop
 

Functions

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