POV-Ray : Newsgroups : povray.unofficial.patches : Bug in Parse_Media()? : Re: Bug in Parse_Media()? Server Time
2 Sep 2024 06:18:55 EDT (-0400)
  Re: Bug in Parse_Media()?  
From: Nathan Kopp
Date: 25 Apr 2000 20:58:52
Message: <39063f4c@news.povray.org>
I agree.

-Nathan

Chris Huff <chr### [at] yahoocom> wrote...
> I don't think transforms are being parsed properly in the function 
> Parse_Media() in the file parstxtr.c. Shouldn't this:
> 
>     CASE (TRANSFORM_TOKEN)
>       GET(TRANSFORM_ID_TOKEN)
>       Transform_Density (IMedia->Density, &Local_Trans);
>     END_CASE
> 
> be this:
> 
>     CASE (TRANSFORM_TOKEN)
>       GET(TRANSFORM_ID_TOKEN)
>       Transform_Density (IMedia->Density, (TRANSFORM *)Token.Data);
>     END_CASE


Post a reply to this message

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