Skip to content

Feature/heremaps pptk 5 point shape#33

Merged
nikste merged 1 commit intomasterfrom
feature/heremaps-pptk-5-point-shape
Mar 5, 2026
Merged

Feature/heremaps pptk 5 point shape#33
nikste merged 1 commit intomasterfrom
feature/heremaps-pptk-5-point-shape

Conversation

@nikste
Copy link
Owner

@nikste nikste commented Mar 5, 2026

No description provided.

nikste added a commit that referenced this pull request Mar 5, 2026
Add a per-vertex size buffer (_buffer_user_sizes) and 'user_size' shader
attribute to PointCloud. When user_size > 0 the shader uses it instead of
the global point_size uniform. Exposed via message type handler in
viewer.h and registered as a float-array property in viewer.py.
Add a 'point_shape' uniform to the fragment shader with three modes:
circle (0, default, discard outside radius), square (1, no discard),
diamond (2, discard outside abs(x)+abs(y)>1). Controlled via
set(point_shape='circle'|'square'|'diamond') in Python, with string-to-
code mapping and message dispatch in viewer.h.
@nikste nikste force-pushed the feature/heremaps-pptk-5-point-shape branch from 8dda06c to b2e3f13 Compare March 5, 2026 23:17
@nikste nikste merged commit 16b8e7d into master Mar 5, 2026
2 checks passed
@nikste nikste deleted the feature/heremaps-pptk-5-point-shape branch March 5, 2026 23:23
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.

1 participant