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