need help in displying my mesh....

Started by
3 comments, last by byrdJR 20 years, 7 months ago
Sup fellas. i''m trying to display a mesh i made in Maya, that i exported to an x file. i have the file in the same folder as my workspace, but each time i compile i get the message "Can''t find mesh.x". btw -- i''m using the exact code from the mesh tutorial that comes with the DX9 SDK; i just changed the mesh name so it would load my mesh. help please!
Peace!
Advertisement
Try changing your compiler''s working directory. Right now it''s probably set to

\MyProjects\ProjectFoo\Debug

Set it to

\MyProjects\ProjectFoo

It should find it then.

I like pie.
[sub]My spoon is too big.[/sub]
how do i change the compiler''s working directory?
Peace!
how do i change the directory? can someone please answer my q?!
Peace!
never mind i figured it out
Peace!

This topic is closed to new replies.

Advertisement