Search found 6 matches
- Mon Jul 28, 2008 7:43 pm
- Forum: Beginners Help
- Topic: problem with classes in c++
- Replies: 16
- Views: 942
- Mon Jul 28, 2008 12:22 pm
- Forum: Beginners Help
- Topic: problem with classes in c++
- Replies: 16
- Views: 942
- Sun Jul 27, 2008 6:26 pm
- Forum: Beginners Help
- Topic: problem with classes in c++
- Replies: 16
- Views: 942
- Sun Jul 27, 2008 6:23 pm
- Forum: Beginners Help
- Topic: problem with classes in c++
- Replies: 16
- Views: 942
Yep im uber thick! :oops: i think. After rereading my origional post i realized i was asking the wrong question, shame i only realized when i was at work! This might explain better: virtual IAnimatedMeshSceneNode* irr::scene::ISceneManager::addAnimatedMeshSceneNode ( IAnimatedMesh * mesh, ISceneNode...
- Sat Jul 26, 2008 8:24 pm
- Forum: Beginners Help
- Topic: problem with classes in c++
- Replies: 16
- Views: 942
- Sat Jul 26, 2008 7:29 pm
- Forum: Beginners Help
- Topic: problem with classes in c++
- Replies: 16
- Views: 942
problem with classes in c++
Hello all :) , I have a problem with OOP+irrlicht custom scene nodes I am trying to create a class for each entity within my game,and manipulate them induvidually. I have a class called Bug, i create n number of objects, place them in a 3d world etc... i use IAnimatedMesh* buggmesh = smgr->getMesh(&...