oblicubes icon indicating copy to clipboard operation
oblicubes copied to clipboard

3D rendering using obliquely projected cubes/cuboids

Results 2 oblicubes issues
Sort by recently updated
recently updated
newest added

* Probably possible to write a custom {ggplot2} Coord layer to add an explicit z-axis: + https://ggplot2.tidyverse.org/reference/ggplot2-ggproto.html

enhancement

* Although hard (if `scale != 0`) to cull all hidden **cubes** should be feasible to detect hidden **faces** that are covered by an adjacent cube. * E.g. to figure...

refactor