Search found 8 matches

by joe1234
Mon Jul 13, 2009 6:05 am
Forum: Beginners Help
Topic: Mesh won't rotate on a certain axis??
Replies: 6
Views: 423

Well, that appears to have fixed it. I changed its rotation in Blender and re-exported it; it seems to be working now. Though I'm still confused as to why I had a problem in the first place. I mean why would spinning it -90 degrees in one direction essentially break the other two directions? Its as ...
by joe1234
Sun Jul 12, 2009 10:34 am
Forum: Beginners Help
Topic: Mesh won't rotate on a certain axis??
Replies: 6
Views: 423

If I`m not mistaken, when using a child all its transformations (position, rotation, scale) are relative to its parent`s, which in 99% is what we need, but probably this is causing you trouble. Nooo no no, that's what I'm wanting. What I'm trying to do is make the weapon aim just a bit downward ins...
by joe1234
Sat Jul 11, 2009 9:10 am
Forum: Beginners Help
Topic: Mesh won't rotate on a certain axis??
Replies: 6
Views: 423

Mesh won't rotate on a certain axis??

There seems to be some issue with rotating a child mesh... Specifically a first person gun mesh. The way I have my FPS camera set up right now is like this: there's a playerHead node which parents the camera, cameraTarget, and playerWeapon mesh. Now looking around and everything works fine; all of p...
by joe1234
Sat Jun 27, 2009 9:34 pm
Forum: Everything 2d/3d Graphics
Topic: Model/animation questions from a helpless noob
Replies: 4
Views: 1133

It doesn't seem to even appear under the Blender export list unless it is encoded in ANSI...
by joe1234
Sat Jun 27, 2009 8:21 pm
Forum: Everything 2d/3d Graphics
Topic: Model/animation questions from a helpless noob
Replies: 4
Views: 1133

You just place the Pylon script into your "\.blender\scripts" folder right?
by joe1234
Sat Jun 27, 2009 7:55 pm
Forum: Everything 2d/3d Graphics
Topic: Model/animation questions from a helpless noob
Replies: 4
Views: 1133

Model/animation questions from a helpless noob

Alright first off, I'm using Blender as my 3D modelling app (I don't have $2000 or whatever to spend on 3DS Max or anything like that lmao). Now I've tried exporting my models to everything Irrlicht supports, but the only one that seems to (kinda) work is '3ds'. Md2, x, etc. just show up in Irrlicht...
by joe1234
Mon Jun 22, 2009 7:52 pm
Forum: Beginners Help
Topic: Irrlicht.dll was not found
Replies: 2
Views: 257

This question is answered in the forums. Eh, well I searched exact phrasing of the error on Google and here at the forums and didn't find anything on this forum about it. Oh well. Visual Studio runs the compiled program in the folder where the sln file (or vcproj, can't remember atm) is. You can ch...
by joe1234
Mon Jun 22, 2009 6:21 pm
Forum: Beginners Help
Topic: Irrlicht.dll was not found
Replies: 2
Views: 257

Irrlicht.dll was not found

I've searched around and I can't seem to figure out what my problem is. I went through the first Irrlicht tutorial (typing it all into my own project) and when I compiled (VS2008 Express), it said it couldn't run because it couldn't find the Irrlicht.dll. I opened the first tutorial example solution...