POV-Ray : Newsgroups : povray.beta-test : [doc] transfomrations and camera - quick ref : [doc] transfomrations and camera - quick ref Server Time
26 Sep 2024 17:45:03 EDT (-0400)
  [doc] transfomrations and camera - quick ref  
From:
Date: 14 Mar 2002 04:34:56
Message: <hqo09uclr3flprf4c32chhuvp22le3ft86@4ax.com>
POV 3.5 b 12 for Win

10.1.5  Transformations

  From the syntax looks like following:
    transform{inverse}
  is possible and yes - it is possible - it is inversion of
    transform{}
  and it is also possible but this case is not included in syntax of quickref.

10.1.6  Camera

  Below lines are correct with quick ref but returns parse error
    #local C=camera {};
    camera{ orthographic C }
    camera{ C C }
  It is becouse CAMERA_IDENTIFIER as applied at begining of both CAMERA_ITEMS
  and CAMERA_MODIFIERS. I think it should be first optional element of pure
  camera statement:
  CAMERA:
    camera {[CAMERA_IDENTIFIER][CAMERA_TYPE][CAMERA_ITEMS][CAMERA_MODIFIERS]}

ABX


Post a reply to this message

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