|
Magnetoculus
Visualisation de champs en VR avec Oculus
|
Public Member Functions | |
| IsoSurfaceRepresentationInfo (GameObject representation, string filename, bool transparency, string modeText, Field field, float isoValue) | |
Public Member Functions inherited from FieldRepresentationInfo | |
| FieldRepresentationInfo (GameObject representation, string filename, bool transparency, string modeText, Field field) | |
Public Member Functions inherited from RepresentationInformation | |
| RepresentationInformation (GameObject representation, string filename) | |
| void | Delete () |
| void | Enabled (bool enable) |
| string | GetText () |
| bool | GetRepresentationEnabled () |
| GameObject | GetRepresentation () |
Additional Inherited Members | |
Public Attributes inherited from FieldRepresentationInfo | |
| Field | m_Field |
Public Attributes inherited from RepresentationInformation | |
| GameObject | m_Representation |
Protected Attributes inherited from RepresentationInformation | |
| string | m_Text |
| string | m_Filename |
This class serialize the information of an Iso-surface representation. It displays the file name, the mode (iso surface), the transparency choice (yes or no) and the iso value.
| IsoSurfaceRepresentationInfo.IsoSurfaceRepresentationInfo | ( | GameObject | representation, |
| string | filename, | ||
| bool | transparency, | ||
| string | modeText, | ||
| Field | field, | ||
| float | isoValue | ||
| ) |