Search found 3 matches
- Mon Apr 13, 2015 7:06 am
- Forum: Beginners Help
- Topic: Example02 ??
- Replies: 1
- Views: 340
Example02 ??
why the Irrlicht Example02.Quake3Map,load the map mesh,but call addOctreeSceneNode() to create a Octree to manager this node?Are there BSP tree information in the BSP file to create a BSP tree?
- Thu Apr 02, 2015 11:02 am
- Forum: Beginners Help
- Topic: Linker Error: LNK2001 unresolved external symbol
- Replies: 2
- Views: 949
Re: Linker Error: LNK2001 unresolved external symbol
you can try to copy irrlicht.dll to you debug/release directory.
- Thu Apr 02, 2015 10:46 am
- Forum: Beginners Help
- Topic: Is createDevice a function?
- Replies: 3
- Views: 894
Re: Is createDevice a function?
"createDevice()"is a function call with default parameter,this function will generate a IrrlichtDevice object at heap and return it's pointer! I'm also new to irrlicht!