Random sdk questions thread
Random sdk questions thread
So i dont have to open a new thread for each question
Will calling startTerminateRender() work after buildScene() but before startRendering()?
or
How do i cancel scene bulding?
Will calling startTerminateRender() work after buildScene() but before startRendering()?
or
How do i cancel scene bulding?
would be nice if it could be stopped.
i ran in a crash today. it seems to have sth to with ap.diffr.... it crashes after start and the diffraction preview is not saved in the base dir or working dir but on the desktop(?!).
oh... and placing the camera at 0,0,0 looking in the sun seems to produce a crash, too.
ill post some settings or the whole scenes tomorrow, im going to bed now.
i ran in a crash today. it seems to have sth to with ap.diffr.... it crashes after start and the diffraction preview is not saved in the base dir or working dir but on the desktop(?!).
oh... and placing the camera at 0,0,0 looking in the sun seems to produce a crash, too.
ill post some settings or the whole scenes tomorrow, im going to bed now.
how can i start a network working master with sdk15?
if i add "-n wm" to the arguments array im told that its an unknown option...
if i add "-n wm" to the arguments array im told that its an unknown option...
Code: Select all
const char* arguments[] = { scenepath, "-n wm" };
result = indigo->executeCommand((const indString*)arguments, sizeof(arguments) / sizeof(const char*));
if(result != INDIGO_SUCCESS) {
indigoClass->HandleErrors(result); //ArgumentParserExcep: Unknown option: '-n wm'
return RAY_USERBREAK;
}
Who is online
Users browsing this forum: No registered users and 1 guest