Skip to content
GitLab
Explore
Sign in
Commits · 305679bf437832090ef8e666794849e9cf4e3821
cesiumjs4gwt
Browse files
Oct 13, 2020
GWT JUnit uses old browser and cesiumjs core move to Number.parse*. Fix this issue.
· 305679bf
iSergio
authored
Oct 13, 2020
305679bf
Code refactoring
· 1ec6d5a5
iSergio
authored
Oct 13, 2020
1ec6d5a5
Added Matrix3.inverseTranspose and Matrix4.inverseTranspose.
· 11d8d7f9
iSergio
authored
Oct 13, 2020
11d8d7f9
CesiumJS version up to 1.74
· cc0d3839
iSergio
authored
Oct 13, 2020
cc0d3839
Start code refactoring for checkstyle
· c381ee9e
iSergio
authored
Oct 13, 2020
c381ee9e
Aug 27, 2020
Update SampleData
· 8552b3e1
iSergio
authored
Aug 27, 2020
8552b3e1
Correct version
· cee1c32b
iSergio
authored
Aug 27, 2020
View commits for tag 1.72
1.72
cee1c32b
Library version up to 1.72
· 84d61627
iSergio
authored
Aug 27, 2020
84d61627
Added Color.toCssHexString for getting the CSS hex string equivalent for a color.
· cd0156a8
iSergio
authored
Aug 27, 2020
cd0156a8
Added Ellipsoid.surfaceArea for computing the approximate surface area of a...
· 9ed4d4f4
iSergio
authored
Aug 27, 2020
9ed4d4f4
Added backFaceCulling property to Cesium3DTileset and Model to support viewing...
· 93ed4d76
iSergio
authored
Aug 27, 2020
93ed4d76
Exposed Transforms.rotationMatrixFromPositionVelocity method from Cesium's private API
· 1fd10be9
iSergio
authored
Aug 27, 2020
1fd10be9
dd a toString method to the Resource class in case an instance gets logged as...
· 3275ab88
iSergio
authored
Aug 27, 2020
3275ab88
Add DebugCameraPrimitive
· a23a5603
iSergio
authored
Aug 27, 2020
a23a5603
Move SkyAtmosphere to correct package (with original CesiumJS code)
· 5a8f2007
iSergio
authored
Aug 27, 2020
5a8f2007
Added SkyAtmosphere.perFragmentAtmosphere to switch between per-vertex and...
· 0d74ff1e
iSergio
authored
Aug 27, 2020
0d74ff1e
Added nightAlpha and dayAlpha properties to ImageryLayer to control alpha...
· c6224c9e
iSergio
authored
Aug 27, 2020
c6224c9e
Added Camera.completeFlight, which causes the current camera flight to...
· d2a3977e
iSergio
authored
Aug 27, 2020
d2a3977e
Added Cesium3DTileset.extensions to get the extensions property from the tileset JSON.
· ba42799e
iSergio
authored
Aug 27, 2020
ba42799e
Added Scene.cameraUnderground for checking whether the camera is underneath the globe.
· d3c1d3f7
iSergio
authored
Aug 27, 2020
d3c1d3f7
Added RequestScheduler to the public API; this allows users to have more...
· 57546b29
iSergio
authored
Aug 27, 2020
57546b29
Up CesiumJS version to 1.72
· dd254883
iSergio
authored
Aug 27, 2020
dd254883
Mar 31, 2020
Library version up to 1.67.1
· c2d6a8ef
iSergio
authored
Mar 31, 2020
View commits for tag 1.67.1
1.67.1
c2d6a8ef
Update viewerCesiumNavigationMixin
· f8c7c2d4
iSergio
authored
Mar 31, 2020
f8c7c2d4
Added sizeInMeters to ParticleSystem.
· 30b7e112
iSergio
authored
Mar 31, 2020
30b7e112
dded Color.lerp for linearly interpolating between two RGB colors.
· a88e8339
iSergio
authored
Mar 31, 2020
a88e8339
Added Entity.tileset for loading a 3D Tiles tileset via the Entity API using...
· 4c7bad82
iSergio
authored
Mar 31, 2020
4c7bad82
Added minificationFilter and magnificationFilter options to Material to control texture filtering.
· 28df5e73
iSergio
authored
Mar 31, 2020
28df5e73
Added Globe.showSkirts to support the ability to hide terrain skirts when...
· 8b9f82ca
iSergio
authored
Mar 31, 2020
8b9f82ca
Added Globe.dynamicAtmosphereLighting and Globe.dynamicAtmosphereLightingFromSun
· 4b2aa527
iSergio
authored
Mar 31, 2020
4b2aa527
The property Scene.sunColor has been deprecated and will be removed in Cesium...
· 79e30483
iSergio
authored
Mar 31, 2020
79e30483
Added Globe.backFaceCulling to support viewing terrain from below the surface.
· 82e04e6e
iSergio
authored
Mar 31, 2020
82e04e6e
createTileMapServiceImageryProvider and createOpenStreetMapImageryProvider...
· fe894252
iSergio
authored
Mar 31, 2020
fe894252
The function Matrix4.getRotation has been renamed to Matrix4.getMatrix3....
· ca6ead43
iSergio
authored
Mar 31, 2020
ca6ead43
Remove not used import
· f62b0b8b
iSergio
authored
Mar 31, 2020
f62b0b8b
Cesium version up to 1.67
· 75441eb7
iSerge
authored
Mar 31, 2020
75441eb7
Dec 17, 2019
Library version up to 1.64
· bf3221bc
iSergio
authored
Dec 17, 2019
View commits for tag 1.64.0
1.64.0
bf3221bc
Add
· b5471f03
iSergio
authored
Dec 17, 2019
b5471f03
Added pixelRatio parameter to OrthographicFrustum.getPixelDimensions,...
· 5f5a3e4e
iSergio
authored
Dec 17, 2019
5f5a3e4e
Added credit parameter to CzmlDataSource, GeoJsonDataSource, KmlDataSource and Model
· da37b0cf
iSergio
authored
Dec 17, 2019
da37b0cf
Loading