# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "textures" in publications use:' type: software license: GPL-3.0-only title: 'textures: Quad Mesh Primitives and Texture Mapping for Grids' version: 0.1.0 abstract: 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) ) 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: - family-names: Sumner given-names: Michael D. email: mdsumner@gmail.com orcid: https://orcid.org/0000-0002-2471-7511 repository: https://cran.r-universe.dev repository-code: https://github.com/hypertidy/textures commit: e55ce16ba7c10792f8fecca0011f6251948f8d67 url: https://hypertidy.github.io/textures/ date-released: '2026-07-21' contact: - family-names: Sumner given-names: Michael D. email: mdsumner@gmail.com orcid: https://orcid.org/0000-0002-2471-7511