Author Topic: Missing textures in CS examples  (Read 659 times)

frumbert

  • Hydlaa Resident
  • *
  • Posts: 58
    • View Profile
Missing textures in CS examples
« on: January 12, 2005, 12:01:11 am »
I\'ve been following the instructions for compiling on windows with Visual Studio 7 (.Net). The compile process all worked exactly as it should and the executables all were compiled without any errors or warnings, but when I run any exe (e.g. walktest.exe) I don\'t get *most* of the graphics - E.g. I can see the particles and crates and character, but it\'s all \"floating\" in black space. There\'s no textures on the environment. Is this an artifact of the compiler or something to do with my system?

My Direct X Diagnostics file

confused

  • Hydlaa Citizen
  • *
  • Posts: 269
    • View Profile
(No subject)
« Reply #1 on: January 12, 2005, 05:34:45 am »
I had the small problem to, the first time I build CS, I forgot to install one of the graphic image format\'s development files (include/).

Just don\'t check that the libs are present make sure all the other development files are there still.

frumbert

  • Hydlaa Resident
  • *
  • Posts: 58
    • View Profile
(No subject)
« Reply #2 on: January 12, 2005, 09:13:26 am »
a-ha! doing a -relight makes it work. Do I need to do that often?