You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
source: the origin property of TMSSource has been replaced by a
boolean, isInverted, that serves the same goal, but using a boolean.
source: the protocol property no longer exists, instead to test
the type of Source, one needs to use the property isSource, adapted to
each type: for example, isWMTSSource tells if the source is WMTSSource.
core: Computing screen space error is changed, so tile subdivision are different.
renderer: the API of TileMesh and LayeredMaterial have changed.
renderer: LayeredMaterialConstants and RendererConstant have
been removed.
layer: layer.options.mimetype is no longer supported, use
layer.format instead
Deprecating
layer: deprecate adding a layer with only a configuration (fd36d3b)
source: deprecate adding a source with only a configuration (0f7ca09)
Code Refactoring
renderer: LayeredMaterial splitted and simplified (810a756)
examples: wrong menu position in 3dtiles (29f62ba)
FirstPersonControl: Fix a bug introduced in #881. Before this change, this controls was going up when we pressed key up instead of going forward as expected. Now it goes forward again when we press key up. (f734985)
geometryLayer: wireFrame property change only affect This layer objects. Before this commit, it could also affect objects on attached layers (for example, bounding box from attached debug layers). fix #940 (7ffb31b)