Re: [Plib-users] PuSlider rendering problem
Brought to you by:
sjbaker
From: Steve B. <sjb...@ai...> - 2004-02-04 13:05:17
|
Paolo Gilardetti wrote: > Hi, > I tried to modify viewer.cxx, now it opens a new window with two sliders when an user press 's' buttom. I simply copy the code from complex.cxx and put it into viewer.cxx. This stuff doesn't work: the fonts in "slider window" aren't readable and the rendering in the first window appears to be "cutted" (please see figure in attachment). > > Could anyone give me an hint about the causes of these problems? Probably: Textures aren't being shared across rendering contexts and the Z-near clip plane is what's cutting off the model. ---------------------------- Steve Baker ------------------------- HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://www.sjbaker.org Projects : http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net http://prettypoly.sf.net -----BEGIN GEEK CODE BLOCK----- GCS d-- s:+ a+ C++++$ UL+++$ P--- L++++$ E--- W+++ N o+ K? w--- !O M- V-- PS++ PE- Y-- PGP-- t+ 5 X R+++ tv b++ DI++ D G+ e++ h--(-) r+++ y++++ -----END GEEK CODE BLOCK----- |