Package: textures 0.1.0
textures: Quad Mesh Primitives and Texture Mapping for Grids
Generate quad mesh primitives from the compact specification of a regular grid, its dimension and extent. Provides fast generation of mesh indexes and vertices, an unexpanded intermediate form (the grid edge coordinates), and a compact serializable specification for meshes that are generated on demand. Meshes are 'mesh3d' objects as used by the 'rgl' package, constructed without requiring any graphics engine, with support for texture mapping (Heckbert (1986) <doi:10.1109/MCG.1986.276672>) where an image is draped over a mesh whose density is independent of the image resolution. A C++ header library is installed so that other packages may generate mesh components via 'LinkingTo'.
Authors:
textures_0.1.0.tar.gz
textures_0.1.0.tar.gz(r-4.7-arm64)textures_0.1.0.tar.gz(r-4.7-x86_64)textures_0.1.0.tar.gz(r-4.6-arm64)textures_0.1.0.tar.gz(r-4.6-x86_64)
textures_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
textures/json (API)
| # Install 'textures' in R: |
| install.packages('textures', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/hypertidy/textures/issues
Pkgdown/docs site:https://hypertidy.github.io
- ga_topo - Topographic image
Last updated from:e55ce16ba7. Checks:2 NOTE, 4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | NOTE | 131 | ||
| linux-devel-x86_64 | NOTE | 134 | ||
| source / vignettes | OK | 205 | ||
| linux-release-arm64 | OK | 127 | ||
| linux-release-x86_64 | OK | 129 | ||
| wasm-release | OK | 115 |
Exports:break_meshpng_plot3dquadquad_edgesquad_indexquad_meshquad_specquad_texturequad_vertexsegsset_scene
Dependencies:cpp11
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Break mesh, expand vertex instances | break_mesh |
| Topographic image | ga_topo |
| Plot (2D) for mesh3d | plot.mesh3d |
| Plot a PNG bitmap in 3D | png_plot3d |
| Quad mesh objects | quad quad_texture segs |
| Quad mesh primitives | quad_edges quad_index quad_vertex |
| Compact quad mesh specification | as.mesh3d.quad_spec print.quad_spec quad_mesh quad_mesh.quad_spec quad_spec |
| rgl defaults | set_scene |
