Billboard

Support for Billboard object in GroIMP. Billboard can be added to the scene and display an image. It works as follow: - File file = new File ('/path/to/an/image/CucLeaf.png'); - BasicBillboarder bb = new BasicBillboarder(file, Billboarder.MT_PNG)

documentation