Game Development Community

Property map question

by Mike Rowley · in Torque Game Engine · 08/02/2007 (7:02 pm) · 2 replies

I've been reading in tdn that a video can be applied to a texture using the property map. My question is, where do I define it? I have searched for where the sound files are hidden, but can't figure out where "sound:0" is defined. If I am correct, I can change that to "video:0" and define the video somewhere to get it to play, I just don't know where.

#1
08/02/2007 (8:08 pm)
No videos playing on textures in stock Torque, only 2D GUI objects. You're going to have to code that in yourself, there's a resource around here somewhere on this subject.

Here it is: In-game Theora object for TGE 1.3
#2
08/03/2007 (4:57 am)
Thankyou Tim. I'll take a look at that.