i am trying now to load my BMP file for beginscreen of my game .
i made this code but i realy dont know whats wrong in it .
its dont give's me eny error , but its like its realy dont whant to load my BMP file
gui::IGUIImage* Loading_Img;
Loading_Img = guienv->addImage(rect<int>(0,0,0,0 ...
Search found 20 matches
- Fri Dec 22, 2006 2:12 pm
- Forum: Beginners Help
- Topic: load screen
- Replies: 15
- Views: 1686
- Fri Dec 22, 2006 1:36 pm
- Forum: Beginners Help
- Topic: .X files and Alpha map
- Replies: 14
- Views: 1164
- Thu Dec 21, 2006 11:59 am
- Forum: Beginners Help
- Topic: .X files and Alpha map
- Replies: 14
- Views: 1164
It would be very useful if you could share your codeViniterra wrote:EDIT: I made this works, thanks for the support.
Thanks
________
Mexico Hotels
- Sat Dec 16, 2006 10:37 pm
- Forum: Beginners Help
- Topic: getCollisionResultPosition collision with other moving nodes
- Replies: 2
- Views: 374
You could check the distance between the dynamic nodes, but maybe it's not precise enough for your game. And checking the bounding boxes should work, maybe you did something wrong in your code?
________
Xanax Rehab Advice
________
Xanax Rehab Advice
- Sat Dec 16, 2006 6:36 pm
- Forum: Beginners Help
- Topic: b3d Node - Alpha problem
- Replies: 15
- Views: 2363
Oh ok thanks. I guess I'll have to be more patientsober wrote:I think the fixes from Luke are still not in the downloadable version or the svn, so you will have to wait.
________
Stranger Originated Life Insurance Forums
- Sat Dec 16, 2006 6:21 pm
- Forum: Beginners Help
- Topic: b3d Node - Alpha problem
- Replies: 15
- Views: 2363
- Sat Dec 16, 2006 6:03 pm
- Forum: Beginners Help
- Topic: Probably the biggest n00b question you guys have ever faced.
- Replies: 3
- Views: 406
You have to set the binary path somewhere on your project settings. In VC6 it's on the Debug Tab, Working Directory.
________
Maryjane
________
Maryjane
- Sat Dec 16, 2006 4:52 pm
- Forum: Beginners Help
- Topic: b3d Node - Alpha problem
- Replies: 15
- Views: 2363
Could someone explain me how to get this to work? Do I need a patch? Are the changes at SVN? Do I need to load the mesh in a specific way?
I have a terrain .b3d but when I load it I just see one texture over all the terrain.
________
Yamaha Mdr-1
I have a terrain .b3d but when I load it I just see one texture over all the terrain.
________
Yamaha Mdr-1
- Wed Dec 13, 2006 10:09 pm
- Forum: Beginners Help
- Topic: A couple of GUI questions
- Replies: 5
- Views: 565
- Wed Dec 13, 2006 7:46 pm
- Forum: Beginners Help
- Topic: 3D studio Max helping with codeing
- Replies: 24
- Views: 1570
It works for me. This is what I did:
1) Open MAX.
2) Make a cube.
3) Export.
4) Choose .3ds and give the file a name.
And that's all.
________
Yamaha Motif
1) Open MAX.
2) Make a cube.
3) Export.
4) Choose .3ds and give the file a name.
And that's all.
________
Yamaha Motif
- Wed Dec 13, 2006 7:30 pm
- Forum: Beginners Help
- Topic: 3D studio Max helping with codeing
- Replies: 24
- Views: 1570
You only get that message when you try to export an empty scene, so open your .max file firstjimowns wrote:its says now no data to Export .
________
Oxycontin rehab forum
- Wed Dec 13, 2006 7:13 pm
- Forum: Beginners Help
- Topic: 3D studio Max helping with codeing
- Replies: 24
- Views: 1570
Use Export and not Save As.jimowns wrote:how can i do that ?
i can choas only .max , chr files .
i used 3D studio max 7
________
SEX TUBE
- Wed Dec 13, 2006 6:55 pm
- Forum: Beginners Help
- Topic: A couple of GUI questions
- Replies: 5
- Views: 565
- Wed Dec 13, 2006 5:58 pm
- Forum: Beginners Help
- Topic: A couple of GUI questions
- Replies: 5
- Views: 565
- Wed Dec 13, 2006 5:35 pm
- Forum: Beginners Help
- Topic: A couple of GUI questions
- Replies: 5
- Views: 565
A couple of GUI questions
1) On IGUIWindow. Is there any way to prevent irrlicht from drawing the X to close the window?
2) On IGUIListBox. It always displays an scrollbar even if it's not needed. Can you make it only appear when necessary?
I know I could change those things in the irrlicht source, but I was wondering if ...
2) On IGUIListBox. It always displays an scrollbar even if it's not needed. Can you make it only appear when necessary?
I know I could change those things in the irrlicht source, but I was wondering if ...