Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e069f73

Browse files
committed
Update api.h
1 parent 792467b commit e069f73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cncvis/api.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ extern ucncCamera *globalCamera;
1414
// Motion and scene control functions
1515
void ucncUpdateMotionByName(const char *assemblyName, float value);
1616
void ucncSetAllAssembliesToHome(ucncAssembly *assembly);
17+
void ucncUpdateMotion(ucncAssembly *assembly, float value);
1718

1819
// Z-buffer handling
1920
void ucncSetZBufferDimensions(int width, int height);

0 commit comments

Comments
 (0)