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

[wip] Feature: colored height maps to ordered point clouds + point clouds to wireframes and meshes #343

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

Conversation

morisil
Copy link
Contributor

@morisil morisil commented Jun 17, 2024

This PR adds new modules:

  • orx-compute-shaders
  • orx-point-clouds
  • orx-wireframes

morisil added 30 commits June 8, 2024 18:30
…ase to maintain + if no preserveProportions mode, the point XY coordinates are aligned with +vec(.5) to point to the middle of the pixel.
…eframe instead of inferring resolution from ColorBuffer
…so points of the cloud can be inspected up close.
@hamoid
Copy link
Member

hamoid commented Jul 18, 2024

I'm wondering if orx-compute-shaders should be part of openrndr instead of orx, since it's only a few lines of code and it's a useful feature when writing compute shaders.

@morisil morisil changed the title Feature: colored height maps to ordered point clouds + point clouds to wireframes and meshes [wip] Feature: colored height maps to ordered point clouds + point clouds to wireframes and meshes Jul 26, 2024
@morisil
Copy link
Contributor Author

morisil commented Jul 26, 2024

I'm wondering if orx-compute-shaders should be part of openrndr instead of orx, since it's only a few lines of code and it's a useful feature when writing compute shaders.

I'm in the process of updating this PR to address this issue in particular, no orx-compute-shaders anymore.

@morisil
Copy link
Contributor Author

morisil commented Jul 26, 2024

BTW here is the commit with changes I needed in openrndr to get rid of orx-compute-shaders

openrndr/openrndr@3da165c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants