Difference between revisions of "Povray"

From BRL-CAD
Line 8: Line 8:
  
 
= Primitives that are working properly =
 
= Primitives that are working properly =
* Sphere
+
= Sphere =
 
Sphere is formed by
 
Sphere is formed by
 
Center and Radius
 
Center and Radius
 
Example:
 
Example:
       sphere { <Center>, Radius [OBJECT_MODIFIERS...]}
+
       sphere { Center, Radius [OBJECT_MODIFIERS...]}

Revision as of 03:10, 25 July 2015

This article provides knowledge about different types of geometric primitive objects that can be exported from BRL-CAD to POV-Ray geometry file. Their properties, functions used for them, parameters are discussed in section below.

To Know more about POV-Ray, here are some links below:

Below is the list of primitives that are working/exported correctly, partially and not touched yet.

Primitives that are working properly

Sphere

Sphere is formed by Center and Radius Example:

     sphere { Center, Radius [OBJECT_MODIFIERS...]}