Search found 12 matches

by thespongebob
Sat Mar 04, 2006 3:12 pm
Forum: Beginners Help
Topic: no textures
Replies: 4
Views: 183

Thanx for the advice A.

As it turned out, I had my NewtonBodySetTransformCallback handler screwed up. No error ... it just displayed black w/ Newton wireframe.
by thespongebob
Sat Mar 04, 2006 1:21 pm
Forum: Beginners Help
Topic: no textures
Replies: 4
Views: 183

no textures

ahaha

sorry I asked but I am working from demos because I don't know as much as you do ...
by thespongebob
Sat Mar 04, 2006 6:31 am
Forum: Beginners Help
Topic: no textures
Replies: 4
Views: 183

no textures

Hi, I can see the debug outline but I can't see the textures on the box. The physics work fine. What am I missing? Randy --------------------------------------------------> struct NewtonCube { IAnimatedMesh *mesh; ISceneNode *node; NewtonBody *body; NewtonCollision *collision; NewtonCube *tmp = new ...
by thespongebob
Sat Mar 04, 2006 5:12 am
Forum: Beginners Help
Topic: Stumped
Replies: 3
Views: 181

I got this error because the Device was not initialized yet ... it had nothing to do with the file. thanx !
by thespongebob
Sat Mar 04, 2006 5:05 am
Forum: Beginners Help
Topic: Stumped
Replies: 3
Views: 181

Absolutely. Everywhere possible ...
Is there anyway of overriding the the default search directory that I don't know about ?
by thespongebob
Sat Mar 04, 2006 4:29 am
Forum: Beginners Help
Topic: Stumped
Replies: 3
Views: 181

Stumped

On this line : device->getFileSystem()->addZipFileArchive("map-20kdm2.pk3"); I get this error: Unhandled exception at 0x0040126e in Tutorial_03_UsingCollisionTree.exe: 0xC0000005: Access violation reading location 0x00000000. I get this error on any I/O. I have moved the pack file everywhe...
by thespongebob
Thu Mar 02, 2006 12:31 am
Forum: Beginners Help
Topic: Very new to Irrlicht, and need help.
Replies: 4
Views: 196

I receieved these errors when I download demos. (old dll) I don't know why you would get it. Torch it all. Everything started ok for me, right out of the box.
by thespongebob
Thu Mar 02, 2006 12:04 am
Forum: Beginners Help
Topic: Very new to Irrlicht, and need help.
Replies: 4
Views: 196

Hi Noob

You shouldn't be getting this error. This means you are linking to an 'old' (or wrong) version of the Irrlicht dll. You can take it from there. Download again and recompile ?

Make sure you read the posts before posing questions or you will get flamed. :)

Randy
by thespongebob
Mon Feb 20, 2006 2:27 pm
Forum: Beginners Help
Topic: Maps maps maps
Replies: 2
Views: 214

Sorry guys. I have been reading posts on that subject since 10 minutes after posting. They have led me from one interesting point to the next, to the next ... so I forgot to retract. :oops:
by thespongebob
Mon Feb 20, 2006 1:54 am
Forum: Beginners Help
Topic: Maps maps maps
Replies: 2
Views: 214

Maps maps maps

Hi All

What map editors are all the cool kids using?
What kind of maps can I make. Can I use a map from a Half-Life editor? I am comfrtable with the Worldcraft one.

Randy
by thespongebob
Sat Feb 18, 2006 3:22 am
Forum: Irrlicht.NET
Topic: Help with Path
Replies: 2
Views: 1229

Thanx Braneloc

I upgraded and everything is ok now. I am really going to miss .NET 1.0 though ;)
by thespongebob
Sat Feb 18, 2006 12:04 am
Forum: Irrlicht.NET
Topic: Help with Path
Replies: 2
Views: 1229

Help with Path

I just installed and I hardcoded this - string path="C:/Program Files/irrlicht-0.14.0/media/"; but i get an error on this statement- node.SetMaterialTexture(0, driver.GetTexture(path + "wall.bmp")); Error - An unhandled exception of type 'System.NullReferenceException' occurred i...