Changelog
[v3.1.0-beta.9] -
FIX: Additional model matrix cleanup and streamlining
Changelog
[v3.1.0-beta.7] -
Changelog
[v3.1.0-beta6] -
react
and experimental
entry points no longer supported (after webpack transition).Changelog
[v3.1.0-beta5] -
METERS
mode.autobind
implementation).Changelog
[v3.1.0-beta4] -
COORDINATE_SYSTEM
exportChangelog
[v3.1.0-beta3] -
Changelog
[v3.1.0-beta2] - Working modelMatrix
Changelog
[v3.1.0-beta1] - Use new Viewport
from viewport-mercator-project
DeckGL
React component now takes a generic Viewport
prop that can be
created with arbitrary view
and projection
matrices.
If not supplied, it attempts to create a viewport from supplied mercator
parameters, which corresponds to behavior before the change.LayerManager.setViewport
replaces LayerManager.setContext
Internal changes:WebGLViewport
now a wrapper around a supplied Viewport
rather than a subclass.