JME - Application Documentation
    Preparing search index...

    Type Alias IntersectionStructure

    Pre-computed geometric structure for an entire intersection

    type IntersectionStructure = {
        edgeTubes: THREE.TubeGeometry[];
        exitInfo: ExitStructure[];
        id: string;
        intersectionFloor: THREE.ShapeGeometry;
        maxDistanceToStopLine: number;
    }
    Index

    Properties

    edgeTubes: THREE.TubeGeometry[]
    exitInfo: ExitStructure[]
    id: string
    intersectionFloor: THREE.ShapeGeometry
    maxDistanceToStopLine: number