Commit Graph

2863 Commits

Author SHA1 Message Date
GuoLei1990
d2fe3d694c chore: release v1.6.4 v1.6.4 2025-09-23 11:48:05 +08:00
AZhan
7f509da018 Fixe the camera._pixelViewport was incorrect in XR mode (#2840) (#2842)
* fix: camera pixel viewport error in xr
2025-09-23 11:46:45 +08:00
AZhan
2ea5402d53 feat: update code (#2841) 2025-09-23 11:41:32 +08:00
GuoLei1990
f01be81b3e chore: release v1.6.3 v1.6.3 2025-09-23 10:35:49 +08:00
ChenMo
8de7e1009b Fix text render when depth texture enabled (#2839)
* fix: text render
2025-09-22 21:41:49 +08:00
GuoLei1990
7e57a71342 chore: release v1.6.2 v1.6.2 2025-09-22 16:18:54 +08:00
hhhhkrx
d880ed255a Built-in PBR support specular (#2837)
* feat: Built in PBR support specular
2025-09-22 16:17:34 +08:00
GuoLei1990
3a18c0b664 chore: release v1.6.1 v1.6.1 2025-09-21 23:31:46 +08:00
AZhan
f64615796c Fixed the issue where get LocalMatrix before clone operation would cause the dirtyFlag to be incorrect. (#2836)
* fix: sync transform clontto dirty flag
2025-09-21 23:26:47 +08:00
GuoLei1990
fbfe15f56d Merge branch '1.5' 2025-09-21 22:07:15 +08:00
GuoLei1990
c976d31e88 chore: release v1.5.15 v1.5.15 2025-09-21 22:05:35 +08:00
GuoLei1990
b346952c20 test: add transform parent cache test case 2025-09-21 22:05:12 +08:00
GuoLei1990
638fba5323 Merge branch '1.5' 2025-09-21 19:56:18 +08:00
AZhan
d54fc4e01f Fix when getting parentTransform during clone operation, it will cause parentTransform error later. (#2835)
* fix: transform._parentTransformCache is incorrect
2025-09-21 19:54:19 +08:00
AZhan
8147e3a116 Scene parse Ambient Occlusion (#2834)
* feat: scene parse Ambient Occlusio
2025-09-19 17:32:55 +08:00
luzhuang
234d6b7b46 Add sweep and overlap doc (#2823)
* docs: add sweep and overlap doc
2025-09-19 16:15:05 +08:00
zhuxudong
8d57c2c6df Refactor shader document (#2833)
* docs: refactor shader document and add shader101 guide
2025-09-19 16:11:48 +08:00
AZhan
c6c0945351 fix: no scene name was given when loading the scene (#2831) 2025-09-19 11:37:48 +08:00
GuoLei1990
928c6f8743 chore: release v1.6.0 v1.6.0 2025-09-18 16:54:57 +08:00
GuoLei1990
3e101c3e43 Merge branch 'dev/1.6' 2025-09-18 16:48:23 +08:00
ChenMo
dcb16ba25f fix: sao precison bug in some mobile devicd (#2828) 2025-09-18 16:43:13 +08:00
Bo Kou
a4e5a6e956 Merge pull request #2829 from cptbtptpbcptdtptp/script/Recover
Recover `scripts/build-editor-preload.js` for 1.5
2025-09-18 16:23:19 +08:00
cptbtptpbcptdtptp
3b0b313736 fix: recover script 2025-09-18 16:18:04 +08:00
Kbscript
9dbb725f5f chore: release v1.6.0-beta.2 v1.6.0-beta.2 2025-09-18 14:48:35 +08:00
Bo Kou
7535876af4 Merge pull request #2827 from galacean/fix/editorPreload
Resolve dependency conflicts in `scripts/build-editor-preload.js`
2025-09-18 14:46:37 +08:00
Kbscript
17972f2225 fix: rename shader umd package name 2025-09-18 14:45:39 +08:00
cptbtptpbcptdtptp
bf485d3c32 fix: resolve dependency conflicts 2025-09-18 14:31:54 +08:00
Bo Kou
081508239d Merge pull request #2822 from galacean/dev/Actions 2025-09-17 17:56:03 +08:00
cptbtptpbcptdtptp
0d33cd1f29 feat: udpate code 2025-09-17 17:50:35 +08:00
cptbtptpbcptdtptp
ded182ad68 Merge remote-tracking branch 'origin/main' into dev/Actions 2025-09-17 17:50:04 +08:00
cptbtptpbcptdtptp
20f0f9c0ab feat: update code 2025-09-17 17:40:10 +08:00
Bo Kou
adc5952efb Merge pull request #2821 from galacean/cptbtptpbcptdtptp-patch-2 2025-09-17 17:21:55 +08:00
AZhan
f519f6831c feat: update release editor kit
Add no strict peer dependencies
2025-09-17 17:18:05 +08:00
GuoLei1990
337b019a41 chore: release v1.6.0-beta.1 v1.6.0-beta.1 2025-09-17 16:35:36 +08:00
ChenMo
891e9ad47b Fix transparency objects DepthTexture and SAO (#2820)
* fix: transparency objects `DepthTexture` and `SAO`
2025-09-17 16:34:14 +08:00
luzhuang
08205f902d Add overload function for sweep (#2819)
* refactor: add overload fun for sweep
2025-09-17 16:17:06 +08:00
AZhan
4a99c0c6c4 Register UI Shader (#2772)
* feat: update code
2025-09-17 11:52:10 +08:00
Bo Kou
3df7a353bb Add second party configuration for engine-toolkit 2025-09-17 11:26:22 +08:00
GuoLei1990
b92f8ea51e chore: release v1.6.0-beta.0 v1.6.0-beta.0 2025-09-16 22:43:07 +08:00
zhuxudong
bb30d5e9a1 Support shader pre compile (#2794)
* refactor: support shader pre compile
2025-09-16 22:39:30 +08:00
Kbscript
e19fcca948 chore: release v1.6.0-alpha.2 v1.6.0-alpha.2 2025-09-16 16:53:42 +08:00
hhhhkrx
b901a52dca fix: scalableAmbientOcclusion material destroy error (#2818) 2025-09-16 16:49:53 +08:00
Bo Kou
5bfa0f40c4 Remove engine-toolkit configuration from editor preload
Removed configuration for @galacean/engine-toolkit from secondParty.
2025-09-16 16:44:45 +08:00
GuoLei1990
ed50bcb097 Merge branch 'main' into dev/1.6 2025-09-15 20:02:12 +08:00
AZhan
36bc9fe068 fix: text e2e (#2814) 2025-09-15 18:29:50 +08:00
AZhan
bc12049dd7 Fixed local Matrix dirty error triggered by setting UITransform.localMatrix (#2813)
* fix: local world matrix flag
2025-09-15 18:29:01 +08:00
鹅叔
7b2dbc407b Refactor: create magenta material (#2763)
* refactor: create magenta material
2025-09-15 16:03:49 +08:00
AZhan
b7f5f23351 Optimization Transform clone. (#2816)
* refactor: optimization `Transform` clone
2025-09-15 14:55:44 +08:00
GuoLei1990
2d315f8b19 chore: release v1.6.0-alpha.1 v1.6.0-alpha.1 2025-09-15 11:58:33 +08:00
hhhhkrx
f6f571965e Support Salable Ambient Occlusion (#2807)
* feat: support screen space ambient occlusion

Co-authored-by: GuoLei1990 <gl3336563@163.com>
2025-09-11 19:24:21 +08:00