sec.pic
Community Forums/Showcase/sec.pic| 
 | ||
| d3d second pic:dropzone 3d  my ugly models i hate's need good modeller grrrrrrrr | 
| 
 | ||
| Not bad. needs some background. A skybox maybe? | 
| 
 | ||
| which commands do you use to measure your FPS? | 
| 
 | ||
| hey, try this 
graphics 640,480
setbuffer backbuffer()
while not keyhit(1)
        cls
	If MilliSecs()<timer+1000 Then
								frame=frame+1
	Else
								fps=frame
								frame=0
								timer=MilliSecs()
	End If
        text 0,0,"Fps="+fps
        flip
wend
end
 | 
| 
 | ||
| Change flip, to flip 0, for a true fps reading :) | 
| 
 | ||
| FPS DEMO DOWNLOAD AVAILABLE ! i need your fps and comments !please ;) http://plasma.art-fx.org/d3d.rar | 
| 
 | ||
| whatever happened to your blitz Eye-toy thingie? | 
| 
 | ||
| stopped i will use a better way in next days | 
| 
 | ||
| 235 Fps It's too fast, obviously because v-sync is disabled, so i can't really say whether it plays good :) |