Hierarchy

  • Primitive
    • AMapPrimitive

Constructors

  • Parameters

    • options: any

    Returns AMapPrimitive

Properties

_scene: any
_viewer: typeof Viewer
clearCommand: any
framebuffer: any
textures: any[] = []

Methods

  • Returns {
        color: any;
        depth: any;
    }

    • color: any
    • depth: any
  • Called when Viewer or CesiumWidget render the scene to get the draw commands needed to render this primitive.

    Do not call this function directly. This is documented just to list the exceptions that may be propagated when the scene is rendered:

    Parameters

    • OptionalframeState: any

    Returns void