Jump to content

  • Log In with Google      Sign In   
  • Create Account

14 years ago on June 15th Gamedev.net was first launched! We want to thank all of you for being part of our community and hope the best years are ahead of us. Happy birthday Gamedev.net!

#Actualrouncer

Posted 03 March 2013 - 03:51 PM

I just got temporal working, in my htm, its now pumping out 64 frame sections of a little man running and jumping up and down.

 

htmfeedback.png

 

the matrices on the screen are the regions, the yellow numbers are how many space types its stored at that node, and the pink number is how many temporal types at that node.   A problem I have now is if I let it record for too long, the amount of space types shoots through the roof (past the capacity of the memory) so I need some way to remedy this problem.

 

But its working. smile.png


#1rouncer

Posted 03 March 2013 - 12:56 PM

I just got temporal working, in my htm, its now pumping out 256 frame sections of a little man running and jumping up and down.

 

 

the matrices on the screen are the regions, the yellow numbers are how many space types its stored at that node, and the pink number is how many temporal types at that node.   A problem I have now is if I let it record for too long, the amount of space types shoots through the roof (past the capacity of the memory) so I need some way to remedy this problem.

 

But its working. :) 


PARTNERS