Re: [Plib-users] Semi-transparent plane
Brought to you by:
sjbaker
From: Wolfram K. <w_...@rz...> - 2001-01-18 08:18:26
|
What you can try is: Get a model with transparency, for example, on http://home.t-online.de/home/Wolfram.Kuss goto Misc Panes and download the optica. Put Model (*.ac) and textures into the same dir. =46rom your app, call ssgLoad, leaving the second parameter at NULL. Put the model into your scene graph. IMHO this should then work, without further code. If it does, you can either load a model for your Semi-transparent plane too, or, if you want to do everything via code and not files, then extract the necessary code from the loader. Bye bye, Wolfram. |