Daniel Wickeroth wrote: > Hi, > > I'm writing an Annotation Plugin, which used to work fine until I > switched from OpenSG 1.6 to 1.8. Since I'm using 1.8 each letter is > just a square, instead of a real letter. > > I tried the installable 1.8 version, as well as libraries I compiled > on my own (thanks to Antonio again :) > > The sample Code I'm using in my own code however works fine with both > versions, so I really don't know what could have gone wrong. > > Attached is the class that I used for the annotation labels and two > jpegs demonstrating the error. > > Any help is really very much appreciated!
There doesn't seem to be any alpha test/blending set. Add an AlphaChunk with some useful settings (alpha test > 0 or src_alpha/src_alpha_minus one blending) and see what happens. /Marcus ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
