The deprecated field perspective
has been removed. You can use the method persective() instead.
Old: public bool perspective = true : deprecated; New: extend public bool perspective() {
All of the redRenderSnapshot
functions at the bottom of cm/core/red3D/redRenderSnapperEnv.cm
have received an extra
default parameter (bool retire=true
). It serves as a flag to indicate whether or not to retire the REDThumbnailEnv
after rendering.