This release mainly fixes specular reflections and the size of the gizmo when using an orthographic projection. Additionally, resources can now be marked as persistent and a new clear
method was added to the resource manager, which frees all non-persistent resources.
Height
to BBMOD_BaseCamera
, which is the height of the orthographic projection. If undefined
, then it is computed from Width
using AspectRatio
. Defaults to undefined
.Width
of BBMOD_BaseCamera
can now be undefined
. It is then computed from Height
using AspectRatio
.Persistent
to BBMOD_Resource
. If it is true
, then the resource is persistent and it is not destroyed when method free
is used. Default value is false
.clear
to BBMOD_ResourceManager
, which destroys all non-persistent resources.BBMOD_RESOURCE_MANAGER
, which is the default resource manager.Copyright © 2023, BlueBurn. Built on September 11, 2023 using GMDoc.