www.jpct.net

jPCT - a 3d engine for Java => Support => Topic started by: fireside on February 28, 2008, 02:06:16 am

Title: Inventory items
Post by: fireside on February 28, 2008, 02:06:16 am
I'm thinking of introducing inventory items.  My first thought is to have them either real or billboarded in the upper left corner of the screen.  How would I go about doing that.  Would I parent to the camera somehow?
Title: Re: Inventory items
Post by: EgonOlsen on February 28, 2008, 09:06:15 am
Just blit them to the screen by using FrameBuffer.blit(....);