|
Tachyon (current)
Current Main Branch
|
#include <TachyonOptiX.h>
Public Member Functions | |
| void | addSphere (const float3 &spcenter, const float &spradius) |
Data Fields | |
| std::vector< float3 PINALLOCS(float3)> | center |
| std::vector< float PINALLOCS(float)> | radius |
| std::vector< float3 PINALLOCS(float3)> | primcolors3f |
| float3 | uniform_color |
| int | materialindex |
Definition at line 244 of file TachyonOptiX.h.
|
inline |
Definition at line 251 of file TachyonOptiX.h.
| std::vector<float3 PINALLOCS(float3)> SphereArray::center |
Definition at line 245 of file TachyonOptiX.h.
Referenced by addSphere(), gen_colorchecker_spheres(), gen_knot(), and gen_spheresurf().
| int SphereArray::materialindex |
Definition at line 249 of file TachyonOptiX.h.
Referenced by TachyonOptiX::add_spherearray().
| std::vector<float3 PINALLOCS(float3)> SphereArray::primcolors3f |
Definition at line 247 of file TachyonOptiX.h.
Referenced by gen_colorchecker_spheres(), gen_knot(), and gen_spheresurf().
| std::vector<float PINALLOCS(float)> SphereArray::radius |
Definition at line 246 of file TachyonOptiX.h.
Referenced by addSphere(), gen_colorchecker_spheres(), gen_knot(), and gen_spheresurf().
| float3 SphereArray::uniform_color |
Definition at line 248 of file TachyonOptiX.h.
1.8.14