Scrolling Texture does Torque support it?
by CdnGater · in Torque Game Engine · 07/21/2004 (8:53 am) · 3 replies
I think I already know the answer to this, but I thought I would ask anyway. Did not find anything about it in resources and forums either.
Does torque currently support the ability to scroll textures?
For instance, setting up an in game news feed. The texture would contain the text, and I want to scroll it on an object. (In game, as in not GUI).
I expect the answer will be no, and that I have to code it.
Does torque currently support the ability to scroll textures?
For instance, setting up an in game news feed. The texture would contain the text, and I want to scroll it on an object. (In game, as in not GUI).
I expect the answer will be no, and that I have to code it.
#2
There is this one baseshape object that Melv May created which you can easily modify to do whatever you want which would be a great start for you to use and I cannot find any resources nor forum threads about it since it appears the website is broken yet again on finding resources and threads that people have submitted and created.
07/21/2004 (10:09 am)
Simple answer, no you will have to code it yourself.There is this one baseshape object that Melv May created which you can easily modify to do whatever you want which would be a great start for you to use and I cannot find any resources nor forum threads about it since it appears the website is broken yet again on finding resources and threads that people have submitted and created.
#3
http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=4646
Robert
07/21/2004 (10:18 am)
The in-game scoreboard resource could easily be adapted to display scrolling text, and all in script. It displays digits, but that shape could contain letters.http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=4646
Robert
Employee David Montgomery-Blake
David MontgomeryBlake
I don't know about updating interior textures, though. Since there are bullet hole resources, it'd make sense that you could do this.
I haven't had to do anything like this, though.