Kanzi 3.9.10
inop_model3d.hpp File Reference

Namespaces

namespace  kanzi
 
namespace  kanzi::interop
 

Functions

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