Package: readobj 0.4.2
readobj: Fast Reader for 'Wavefront' OBJ 3D Scene Files
Wraps 'tiny_obj_loader' C++ library for reading the 'Wavefront' OBJ 3D file format including both mesh objects and materials files. The resultant R objects are either structured to match the 'tiny_obj_loader' internal data representation or in a form directly compatible with the 'rgl' package.
Authors:
readobj_0.4.2.tar.gz
readobj_0.4.2.zip(r-4.5)readobj_0.4.2.zip(r-4.4)readobj_0.4.2.zip(r-4.3)
readobj_0.4.2.tgz(r-4.4-x86_64)readobj_0.4.2.tgz(r-4.4-arm64)readobj_0.4.2.tgz(r-4.3-x86_64)readobj_0.4.2.tgz(r-4.3-arm64)
readobj_0.4.2.tar.gz(r-4.5-noble)readobj_0.4.2.tar.gz(r-4.4-noble)
readobj_0.4.2.tgz(r-4.4-emscripten)readobj_0.4.2.tgz(r-4.3-emscripten)
readobj.pdf |readobj.html✨
readobj/json (API)
NEWS
# Install 'readobj' in R: |
install.packages('readobj', repos = c('https://jefferis.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jefferis/readobj/issues
3d-modelsrgltinyobjloaderwavefront-obj
Last updated 2 years agofrom:58d0349149. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 07 2024 |
R-4.5-win-x86_64 | OK | Nov 07 2024 |
R-4.5-linux-x86_64 | OK | Nov 07 2024 |
R-4.4-win-x86_64 | OK | Nov 07 2024 |
R-4.4-mac-x86_64 | OK | Nov 07 2024 |
R-4.4-mac-aarch64 | OK | Nov 07 2024 |
R-4.3-win-x86_64 | OK | Nov 07 2024 |
R-4.3-mac-x86_64 | OK | Nov 07 2024 |
R-4.3-mac-aarch64 | OK | Nov 07 2024 |
Exports:read.objtinyobj2shapelist3d
Dependencies:Rcpp
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Wrapper for tiny_obj_loader single file C++ library | readobj-package readobj |
Read a Wavefront OBJ 3D scene file into an R list | read.obj |
Convert the raw tinyobjloader shapes/materials list into an rgl shapelist3d | tinyobj2shapelist3d |