Function createClassificationPrimitive

  • Parameters

    • options: Partial<undefined | {
          allowPicking?: boolean;
          appearance?: Appearance;
          asynchronous?: boolean;
          classificationType?: ClassificationType;
          compressVertices?: boolean;
          debugShowBoundingVolume?: boolean;
          debugShowShadowVolume?: boolean;
          geometryInstances?: any[] | GeometryInstance;
          interleave?: boolean;
          releaseGeometryInstances?: boolean;
          show?: boolean;
          vertexCacheOptimize?: boolean;
      }>
    • geometries: (PolygonGeometry | CircleGeometry | WallGeometry)[]
    • color: Color
    • classificationType: ClassificationType

    Returns ClassificationPrimitive

Generated using TypeDoc