dimforge / dimforge/kiss3d

`point_size`

Open
#282 0 comments 4 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
1.8k
Forks
194
Avg merge
1d 14h
Merged PRs (30d)
2

Description

In `gl_context.rs`, the method to change the point size is commented out, without any comment as to why.

```
fn point_size(&self, _size: f32) {
// unsafe { self.context.point_size(_size) }
}
```

Is there a reason changing point size is commented out?

We uncommented it and it works fine on some platforms but not all -- on the Apple M1 machine, for instance, it fails to change the point size.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start in gl_context.rs at the commented-out point_size method and inspect how point-size changes are handled across the supported platforms. Reproduce the behavior on a non-Apple platform and an Apple M1 machine, then determine whether the method should be enabled, adapted, or documented as unsupported.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
computer-graphics
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.