Search found 9 matches

by Tekk
Tue Dec 18, 2007 12:21 pm
Forum: Bug reports
Topic: Problem with camera "falling through floor"
Replies: 18
Views: 2440

I used Blender 2,41 to fix it, but the original model was from a tutorial where the author of the tutorial used Blender 2.41 also.
by Tekk
Tue Dec 18, 2007 1:55 am
Forum: Bug reports
Topic: Problem with camera "falling through floor"
Replies: 18
Views: 2440

I exported it as both 3ds and obj, and they worked.

Thanks again.
by Tekk
Mon Dec 17, 2007 10:08 pm
Forum: Bug reports
Topic: Problem with camera "falling through floor"
Replies: 18
Views: 2440

OK, I think I'll just export as 3ds or something and see how it goes.

Thanks guys for your help, and I'll keep you posted.
by Tekk
Mon Dec 17, 2007 1:06 pm
Forum: Bug reports
Topic: Problem with camera "falling through floor"
Replies: 18
Views: 2440

Wait. Couldn't I just:

1. Not texture the X file.
2. Rotate the mesh 90 or 270 degrees (can't tell which by looking)
3. use the appropriate function in Irr to apply the texture in code?
by Tekk
Mon Dec 17, 2007 12:27 pm
Forum: Bug reports
Topic: Problem with camera "falling through floor"
Replies: 18
Views: 2440

Are there any workarounds I could use until it's fixed?
by Tekk
Sun Dec 16, 2007 9:33 pm
Forum: Bug reports
Topic: Problem with camera "falling through floor"
Replies: 18
Views: 2440

Here's a rar of the whole program: here

the .x is in the "data" folder in the rar.

The program works fine when the triangle selector and collision animator if blocks are commented out, (but you can go through the floor and walls of course).
by Tekk
Sun Dec 16, 2007 5:12 pm
Forum: Beginners Help
Topic: Error Using irrNet
Replies: 6
Views: 414

oh nevermind, you're already doing that with the pragma stuff.

(sorry for the double post)
by Tekk
Sun Dec 16, 2007 5:10 pm
Forum: Beginners Help
Topic: Error Using irrNet
Replies: 6
Views: 414

Go to the project menu, hit settings, go to the link tab, and add wsock32.lib and ws2_32.lib to the end of the "project options" list.

(thats for VS6, don't know if its different in newer ones)
by Tekk
Sun Dec 16, 2007 4:35 pm
Forum: Bug reports
Topic: Problem with camera "falling through floor"
Replies: 18
Views: 2440

Problem with camera "falling through floor"

I'm making a "space" demo by putting together little sections of code from tutorials as well as writing some. Right now I'm trying to make it so you can't run through the hills and floor, and instead walk up the hills. The problem is this: I've loaded my mesh and made a IAnimatedMeshSceneN...