Last updated

API / geotoolkit3d / scene / VisualsCapabilities / Limitation

Enumeration: Limitation

scene.VisualsCapabilities.Limitation

This enum defines the cause of the current limitation in visual capabilities.

Table of contents

Enumeration Members

Contents

Enumeration Members

IMPLEMENTATION

IMPLEMENTATION = "implementation"

This visual capability is limited by the current implementation of the visual, coupled with this browser maximum ArrayBuffer size allocation.
Maximum JS ArrayBuffer size can depend between devices and browsers, but also depend on available memory at the moment of testing.
This maximum ArrayBuffer size is tested the first time the user ask for a visual capabilities, and should make sure that enough memory is available for a correct measurement.


RAM

RAM = "ram"

This visual capability is limited by the specified RAM memory.


VRAM

VRAM = "vram"

This visual capability is limited by the specified VRAM (video) memory.