POV-Ray : Newsgroups : povray.off-topic : New NearInfinity demo up : Re: New NearInfinity demo up Server Time
6 Sep 2024 15:20:29 EDT (-0400)
  Re: New NearInfinity demo up  
From: Warp
Date: 13 Dec 2008 10:43:22
Message: <4943d819@news.povray.org>
stbenge <THI### [at] hotmailcom> wrote:
> hgeSprite *tile[8*8]

> and filled it like this:

> v=0;
> for(y=0;y<8;y++){
>   for(x=0;x<8;x++){
>    tile[int(v)]=new hgeSprite(tiles,x*132+1,y*132+1,128,128);
>    v++;
>   }
> }

  Does the HGE library force you to write code like that? If so, then it
really sucks.

-- 
                                                          - Warp


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.