I get Error: function unavailable with Pharo1.3 and 1.4, but I probably followed the steps wrong. I first loaded a fresh image, then did Gofer it squeaksource: 'NBOpenGL'; package: 'ConfigurationOfNBOpenGL'; load.
ConfigurationOfNBOpenGL project lastVersion load, as per previous instructions somewhere else, then loaded the latest NBXLib + examples from squeaksource via montecello, then latest NBOpengl-X similarly.
Le 19 mars 2012 � 10:50, Igor Stasenko <siguctua@gmail.com> a �crit :
> great!
>
> On 19 March 2012 16:11, Javier Pim�s <elpochodelagente@gmail.com> wrote:
>> I got some time and finished commiting it.
>>
>> Steps to load it (I tested with pharo 1.3):
>>
>> 1. load NBOpenGL with its configuration.
>> 2. load NBXLib package from monticello
>> 3. load NBOpengl-X package from monticello
>>
>> Then you can run the example (you'll need tahoma font):
>>
>> 4. add the patch I attach.
>> 5. Do this:
>>
>> GLTTRenderingDemo new openInWorld.
>>
>> tell if something doesn't work.