Game Development Community

playback a video in T3D

by cpytiger · in Torque 3D Beginner · 05/10/2010 (4:05 am) · 5 replies

I saw there is something about playing a video in the scence(not in GUI),but they are all with TGE1.4.So,I wonder to know how to do in T3D.
anyting is help, thanks...

About the author

Recent Threads

  • play a video in T3D

  • #1
    06/04/2010 (4:04 am)
    Also intrested in such feature =)
    #2
    06/04/2010 (6:21 am)
    There are actually several ways you can achieve this. One is rendering gui onto a texture, the other is rendering web content to a texture where you could have a streaming flash video. Both need some coding, but the fundamentals are available in the engine and on the Torque 3D private forums.

    Without source code change, you would only be able to do this using ifl or material animation I believe. Those would be without sound though.

    Now that I think about it - that's pretty impressive: there are so far 4 ways to make animated materials in Torque 3D.
    #3
    06/04/2010 (6:34 am)
    I had this working fine in TGEA. I created movie playback control which could playback a theora file, with audio, as a texture on any surface. It also had 3D sound positioning. The tests I ran worked very well. I have not had that much time to try and add it to T3D. I was going to wait until beta2 comes out, hopefully soon, and try and impliment then.
    #4
    06/08/2010 (5:06 am)
    Quote:Both need some coding, but the fundamentals are available in the engine and on the Torque 3D private forums.

    Do you mean C++ coding?
    #5
    06/08/2010 (5:25 am)
    Yes.