plainheart
4c20ea5aff
Fix Label position height may not be correctly updated when its HeightReference is relative.
...
- see also previous commit that brought this bug: 8e271f10e5
2024-04-12 10:55:40 +08:00
Peter A. Jonsson
06f2f0078a
Update CONTRIBUTORS.md
2024-04-01 10:24:56 +02:00
Harry Morris
e31a642809
Merge remote-tracking branch 'upstream/main' into esm-workers-cross-origin-fix
2024-03-13 11:14:17 +11:00
lianming
afdc20ff62
fix PolygonGeometry uvs by projectTo2d input should is array
2024-03-07 23:10:49 +08:00
Gabby Getz
c4bc8395f6
Merge pull request #11864 from s3xysteak/dev
...
docs: Improve the types of Billboard&BillboardCollection.add and Label&LabelCollection.add
2024-03-06 09:14:44 -05:00
Gabby Getz
7be66cf9ba
Merge branch 'main' into bing-imagery-culture-problem
2024-03-06 08:56:33 -05:00
furkanaygar
f0d9112ad7
Cesium3DTileset.disableCollision is removed
2024-03-05 18:00:58 +03:00
Hüseyin Ateş
c629d6f0c4
Fixes BingMapsImageryProvider ineffective culture option problem.
2024-03-05 12:22:24 +03:00
s3xysteak
6dd83f5398
Merge branch 'main' into dev
2024-02-28 00:10:57 +08:00
Gabby Getz
1d0bf7bbb9
Merge pull request #11843 from CesiumGS/empty-refinement
...
Fixing refinement of mixed empty and non-empty tiles
2024-02-23 09:42:25 -05:00
Harry Morris
da3dcb1869
Merge remote-tracking branch 'upstream/main' into esm-workers-cross-origin-fix
2024-02-21 10:35:09 +11:00
Adam N. Morris
a44a6a49e5
Code review changes.
2024-02-20 17:09:30 -06:00
huffmantayler
7c1b011509
Updated contributors
2024-02-18 19:15:29 -05:00
Harry Morris
bbde57ab40
Update CONTRIBUTORS.md
2024-02-15 10:03:01 +11:00
s3xysteak
c4684332b5
docs: improve the types of Billboard&BillboardCollection.add and Label&LabelCollection.add
...
modified: packages/engine/Source/Scene/Billboard.js
modified: packages/engine/Source/Scene/BillboardCollection.js
modified: packages/engine/Source/Scene/Label.js
modified: packages/engine/Source/Scene/LabelCollection.js
docs: add description
chore: add myself in CONTRIBUTORS
modified: CONTRIBUTORS.md
modified: packages/engine/Source/Scene/Billboard.js
modified: packages/engine/Source/Scene/BillboardCollection.js
modified: packages/engine/Source/Scene/Label.js
modified: packages/engine/Source/Scene/LabelCollection.js
2024-02-15 02:30:55 +08:00
Siddhesh
57f0e150c3
Update CONTRIBUTORS.md
2024-02-05 11:31:43 -05:00
p-skakun
0f6993a5b7
Update CONTRIBUTORS.md
2024-01-25 23:25:07 +02:00
harshlakhara
07167f958c
[FIX] Added undefined as union type fo contrainedAxis
2024-01-23 07:39:23 +05:30
rropp5
7237b454e1
Merge branch 'main' into main
2024-01-12 20:54:31 -05:00
Anne Gropler
91fb632695
add name to contributors
2024-01-05 16:39:09 +01:00
Jared Webber
d336851e9e
Merge branch 'main' into gregorian-date-10057
2024-01-04 09:12:44 -06:00
Jared Webber
03bc632072
Merge remote-tracking branch 'forked/issue-10057'
2023-12-30 02:39:57 -06:00
syzdev
d14ac63e66
Update CONTRIBUTORS.md
2023-12-21 22:15:18 +08:00
Gabby Getz
f9ae0c3520
Update CONTRIBUTORS.md
2023-12-18 21:16:48 -05:00
Josh
0360a1a7fb
update changes release
2023-12-05 12:10:43 -05:00
Marc E. Johnson
b7280b223c
following contribution guidelines
2023-11-14 06:52:09 -06:00
angrycat9000
66be01008e
update CONTRIBUTORS.md
2023-11-13 10:20:32 -05:00
wangkang
78716cf163
Update CONTRIBUTORS.md
2023-09-03 12:34:43 +08:00
Matthias
a39313d376
Merge branch 'main' into types-singleimageryprovider-fromurl
2023-08-11 11:23:47 -04:00
KOBAYASHI Ittoku
9f67ad015f
Fix typos in computeFixedToIcrfMatrix example
2023-08-06 14:03:34 +09:00
Matthias
dc0b08eaa5
Add contributors entry
2023-07-26 19:41:18 -04:00
hongfaqiu
a03806f571
fix: rectanglePromise.then is not a function
2023-07-05 21:37:55 +08:00
Denizhan Eroğlu
fb3f896fd5
docs: Updated CONTRIBUTORS.md
2023-07-04 14:25:04 +03:00
e3dio
7244a5148e
Update CONTRIBUTORS.md
2023-06-02 06:42:59 -07:00
IKangXu
b741605f4e
Fixed label background rendering. ( #11293 )
...
* Fixed label background rendering.
* Add IKangXu (@IKangXu) to the list of contributors and update changes.md
* Update CHANGES.md
* Fix background image for label
---------
Co-authored-by: IKangXu <xukang@emapgis.com>
2023-05-31 10:03:25 -04:00
Alexander Popoff
2f409a4b4b
Fixed color creation from CSS color string with modern "space-separated" syntax ( #11271 )
...
* Fix `Color.fromCssColorString` in case of parsing `rgb(a)`/`hsl(a)` CSS colors with modern "space-separated" syntax
* Add `Alexander Popoff` (@aerialist7) to the list of contributors
* Escaping
* Disable `/` parsing
* Fix regexps
* Only remove surrounding whitespace from color strings
* Enable `/` parsing
* Formatting
* Make sure availability tiles are loaded before deciding there is no terrain at that x, y, level
* Return the correct promise
* Update CHANGES.md
* Adjust camera controls for 3D
* Use first picked position in drag when possible
* Use pick position direction for panning
* Only use new camera controls when globe is false
* Spin3d should fallback to old behavior when globe is defined
* pick globe on spin3d
* Fallback to old behavior for spin3d
* Updates for Google Photorealistic 3D Tiles
* Updates for 1.105.1 release
* Fix doc for Entity.prototype.computeModelMatrix (#11277 )
Co-authored-by: Jeshurun Hembd <jeshurun@cesium.com>
* Update widgets version
* fixed datasource display visualizer callback typedef (#11294 )
* Add TextureUniform type for setUniform value type (#11284 )
* Add unit test
* Enable standard derivatives extension in demodernizeShader
* Update CHANGES.md
---------
Co-authored-by: Gabby Getz <gabby@cesium.com>
Co-authored-by: Jeshurun Hembd <41167620+jjhembd@users.noreply.github.com>
Co-authored-by: Jeshurun Hembd <jeshurun@cesium.com>
Co-authored-by: Ben Kuster <bkuster@vc.systems>
Co-authored-by: Frédéric Junod <frederic.junod@camptocamp.com>
2023-05-25 10:45:45 -04:00
qiuyan_wang
65b6944f9f
update the UniformType : mat3 ( #11235 )
...
* update the UniformType : mat3
* add CONTRIBUTORS.md
* Update CHANGES.md with adding a summary about this change.
---------
Co-authored-by: Gabby Getz <gabby@cesium.com>
2023-04-20 09:58:44 -04:00
Kirill Shapovalov
bed30771dd
Allow Cesium3DTileStyle with conditionally undefined scaleByDistance, translucencyByDistance and distanceDisplayCondition ( #11228 )
...
* Allow per feature undefined values in Cesium3DTileStyle
Allow to use StyleExpression for scaleByDistance. translucencyByDistance, distanceDisplayCondition which returns undefined for some objects
* update CONTRIBUTORS
* fix code style
* fix code style
* Update CHANGES.md
* Update CHANGES.md
* Update CHANGES.md
* Add test for style options witch can be evaluated to undefined
* Add test for style options witch can be evaluated to undefined
* Add test for style options witch can be evaluated to undefined
2023-04-20 09:57:41 -04:00
Jason Summercamp
002002c8e5
10957 zoom to entities without globe fix ( #11226 )
...
* fixed modelvisualizer.js
* updated contributors file
* added test case and refactored based on feedback
* updated CHANGES.md
* updated test case
* updated test case
* updated test case
* updated test case
* updated test case
* updated test case
* updated test case
* updated test case
* updated test case
* refactored test case
* Move createViewer, move zoomTo test
* defined
---------
Co-authored-by: Gabby Getz <gabby@cesium.com>
2023-04-18 09:50:10 -04:00
HuZehua
7c692f710f
Fix some comments of Cesium3DTileset and Viewer
2023-04-10 17:50:52 +08:00
Joe Stanton
b94a9ad72b
Merge branch 'CesiumGS:main' into contextoptions-fix
2023-04-07 14:07:38 -04:00
Gabby Getz
7a3a7e721f
Merge pull request #11109 from glathoud/glathoud-patch-1-atmosphere-performance
...
Performance improvement
2023-04-07 14:01:56 -04:00
Joe Stanton
d6183e7e6c
Update CONTRIBUTORS.md
2023-04-05 14:27:03 -04:00
Gabby Getz
4244bc02de
Merge pull request #11179 from mikecabana/viewer-imagery-provider-false
...
Updates Viewer docs to allow false for imageryProvider
2023-03-22 10:00:30 -04:00
Michael Cabana
70c4eb3524
Updates CONTRIBUTORS.md
2023-03-21 11:22:25 -04:00
Gabby Getz
6e18738654
Merge branch 'main' into main
2023-03-21 11:04:46 -04:00
Guillaume Lathoud
daaafff2a2
Merge branch 'main' into glathoud-patch-1-atmosphere-performance
2023-03-15 12:48:26 +03:00
L
a5d584bcf1
update MapboxImageryProvider example mapId
2023-03-14 11:51:03 +08:00
JakeVanDine
4fb18c956c
docs-issue-10303: -initial commit
...
-added name to CONTRIBUTORS.md
-added more description for enableCollisionDetection in HTML file
2023-03-10 19:59:21 -05:00
Gabby Getz
86b19bb999
Merge branch 'main' into enable-shadow-root-2
2023-03-09 16:14:46 -05:00
nnoce14
fc3018974b
update CONTRIBUTORS.md
2023-03-09 10:28:31 -05:00
Rudi Farkas
835e222234
merged main into branch
2023-03-05 23:19:18 +01:00
Tengfei
16eb8eb8b8
update CHANGES and CONTRIBUTORS
2023-03-03 13:43:03 +08:00
Rudi Farkas
eeae9a3ced
add my name to CONTRIBUTORS.md
2023-03-01 15:09:59 +01:00
Guillaume Lathoud
99aa76c0ee
Update CONTRIBUTORS.md
2023-02-23 10:24:19 +03:00
Lakshmi0710
5beaa55d2d
Added my Name in Contributors List
2023-01-25 23:30:49 +05:30
Cameron Armstrong
b5514b9580
Merge remote-tracking branch 'upstream/main' into sample-terrain-crash-fix
2023-01-13 12:58:49 +08:00
Southjor
48e06ada89
Update CONTRIBUTORS.md
2023-01-10 15:22:20 +08:00
Sungho Lim
5980a825a1
Change account in CONTRIBUTORS.md
2022-12-14 23:45:16 +09:00
Cameron Armstrong (Nightfox)
701b92d5c8
Merge branch 'main' into sample-terrain-crash-fix
2022-12-07 23:09:58 +08:00
jiaojn
030356bf2b
fixed some cases where pnts data failed to load
2022-12-07 13:47:57 +08:00
Gabby Getz
caff114ef0
Merge branch 'main' into fix-sandcastle-html-characters
2022-12-06 12:00:44 -05:00
Calogero Mauceri
774f443eaf
Merge branch 'main' into vertex_shadow_darkness_opt
2022-12-06 11:30:09 +01:00
Cameron Armstrong
2a367ccb7f
Add contribution entry
2022-12-01 16:08:48 +08:00
Marco Hutter
5891932b3b
Update CONTRIBUTORS.md
2022-11-30 14:41:24 +01:00
Calogero Mauceri
b8fd68ff7f
added a property for setting the amount of the vertex shadow attenuation when terrain lighting is enabled (by dafult it is set to a fixed value, 0.3)
2022-11-18 12:54:34 +01:00
Marcel Wendler
5a8d963f3f
Add myself to contributors.md
2022-11-18 12:23:08 +01:00
oussamabonnor1
0239b59439
Fixed typo in my own name smh
2022-10-22 19:53:50 +02:00
oussamabonnor1
a792ecb064
Update glTF supported extensions list in Model.js
2022-10-22 18:50:22 +02:00
jinjun1994
d29fc7fe5f
Update CONTRIBUTORS.md
2022-09-28 18:31:48 +08:00
Peter Gagliardi
1646e374a2
Merge pull request #10803 from Sn00pyW00dst0ck/debug-wireframe-hints
...
Cesium3DTileset and Model warnings for debugWireframe and enableDebugWireframe misuse
2022-09-23 11:03:20 -07:00
Sn00pyW00dst0ck
09b6df5354
Adding name to CONTRIBUTORS
2022-09-20 14:40:34 -04:00
robert-irving-snc
e8d79f8050
Updating contributors doc
...
I signed the Individual CLA already, but SNC should be signing the corporation CLA
2022-09-14 11:21:50 -04:00
Ilya Shevelev
0c0a5e2507
Prettifying code
2022-09-08 19:27:39 +02:00
Ilya Shevelev
995eae3df3
Remove unneeded line breaks
2022-09-08 16:44:49 +02:00
Ilya Shevelev
48905d4cd8
Added myself to contributors list, added information regarding the fix onto changelog.
2022-09-08 15:36:12 +02:00
nshen
c925d64449
myself to CONTRIBUTORS.md
2022-08-10 01:59:51 +08:00
Gabby Getz
098ac6cbb0
Merge pull request #9402 from bimangle/master
...
fix bug of outline data process.
2022-07-28 08:28:19 -04:00
jiangheng
3f3c63fa68
supoort cross-origin isolated
2022-07-12 10:48:20 +08:00
yonzmeer
3b1fd6d3df
add myslef to contributers :')
2022-07-06 23:20:34 +03:00
Mia Tang
3dbef39705
Merge branch 'main' into version-number-copyright-header
2022-06-15 15:31:05 -04:00
Gabby Getz
0acf99f19b
Merge pull request #10450 from kvaithin/10445-high-dynamic-value-doc
...
10445 update default documented value for Scene.highDynamicRange
2022-06-15 11:06:05 -04:00
Jeshurun Hembd
470b2da017
Update changelog and CONTRIBUTORS.md
2022-06-15 10:34:13 -04:00
kvaithin
779ed6f1c1
10445 update default documented value for Scene.highDynamicRange
2022-06-13 01:10:28 +01:00
Sanjeet Suhag
64cd0cd468
Enables markdownlint on root files except README, CHANGES and LICENSE
2022-05-31 16:51:18 -04:00
Sanjeet Suhag
c0240428f7
Merge branch 'main' of https://github.com/CesiumGS/cesium into custom-texture-coordinates
2022-05-26 18:48:41 -04:00
Jussi Hirvonen
586f6cf738
Correctly call property getter instead of internal variable
2022-05-23 16:10:07 +03:00
Erik Dahlström
7efb03a61f
CONTRIBUTORS++
2022-05-13 12:19:05 +02:00
Sanjeet Suhag
938699aed2
Merge branch 'main' of https://github.com/CesiumGS/cesium into custom-texture-coordinates
2022-05-04 09:38:04 -04:00
David Ferguson
b40141833c
update contributors
2022-04-25 23:28:13 -05:00
Gabby Getz
48d363e3c0
Merge branch 'main'
2022-04-25 09:41:12 -04:00
yurichen17
8a0d7b2d7e
added name to contributing
2022-04-19 00:28:12 -04:00
Gypsophila
1058735ec9
Remove duplicate assignment code in Viewer class
2022-04-15 17:06:12 +08:00
swq
bb60b0b38e
pointLightRadius of shadowMap changed to number
2022-03-14 15:11:56 +08:00
jeffechua
d1bf81784c
Merge branch 'main' into custom-texture-coordinates
2022-03-05 16:14:14 +00:00
Jefferson Chua
a0b230fa5b
Merge branch 'custom-texture-coordinates' of https://github.com/jeffechua/cesium into custom-texture-coordinates
2022-03-03 15:06:38 +00:00
GuTianhuang
3c22804c05
Update CONTRIBUTORS.md
2022-02-23 11:51:55 +08:00
Subhajit
870c5d8e57
Add name in Contributers.md
2022-02-18 00:06:51 +05:30
Jefferson Chua
7f84c70a7e
Updated CONTRIBUTORS.md.
2022-02-16 18:43:59 +00:00
Sanjeet Suhag
591b413dc4
Merge branch 'main' of https://github.com/CesiumGS/cesium into feature/rebased-gpx
2022-01-31 11:25:09 -05:00
TheMagicNacho
7d20c32ec9
add Justin Peter as contributor
2022-01-24 22:19:31 -05:00
Gabby Getz
9462043bf2
Merge branch 'main' into entity_path_use_availability
2022-01-14 16:09:38 -05:00
Sean Lilley
bf981fe50d
Add ugnelis to CONTRIBUTORS.md
2022-01-03 20:25:46 -05:00
Eli Bogomolny
12ff66224d
Merge remote-tracking branch 'origin/main' into handle-geojson-null-style-with-opacity
2022-01-03 17:39:01 -05:00
Jon Beniston
bb8a067ad0
Add myself to contributors
2021-12-16 12:00:45 +00:00
Sean Lilley
2dca43f617
Fix prettier
2021-12-13 15:23:48 -05:00
Sean Lilley
196cf1d065
Merge branch 'main' into wms-getfeatureurl
2021-12-13 14:47:14 -05:00
Sean Lilley
f53e5b25cf
Update CHANGES and CONTRIBUTORS
2021-12-13 09:30:00 -05:00
martin-bom
cde1e15f9d
Merge branch 'main' into wms-getfeatureurl
2021-12-13 11:16:08 +11:00
Sean Lilley
4d5e3d878e
Merge pull request #9877 from lyqh-ctx/zgeo-tx
...
adds color for CumulusCloud
2021-12-09 20:02:49 -05:00
Sean Lilley
bbb38fa20a
Merge pull request #9797 from tantricllama/wms-1.3.0-fix
...
Reverse axis order in WMS 1.3.0 for certain EPSGs
2021-12-09 19:41:08 -05:00
Sean Lilley
1c34507450
Run prettier (again)
2021-12-09 19:35:18 -05:00
Sean Lilley
36264b8068
Merge branch 'main' into wms-1.3.0-fix
2021-12-09 19:17:13 -05:00
Sean Lilley
41711bb4c1
Run prettier
2021-12-09 19:14:12 -05:00
Sean Lilley
f1c22bb480
Merge branch 'main' into zgeo-tx
2021-12-09 18:35:06 -05:00
Ryan
47c79b5750
Update CONTRIBUTORS.md
2021-12-09 13:45:03 +08:00
martin-bom
c75596dcd8
Merge branch 'main' into wms-getfeatureurl
2021-11-10 19:47:17 +11:00
martin-bom
06bf636d7d
Merge branch 'main' into wms-getfeatureurl
2021-11-09 16:48:46 +11:00
Martin Chan
5f158d8948
Resolves the following comments:
...
Update CHANGES.md
Update CONTRIBUTORS.md
Update WebMapServiceImageryProvider with the new constructor for getFeatureInfoUrl option and remove TODO comments
2021-11-09 16:43:27 +11:00
Tang Xiaofei
5da8b47a8f
Update CONTRIBUTORS.md
...
Co-authored-by: Eli Bogomolny <31491650+ebogo1@users.noreply.github.com>
2021-11-06 16:58:30 +08:00
vtxf
4a3156d9d0
fix the bug of ktx2's texture minfilter
2021-11-06 16:56:59 +08:00
Brendan Smith
12dc550942
Merge branch 'main' of https://github.com/CesiumGS/cesium into wms-1.3.0-fix
2021-10-26 07:57:08 +08:00
ZLJCTX
c3f3a4ca96
Merge branch 'main' into zgeo-tx
2021-10-23 01:15:20 +08:00
Eli Bogomolny
e6161e1b7b
Merge branch 'main' into kml-epsilon
2021-10-18 14:52:26 -04:00
lyqh-ctx
0cf95fd13a
adds color for CumulusCloud
2021-10-15 23:53:52 +08:00
Daniel Krupka
3215048825
Update CHANGES.md/CONTRIBUTORS.md
2021-10-12 06:47:07 -04:00
Brendan Smith
1632c777a2
Merge branch 'main' into wms-1.3.0-fix
2021-10-06 15:49:33 +08:00
Eli Bogomolny
9125678be9
Merge branch 'main' into handle-geojson-null-style-with-opacity
2021-09-23 12:38:48 -04:00
Eli Bogomolny
797009f946
Merge branch 'main' into master
2021-09-23 10:55:09 -04:00
Eli Bogomolny
8aeac5b80d
Merge branch 'main' into handle-geojson-null-style-with-opacity
2021-09-22 21:47:28 -04:00
markw65
6dc97218c1
Fix exact comparisons in KmlDataSource tests
2021-09-21 08:41:49 -07:00
Yuki Noda
35f2d998e9
Merge branch 'main' into docs/readme-getting-started
2021-09-21 10:24:35 +09:00
yukinoda
21887a507b
moved myself to the bottom
2021-09-21 10:23:31 +09:00
IvanLudvig
27a8b4f8b2
Adding myself to contributors file
2021-09-09 19:12:43 +03:00
Brendan Smith
68090d94da
added contributor
2021-09-07 16:31:44 +08:00
yukinoda
0f8534fd8f
added myself to contributors
2021-08-31 21:59:30 +09:00
puxiao
5078dbb55e
Scene: change options to required
2021-08-22 19:18:24 +08:00
Nanda
b8ef6452b7
Add self to CONTRIBUTORS.md.
2021-08-09 14:33:24 +10:00
BimAngle Co. Ltd
7cd5ca5230
Merge branch 'master' into master
2021-06-09 17:37:40 +08:00
Samuel Rothstein
be340e0902
added myself to changes, contributors and updated console warnings for unsupported extensions
2021-06-02 07:14:58 -07:00
ebogo1
d2575538d5
Merge remote-tracking branch 'origin/master' into tile-error-message
2021-06-01 22:01:44 -04:00
Janine Liu
5344128aeb
Add Janine to contributors list
2021-05-27 14:50:45 -04:00
renjianqiang
92140923c4
modify CONTRIBUTORS.md
2021-05-23 13:09:09 +08:00
Mark Aubin
5224f358f3
Fixes reading past end of buffer for Google Earth terrain packets.
2021-05-03 17:17:13 +00:00
Calogero Mauceri
315e1b2251
added to contributors
2021-04-20 15:53:07 +02:00
Ethan Wong
3a6b500394
Updte CONTRIBUTOS.md
2021-04-12 15:58:14 +08:00
Kent Liu
26edeb0627
update CONTRIBUTORS.md
2021-03-04 17:34:32 +08:00
Alex Gallegos
2837323d5d
updated changes.md and contributors.md
2021-02-22 16:28:34 -05:00
littlemurph
f6e9ef80c5
Added to contributors.
2021-01-12 11:46:23 -05:00
Mac Clayton
2561115b13
Update CONTRIBUTORS.md
2020-12-12 09:32:39 -06:00