@rbxts/a-plant-generator - v0.2.0
    Preparing search index...

    Interface Turtle3DResult

    Polygon and branch output from 3D turtle interpretation.

    interface Turtle3DResult {
        branchGraph: BranchGraph;
        diagnostics: readonly Diagnostic[];
        maxStackDepth: number;
        polygons: readonly (readonly Vec3[])[];
        processedSymbols: number;
    }
    Index
    branchGraph: BranchGraph
    diagnostics: readonly Diagnostic[]
    maxStackDepth: number
    polygons: readonly (readonly Vec3[])[]
    processedSymbols: number