|
Kanzi Graphics Engine
|
Utilities for creating objects for debugging purposes. More...
Functions | |
| kzsError | kzuDebugObjectGeneratorCreateSphere (const struct KzcMemoryManager *memoryManager, const struct KzuEngine *engine, struct KzuUIDomain *uiDomain, kzUint index, kzUint sequenceLength, const struct KzuObjectNode **out_object) |
| Creates a sphere object node that can be used for debugging. More... | |
Utilities for creating objects for debugging purposes.
Copyright 2008-2019 by Rightware. All rights reserved.
| kzsError kzuDebugObjectGeneratorCreateSphere | ( | const struct KzcMemoryManager * | memoryManager, |
| const struct KzuEngine * | engine, | ||
| struct KzuUIDomain * | uiDomain, | ||
| kzUint | index, | ||
| kzUint | sequenceLength, | ||
| const struct KzuObjectNode ** | out_object | ||
| ) |
Creates a sphere object node that can be used for debugging.
Can be used to create sequences of different colored and sized objects for debugging.
| index | Index of object in sequence. |
| sequenceLength | Length of sequence. Sequence loops after this many objects. |