Hierarchy

  • Primitive
    • AMapPrimitive

Constructors

  • Parameters

    • options: any

    Returns AMapPrimitive

Properties

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

Methods

  • 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

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

    • color: any
    • depth: any