Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions