Everything related to SDK.
User avatar
By victor
#15634
byte error_callback( byte iserror, const char *pmethod, const char *string, const void *data)
{
char buffer[256];

if (iserror)
sprintf(buffer, "Error %s: %s", pmethod, string);
else
sprintf(buffer, "Warning %s: %s", pmethod, string);

// print buffer somehow

return true;
}

// Maxwell
Cmaxwell *maxwell = new Cmaxwell( error_callback );

I've noticed that "export all" creates l[…]

hmmm can you elaborate a bit about the the use of […]

render engines and Maxwell

Funny, I think, that when I check CG sites they ar[…]

Hey, I guess maxwell is not going to be updates a[…]