Skip to content

Investigate equivalent to babylon.js 'thin instance' functionality #9

@ProfLander

Description

@ProfLander
  • Similar to InstanceSlice; a contiguous block of instances that all draw together with no visibility culling
  • Primary use case is wasm, needs a low-overhead solution to instancing in the absence of compute
  • Use a variant of the regular component-based interface
    • Minus the ComputedVisibility?
  • Ideally data should be updated on change to minimize overhead
    • This could benefit regular instances too

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions