hi! im doing a rpg game, and i cant get it to work
my camera dosent work?
plz send a code how to fix it
my camera dosent work?
plz send a code how to fix it
Graphics3D 800,600,32,2 SetBuffer BackBuffer() camera=CreateCamera() PositionEntity camera,2,1,0 cube = createcube();You could use this for a plane by ;scaling it like scaleentity cube,100,1,100 entitycolor cube,255,0,0 positionentity cube,0,2,10 pointentity camera,cube while not keyhit(1) ;game updates ;try rotating the cube or something updateworld renderworld ;2d stuff text ect... Text 10,10,"hello you little devil" flip wend end