sec.pic

Community Forums/Showcase/sec.pic

Panno(Posted 2004) [#1]
d3d second pic:dropzone 3d




my ugly models i hate's

need good modeller grrrrrrrr


jfk EO-11110(Posted 2004) [#2]
Not bad. needs some background. A skybox maybe?


Hansie(Posted 2004) [#3]
which commands do you use to measure your FPS?


Ross C(Posted 2004) [#4]
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



Ross C(Posted 2004) [#5]
Change flip, to flip 0, for a true fps reading :)


Panno(Posted 2004) [#6]
FPS DEMO DOWNLOAD AVAILABLE !
i need your fps and comments !please ;)

http://plasma.art-fx.org/d3d.rar


Jim Teeuwen(Posted 2004) [#7]
whatever happened to your blitz Eye-toy thingie?


Panno(Posted 2004) [#8]
stopped i will use a better way in next days


Ross C(Posted 2004) [#9]
235 Fps

It's too fast, obviously because v-sync is disabled, so i can't really say whether it plays good :)