frame animation name / range?

Blitz3D Forums/Blitz3D Programming/frame animation name / range?

Guy Fawkes(Posted 2009) [#1]
how would i take a b3d file and display ALL frame names and animations?

if theres a frame name / animation exporter program / lib i could use for free that would be great!


jfk EO-11110(Posted 2009) [#2]
I Didn't know the frames have names, do they? What you can do is displaying all frames and/or sequences of an animated Mesh. But Frames and even Sequences have no names, as far as I know. You could name them by your own somehow. EG. use a String Array and then simply access it with the framenumber or sequence number as the index.


Guy Fawkes(Posted 2009) [#3]
in darkbasic they do.

i downloaded darkbasic and am going to hack a code to get them :)


GfK(Posted 2009) [#4]
in darkbasic they do.
Since when did DarkBasic support B3D format?

i downloaded darkbasic and am going to hack a code to get them :)
I hope you paid for it.

Anyway...

What jfk said is correct - there are no names for animation frames. If there's some oddity in DarkBasic that lets you give names to animation frames, fine. But you won't glean any information from there that is usable in Blitz3D.


Guy Fawkes(Posted 2009) [#5]
no.... -.- it doesnt support b3d, im going to translate it from b3d to dbo, THEN rip the frames.