Utilities for creating objects for debugging purposes. More...
Namespaces | |
| kanzi | |
Functions | |
| kzsError | kzuDebugObjectGeneratorCreateSphere (const struct KzuEngine *engine, kanzi::Domain *domain, kzUint index, kzUint sequenceLength, kanzi::NodeSharedPtr *out_object) |
| Creates a sphere object node that can be used for debugging. More... | |
Utilities for creating objects for debugging purposes.
Copyright 2008-2020 by Rightware. All rights reserved.
| kzsError kzuDebugObjectGeneratorCreateSphere | ( | const struct KzuEngine * | engine, |
| kanzi::Domain * | domain, | ||
| kzUint | index, | ||
| kzUint | sequenceLength, | ||
| kanzi::NodeSharedPtr * | 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. |