Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 792467b commit e069f73Copy full SHA for e069f73
cncvis/api.h
@@ -14,6 +14,7 @@ extern ucncCamera *globalCamera;
14
// Motion and scene control functions
15
void ucncUpdateMotionByName(const char *assemblyName, float value);
16
void ucncSetAllAssembliesToHome(ucncAssembly *assembly);
17
+void ucncUpdateMotion(ucncAssembly *assembly, float value);
18
19
// Z-buffer handling
20
void ucncSetZBufferDimensions(int width, int height);
0 commit comments