v0.111.6
dmurdoch
released this
07 Jan 16:59
·
354 commits
to master
since this release
Minor changes
- Added a panning example to the help page for
setUserCallbacks()
. - Replaced all calls to
sprintf
from C/C++ code with calls to
snprintf
. surface3d
andrgl.surface
are now more flexible,
allowing any of the 3 coordinates to be a vector or matrix
as long as at least one is a matrix.material3d
can now specify anid
to query properties
for individual objects.- Since
rgl.material
is soon to be deprecated and no
longer contain the list of material types in its
argument list,rgl.material.names
andrgl.material.readonly
have been
added. - Similarly,
rgl.par3d.names
andrgl.par3d.readonly
contain lists of properties that may be set or queried
inpar3d()
. - Made some examples conditional on interactive use
to save time on CRAN.
Bug fixes
- Default mouse modes used when a window is opened by an
rgl.*
call (which is not recommended!) now match
the defaults inrgl::r3dDefaults
. - Missing values could cause
surface3d()
to segfault. - The C source code for
gl2psGetFileFormat
missed declaring
a prototype.