Pixel-GUI in 3D?
Blitz3D Forums/Blitz3D Programming/Pixel-GUI in 3D?
| ||
| Maybe I shold put this in Blitz3D. I need some help drawing flat/pixel in 3d mode... no 3d objects if not necessary .. i'm doing 3d just for the hardware alpha, and am going to make a pixelized GUI... |
| ||
| why not just use on of the pixel perfect spritelibs... |
| ||
| Why not post links to them then ;-) ? |
| ||
| 1 IM lazy 2 I mentioned in the other thread, to look em up on blitzcoder/// |
| ||
| darklordz, What is your MSN, I need to talk to you. And what happened to Balpoint? |
| ||
| @Lumivel darklordz@... is my msn... balpoint domain is totaly screwed and those fake ass techs @ digitalus are stalling.... I hate them... your files are still there. just use http://81.173.33.17/balpoint.com/~username... balpoint will be back btter and stronger because of this terible host. I will be glad to get rid of them. www.iamyourhost.com is where balpoint will end up soon... |
| ||
| well,darklordz, it's way more than I need to see a finished GUI. I just need to know how to do 2D drawing ops in 3D mode... |
| ||
| I just need to know how to do 2D drawing ops in 3D mode... Your main loop should look something like this: repeat ;do 3d stuff updateworld renderworld ;draw 2d stuff flip until keyhit(1) Its easy. |
| ||
| thax, that's important stuff I learned there, but the 2d stuff section cannot include alpha-channel images? That must be sprites or planes or something? |