Kanzi 4.1.0
inop_model3d.hpp File Reference

Namespaces

namespace  kanzi
 
namespace  kanzi::interop
 

Functions

KANZI_INTEROP_API ObjectReferencekanzi::interop::Model3D_create (Context *context, StringView name)
 
KANZI_INTEROP_API ObjectReferencekanzi::interop::Model3D_create1 (Context *context, StringView name, ObjectWrapper *mesh)
 
KANZI_INTEROP_API ObjectReferencekanzi::interop::Model3D_createBox (Context *context, StringView name, CVector3 size, CColorRGBA color)
 
KANZI_INTEROP_API ObjectReferencekanzi::interop::Model3D_createCube (Context *context, StringView name, float size, CColorRGBA color)
 
KANZI_INTEROP_API ObjectReferencekanzi::interop::Model3D_createIcosphere (Context *context, StringView name, float radius, unsigned int subdivisions, CColorRGBA color)
 
KANZI_INTEROP_API ObjectReferencekanzi::interop::Model3D_createQuadsphere (Context *context, StringView name, float radius, unsigned int subdivisions, CColorRGBA color)
 
KANZI_INTEROP_API ObjectReferencekanzi::interop::Model3D_createSphere (Context *context, StringView name, float radius, unsigned int segments, unsigned int rows, CColorRGBA color)