|
Magnetoculus
Visualisation de champs en VR avec Oculus
|
Public Types | |
| enum | EGenerationMode { EGenerationMode.Voxel, EGenerationMode.IsoSurface, EGenerationMode.Surface } |
Public Member Functions | |
| override void | Selection (string fileName, string fileNameShort) |
| override void | StartGeneration () |
| void | SetTransparency (bool transparency) |
| bool | GetTransparency () |
| void | SetMode (int mode) |
| int | GetMode () |
Public Member Functions inherited from FileInfoManager | |
| string | GetFileName () |
| string | GetFileNameShort () |
Additional Inherited Members | |
Protected Attributes inherited from FileInfoManager | |
| string | m_FileName |
| string | m_FileNameShort |
This class handles field data files and user options. It will be used by FieldGenerators to acess the data and check which options has been chosen by the user.
|
strong |
| int FieldInfoManager.GetMode | ( | ) |
| bool FieldInfoManager.GetTransparency | ( | ) |
|
virtual |
Implements FileInfoManager.
| void FieldInfoManager.SetMode | ( | int | mode | ) |
| void FieldInfoManager.SetTransparency | ( | bool | transparency | ) |
|
virtual |
Select the Generator that matches the EGenerationMode choosen by the user and call its StartGeneration method.
Implements FileInfoManager.