Magnetoculus
Visualisation de champs en VR avec Oculus
|
Protected Member Functions | |
virtual void | Awake () |
![]() | |
abstract void | CreateRepresentationInformation () |
abstract IEnumerator | AsynchronousGeneration () |
void | FileError (string message) |
void | TriggerGenerationProgressEvent (float generationProgress, string generationText) |
void | TriggerGenerationStartEvent () |
void | TriggerGenerationEndEvent () |
void | TriggerGenerationErrorEvent (string message) |
Protected Attributes | |
int | m_MaxVerticesPerChunk = 30000 |
Field | m_Field |
FieldInfoManager | m_FieldInfoManager |
![]() | |
GameObject | m_ChunkPrefab |
RepresentationNavigation | m_RepresentationManagerPanel |
FileInfoManager | m_FileInfoManager |
string | m_FileName |
GameObject | m_Representation |
Mesh | m_Mesh |
Additional Inherited Members | |
![]() | |
delegate void | GenerationEventWithArgs (float generationProgress, string generationText) |
delegate void | GenerationEvent () |
delegate void | ErrorEvent (string message) |
void | StartGeneration () |
![]() | |
static GenerationEvent | GenerationStartEvent |
static GenerationEventWithArgs | GenerationProgressEvent |
static GenerationEvent | GenerationEndEvent |
static ErrorEvent | GenerationErrorEvent |
Abstract super class for field generation. It can :
|
protectedvirtual |
Reimplemented in IsoSurfaceGenerator.
|
protected |
|
protected |
Since a mesh cannot have more than 65535 vertices, a chunk can only have a limited number of cube.