hi, i want to know what happend in these case with the cameras, and with other entitys like boxes when have the same name, or not have name like the white box. how can i control that entitys?..
or how can i know if i have 1 or 2 cameras rendering.
regards...
or how can i know if i have 1 or 2 cameras rendering.
regards...
graphics3d 640,480 createcube() box = createcube() moveentity box,1,0,1 entitycolor box,255,100,100 box = createcube() moveentity box,-1,0,1 entitycolor box,100,100,255 cam = createcamera() cam = createcamera() moveentity cam,10,10,10 pointentity cam,box createlight(1,cam) while not keyhit(1) turnentity box,.31,.31,.31 updateworld() renderworld() text 0,0,"i hace 2 cameras?" text 0,20,"what happend with the red box? " text 0,40,"how can i turn the red box?" flip wend end