Texture Loading Problem
by Matthew Harris · in Torque X 3D · 12/15/2006 (10:52 pm) · 3 replies
Everytime I open my .txscene in TGBX and add a material and switch say the startergame image to another image save the .txscene then try to just run the windows version I get an exception on loading the texture in the resourcemanager. Texture tex = CurrentContentManager.Load(loadpath); on my texture. Any ideas what I am doing wrong?
BTW Creators Club Rocks!
BTW Creators Club Rocks!
#2
12/18/2006 (9:48 am)
TGBX is supposed to add images to the project when you add them via TGBX. So that might be a bug. Can you reproduce it?
#3
TGBX DOES however add the level's .txscene to the project when you add/save a new level.
12/19/2006 (9:14 am)
@John - I can verify that when adding materials in TGBX it does NOT add them to the vs.net solution. I ran into this issue a few weeks ago, but forgot to post about it so that people knew.TGBX DOES however add the level's .txscene to the project when you add/save a new level.
Torque Owner Matthew Harris