Warp <war### [at] tagpovrayorg> wrote:
> > face_indices
> > {
> > 638398 // added (399-1)*2 = 796
>
> The nice thing about povray SDL is that you can write math. No need to
> precalculate anything. Thus you can write:
>
> face_indices
> {
> 399*800
But if you do, you better have the math right:
face_indices
{
399*800*2
because Yadgar is creating two faces per loop.
Post a reply to this message
|