View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000017 | BooBoo | General | public | 2025-12-28 03:19 | 2025-12-29 19:46 |
| Reporter | tremblin | Assigned To | tremblin | ||
| Priority | normal | Severity | minor | Reproducibility | N/A |
| Status | resolved | Resolution | fixed | ||
| Summary | 0000017: add custom projections | ||||
| Description | add ortho, frustum, perspective, set_projection, set_default_projection, set_viewport, unset_viewport | ||||
| Tags | No tags attached. | ||||
|
|
This code now produces a fullscreen 2x2 grey/white checkerboard: var mv p = mv (identity 4) = p (ortho 0 2 2 0) set_projection mv p function draw { filled_rectangle 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 0 1 1 filled_rectangle 128 128 128 128 128 128 128 128 128 128 128 128 128 128 128 128 1 0 1 1 filled_rectangle 128 128 128 128 128 128 128 128 128 128 128 128 128 128 128 128 0 1 1 1 filled_rectangle 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 1 1 1 1 } |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2025-12-28 03:19 | tremblin | New Issue | |
| 2025-12-28 03:19 | tremblin | Status | new => assigned |
| 2025-12-28 03:19 | tremblin | Assigned To | => tremblin |
| 2025-12-29 19:46 | tremblin | Status | assigned => resolved |
| 2025-12-29 19:46 | tremblin | Resolution | open => fixed |
| 2025-12-29 19:46 | tremblin | Note Added: 0000007 |