|
From: Andreas R. <And...@gm...> - 2002-05-28 15:37:11
|
Darn! You're right - I did this for some demo of Alan (that's why it's only in the Mac stuff and I think I even introduced it there...) Guess I need to figure something out to make it behave the right way - all the glGets and glEnables just shouldn't be replicated along the various platform files. Thanks for pointing it out. And no, I don't want to hack the Unix code nor the Mac code, this is really just a synchronization issue ;-) Cheers, - Andreas > -----Original Message----- > From: squ...@li... > [mailto:squ...@li...] On Behalf > Of Bert Freudenberg > Sent: Tuesday, May 28, 2002 5:26 PM > To: squ...@li... > Subject: Re: [Squeak-VMdev] Restructuring some 3D stuff > > > On Tue, 28 May 2002, Andreas Raab wrote: > > > Hi Guys, > > > > I need to do some restructuring in the 3D stuff - it turns > out that I > > put one of the functions into the wrong place (namely the platform > > dependent part) and I just added some stuff that would now > need to be > > duplicated across the various platform branches. This is as good an > > opportunity as ever to relocate the functions in question (namely > > glGetIntProperty and glSetIntProperty) into the cross > platform part of > > it. > > But glGetIntProperty is not system independent. On Mac it > calls an agl* > function. Or do you provide another call for this? > > > So how shall we go about this?! Do you want me to just update the > > platform independent part and remove those functions from > your code when > > you got time?! > > I would even trust you to patch the unix part yourself, even > if you do not > test it. But then, the Unix version is not even checked in. I > just never > got around to do it. I think Cees said he got it working with > VMMaker ... > > -- Bert > > > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > > _______________________________________________ > Squeak-VMdev mailing list > Squ...@li... > https://lists.sourceforge.net/lists/listinfo/squeak-vmdev > |