Difference between revisions of "Povray"
From BRL-CAD
Line 8: | Line 8: | ||
= Primitives that are working properly = | = Primitives that are working properly = | ||
− | + | = Sphere = | |
Sphere is formed by | Sphere is formed by | ||
Center and Radius | Center and Radius | ||
Example: | Example: | ||
− | sphere { | + | sphere { Center, Radius [OBJECT_MODIFIERS...]} |
Revision as of 02: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:
- Introduction to POV-Ray
- 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...]}