Struct rayx::NffTable¶
#include <NffTable.h>
Public Attributes¶
| Type | Name |
|---|---|
| std::vector< NffEntry > | m_Lines |
| std::string | m_element |
Public Static Functions¶
| Type | Name |
|---|---|
| bool | load (const char * element, NffTable * out) |
Detailed Description¶
This struct represents the contents of a .NKP file.
Example usage:
NffTable cu; bool success = NffTable::load("CU", &cu); // the refractive index table for copper!
Public Attributes Documentation¶
variable m_Lines¶
variable m_element¶
Public Static Functions Documentation¶
function load¶
loads the .NKP file of the element element and writes it's contents to out
The documentation for this class was generated from the following file Intern/rayx-core/src/Material/NffTable.h