Difference between revisions of "Povray"

From BRL-CAD
Line 4: Line 4:
 
* [http://www.povray.org/documentation/3.7.0/t2_1.html#t2_1_3 Introduction to POV-Ray]
 
* [http://www.povray.org/documentation/3.7.0/t2_1.html#t2_1_3 Introduction to POV-Ray]
 
* [http://www.povray.org/documentation/3.7.0/t2_2.html#t2_2_1_2 Adding Standard include files, Camera, Light source in POV-Ray Geometry file]
 
* [http://www.povray.org/documentation/3.7.0/t2_2.html#t2_2_1_2 Adding Standard include files, Camera, Light source in POV-Ray Geometry file]
 +
 +
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...]}

Revision as of 03:06, 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 {

, Radius [OBJECT_MODIFIERS...]}