On 03.01.2010 18:21, shahar siman-tov wrote: > well, it compiles and runs smoothly, with no error messages on the CS > ver 1.4 mechine, but the tiling function does not work-the > cover_tex_pxmap is not visible, only the background texture is visible. > > any ideas?
Well, there could be two points of failure: DrawTiled() does not work or SetRenderTarget() is broken. That could be found out by drawing directly to the screen, not a render target: if that works, SetRenderTarget() fails; if it doesn't, DrawTiled() is broken. Either way, it would be a good idea if you would open a ticket on the bug tracker (http://trac.crystalspace3d.org/trac/CS/wiki/Reporting%20bugs) and ideally attach a minimal test program. (Hacking simple1 to include the problematic code is usually works well.) -f.r.
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[email protected]?subject=unsubscribe
