View Single Post
Old 9th October 2008, 05:42 PM   #4
lisa
Senior Member
Professional user
 
lisa's Avatar
 
Join Date: Mar 2005
Location: Phoenix, AZ
Posts: 917
Default Re: Exporting to Darkbasic Pro: texture problem

I'd bet something in the FPS project is changing the render state. Again, I'm not really the person to ask about DarkBasic, but in most game engines after you set a state it persists forever until something else changes it. So, there's probably some code in the FPS project that turns textures off to render some object that needs it, but forgets to turn it back on again before it goes to draw the next object.
lisa is offline   Reply With Quote