POV-Ray : Newsgroups : moray.win : Cube.lua plugin : Re: Cube.lua plugin Server Time
18 Jun 2024 10:04:53 EDT (-0400)
  Re: Cube.lua plugin  
From: StephenS
Date: 2 Oct 2003 08:33:01
Message: <3f7c1afd@news.povray.org>
> I have started a plugin to allow ...
...

Cube1a2.zip now available.

The plugin has the following features:
   List symbolic output, displays a window with the code that will be output
to Povray. Simple expressions are maintained.
   List numeric output, displays a window with the code that is used to
display the wireframe. Simple expressions are evaluated to a single number.
   Simple expressions can be entered in 'text box', example 4+5.2-(16/3)
   Supported functions include:
+ - / *
sin(), cos(), tan(), asin(), acos(), atan2(),
abs(), exp, sqrt(),
ceil(), floor(), max(), min(), mod(),
   Indirectly supported are:
degrees(), radians(), ln(), log()

   Output is in the form of:
box {<x1,y1,z1>,<x2,y2,z2>
   (internal transformations)
scale
shear
rotate
translate
object flags (no_shadow...)
material
   (Moray transformations)
scale
rotate
translate
}

Comments welcome

Stephen


Post a reply to this message

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