Search found 6 matches
- Sat Aug 21, 2004 12:04 pm
- Forum: Beginners Help
- Topic: Low colour depth :(
- Replies: 1
- Views: 314
- Wed Aug 18, 2004 2:00 pm
- Forum: Beginners Help
- Topic: Low colour depth :(
- Replies: 1
- Views: 314
Low colour depth :(
I have added a picture to my game to be used as a backgroud for the control menu.
The problem is it is clearly being rendered in 256 colours. The jpeg I am using is 24 bit.
I have changed the bits per pixel to 32 when creating the device.
My question is: Is there anything else I need to do to ...
The problem is it is clearly being rendered in 256 colours. The jpeg I am using is 24 bit.
I have changed the bits per pixel to 32 when creating the device.
My question is: Is there anything else I need to do to ...
- Wed Aug 18, 2004 1:42 pm
- Forum: Beginners Help
- Topic: HUD, GUI , 2d Images on screen ;]
- Replies: 7
- Views: 1315
I have just done a similar thing and my Image appears on the screen fine.
It is not overwritten.
Make sure that
Is inside the main
while(device->run())
loop.
I hope this helps.
It is not overwritten.
Make sure that
Code: Select all
env->drawAll();
while(device->run())
loop.
I hope this helps.
- Tue Aug 17, 2004 10:21 pm
- Forum: Beginners Help
- Topic: member function without object
- Replies: 4
- Views: 630
I am no expert, but does this work ?
Code: Select all
int main()
{
//run the menu
MenuMain.RunMenu();
}
- Fri Aug 06, 2004 2:19 pm
- Forum: Jirr
- Topic: Need help with Jirr!!!
- Replies: 2
- Views: 3040
- Wed Aug 04, 2004 1:33 pm
- Forum: Jirr
- Topic: Need help with Jirr!!!
- Replies: 2
- Views: 3040
Need help with Jirr!!!
Hi,
The Jirr forum appears to be dead so I thought id post here.
First of all please excuse my newbieness. I have never made a game or even a real time application before. However I have developed several large systems in Java.
I have been using Jirr to write a simple game. Its all been going ...
The Jirr forum appears to be dead so I thought id post here.
First of all please excuse my newbieness. I have never made a game or even a real time application before. However I have developed several large systems in Java.
I have been using Jirr to write a simple game. Its all been going ...