|
Post by opcode on Feb 16, 2005 12:50:22 GMT
Hi, is it possible to export multiple camera's(more than one) using the camera extension? For example,my scene in 3dsmax has two camera's named Camera01 and Camera02.Iv'e exported the scene to .b3d and used the sample Blitz3D code below: ;Activate first camera in hierachy camera = extModel\camera\camera cameraProjMode(camera,1) ; Set as the rendercam for enviroment and other extensions EXT_SetRenderCam(camera) It works great,and has been set to Camera02.How would i set Camera01(or any other camera's exported) in code? Thanks for any help Cheers!
|
|
|
Post by opcode on Feb 16, 2005 22:36:57 GMT
No need to reply...sorted out now
|
|