Game Development Community

Can TorqueScript generate images?

by Dan · in Torque Developer Network · 07/13/2007 (7:15 am) · 1 replies

Hey Everybody,

I'm very new to Torque and TorqueScript and right now I'm trying to figure out a way to dynamically change an object texture on start up. I know C++ and Java are capable of image output and can create the image I would need, but will TorqueScript be able to do something similar and if not, will Torque be able to import this image on start up and render everything properly? I've read through much of the documentation here and I'm getting a better sense of how everything interacts, but as far as my implementation goes I'm still a little lost so if anyone has any advice or knows of any other resources, that would be greatly appreciated. Thanks!

About the author

Recent Threads

  • Problems with TGEA

  • #1
    07/13/2007 (7:22 am)
    There is no support for procedural image generation out of the box. You would have to implement it (most likely on the C++ side) and then hook TorqueScript into it.