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

Relative points #108

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Relative points #108

wants to merge 12 commits into from

Commits on Sep 14, 2023

  1. feat: add class based relative points coords/radius

    Manfred Cheung committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    69086c2 View commit details
    Browse the repository at this point in the history
  2. feat: getPoint functions allow pulling from both relative points data…

    … and absolute points data
    Manfred Cheung committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    d209c20 View commit details
    Browse the repository at this point in the history
  3. fix: GraphPoints shaders use valueForIndex functions

    Manfred Cheung committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    b317eaa View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. fix: clean up

    Manfred Cheung committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    89e2f95 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. feat: add option to change behaviour of point classes

    Manfred Cheung committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    3c0339a View commit details
    Browse the repository at this point in the history
  2. feat: add option to specify maximum point hierarchy depth

    Manfred Cheung committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    6a3836f View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. fix: remove colortarget texture and use datatexture texture

    Manfred Cheung committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    93a745c View commit details
    Browse the repository at this point in the history
  2. fix: renamed class to hierarchy or parent

    Manfred Cheung committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    b92e6ab View commit details
    Browse the repository at this point in the history
  3. feat: add documentation associated with relative points

    Manfred Cheung committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    2bf10a4 View commit details
    Browse the repository at this point in the history
  4. fix: remove redundant bind frame buffer call

    Manfred Cheung committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    3f35255 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. fix: pr comments

    Manfred Cheung committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    13b442c View commit details
    Browse the repository at this point in the history
  2. feat: added small example of hierarchy usage

    Manfred Cheung committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    abf69c9 View commit details
    Browse the repository at this point in the history