Hi all,
I am new to the B3DSDK. I coded a simple example but can't get it to work. Perhaps I am missing something? here is my code:
I am new to the B3DSDK. I coded a simple example but can't get it to work. Perhaps I am missing something? here is my code:
Import blitz3d.blitz3dsdk bbBeginBlitz3D WaitKey() bbEndBlitz3D() cam = bbCreateCamera() bbPositionEntity(cam,0,0,0) plane = bbCreatePlane() While Not KeyDown(KEY_ESCAPE) bbUpdateWorld bbRenderWorld bbFlip Wend