Search found 5 matches
- Thu Nov 18, 2010 4:58 am
- Forum: Off-topic
- Topic: looking for a memeber on here (theSpecial1)
- Replies: 0
- Views: 593
looking for a memeber on here (theSpecial1)
Me and him were working on a game engine together but things got a bit hairy and all i've been trying to get into contact with him again through varies outlets but i can't reach him, if anyone knows what happened to him, let me know, i've recently started using Qt and Ogre together but have some dif...
- Sun May 30, 2010 11:19 pm
- Forum: Beginners Help
- Topic: little trouble rendering into a custom window.
- Replies: 2
- Views: 207
- Sun May 30, 2010 10:03 pm
- Forum: Beginners Help
- Topic: little trouble rendering into a custom window.
- Replies: 2
- Views: 207
little trouble rendering into a custom window.
I'm trying to render into a custom window but when i try it says that the device isn't created and i'm setting all the paramets right. anyways, here is what i got: NUKE MainForm = MakeWindow(1024,768); ::SetWindowTitle(MainForm,"Cg Editor v1.0"); //make the main window NUKE CGD3D9 = MakeWi...
- Mon May 10, 2010 3:18 pm
- Forum: Beginners Help
- Topic: Collision on multiple scene nodes.
- Replies: 0
- Views: 504
Collision on multiple scene nodes.
I've been trying to add collison to the other scene nodes in the world but nothing i do seems to work *except the level part, of course) here's my collision code: void SetUpCollisionData() { Player_ColCam = FPS_MainPlayer->getPlayerCam(); Level_Col = levels->getLevelSceneNode(); Enemy_Col = MainEnem...
- Thu Apr 29, 2010 1:20 pm
- Forum: Beginners Help
- Topic: Clipping problem.
- Replies: 8
- Views: 570
Clipping problem.
http://img.photobucket.com/albums/v238/adarksoul/Clipping.jpg?t=1272547105 as you can see the gun seems to go right through the column when it's not suppose to, wonder if it's because it's the child of another scene node or i forgot to set a flag to enable clipping or what ever it's called? (Z enab...