We have just released Shapespark 1.7.6 with the following list of changes:
- Allow to set the orbit mode angle limits. The new Angle limit setting in the Viewer tab allows to set the vertical orbit range within -90 and 90 degrees.
- Introduce a naming convention that allows to import multiple objects as instances of the same type for file-based 3D model imports. If an object name starts from
__NAME__
(NAME
preceded and succeeded by double underscores) it is imported as object of typeNAME
. - Fix viewer performance problems on Macs with Radeon GPUs.
- Fix stairs climbing with click based teleport and VR gaze teleport. When the teleport destination was at the top or bottom of the stairs, the teleport could stop somewhere on the stairs before reaching the destination, which required additional teleport activations to climb the whole stairs.
- Fix file-based imports of models that contain objects with empty geometries. Such models rendered black after the import.
- Fix camera climbing onto clickable extension spheres for scenes with the camera Auto climb enabled.
- Detect and show to the user CUDA out of memory bake errors. Such errors caused the lightmap to be baked black without any user visible message.
- Allow to specify the initial view with the
#view=view-name
URL hash.