Changelog for SDK 2025 R2 (v.8.0.x)#
Changelog for SDK v.8.0.0#
Main changes:
- Added the Progressive Clipping (instead of the previous simpler clipping) that also incorporates the fog - the clipping option were modified and some of the fog options were removed to have the single fog ratio option.
See also
Facade library group#
- Removed the fog options from the
SAMSON
facade:getFogFlag
,getFogBegin
,getFogEnd
,getFogStrength
. SAMSON::getChoiceFromUser
: add an option to specify the icon size.
DataModel library group#
Document library#
SBDCamera#
- Removed
getClippingPlane
andsetClippingPlane
- Added
getClippingRatio
,setClippingRatio
andgetFogRatio
,setFogRatio
.
SBDDocumentRenderPreset#
- Removed the fog options:
getFogFlag
,setFogFlag
,getFogStrength
,setFogStrength
,getFogNearDistance
,setFogNearDistance
,getFogFarDistance
,setFogFarDistance
, etc. - Added new options for the Progressive Clipping, e.g.:
getClippingPreset
,setClippingPreset
, etc.
GUI library group#
Window library#
SBGWindowDialog::getChoiceFromUser
: add an option to specify the icon size.