View source: R/read_model_mdl.R
read.quake.mdl | R Documentation |
Read Quake model in MDL format.
read.quake.mdl(filepath, do_checks = FALSE)
filepath |
character string, the path to the MDL file |
do_checks |
logical, whether to perform some sanity checks on the data and warn on suspicious results. |
Ignore this function, it will be moved to a different package.
## Not run:
mdlf = "~/data/q1_pak/progs/quaddama.mdl"
mdl = read.quake.mdl(mdlf);
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.