Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use instanced mesh to improve rendering performance #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 30, 2020

  1. Upgrade to React 17 due to React reconciler incompatibility

    Add drei helper library for three
    Mirosta committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    d52886d View commit details
    Browse the repository at this point in the history
  2. Add FPS counter, toggleable with F

    Use instanced mesh and bulk line segments to speed up block rendering
    Mirosta committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    f78447a View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Fix block color and attempt to avoid some line z fighting

    Fix some offset issues in calculating mouse coords
    Slightly optimise tooltip ray-casting
    Mirosta committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    1072633 View commit details
    Browse the repository at this point in the history