Commit Graph

2873 Commits

Author SHA1 Message Date
GuoLei1990
fdc9bdc124 chore: release v1.6.6 v1.6.6 2025-10-10 15:03:04 +08:00
zhuxudong
eac8b3c48a Fix renderState conflict between constant map and variable map (#2853)
* feat: support renderState syntax sugar

* fix: merge renderState of constant and variable
---------

Co-authored-by: GuoLei1990 <gl3336563@163.com>
2025-10-10 15:01:31 +08:00
AZhan
67e68ca5d3 fix: doc link (#2850) 2025-09-25 15:29:45 +08:00
hhhhkrx
fff5b233be docs: add specular in PBR (#2848)
* feat: add specular in pbr
2025-09-25 15:22:10 +08:00
zhuxudong
90967b6c9a fix: typedoc error (#2849) 2025-09-25 11:57:19 +08:00
AZhan
544f16ebfc feat: update code (#2847) 2025-09-24 20:14:25 +08:00
AZhan
072ce3efca feat: add widget doc (#2830) 2025-09-24 17:17:36 +08:00
hhhhkrx
ca039cc349 Add Screen Space Ambient Occlusion Docs (#2824)
* docs: add screen space ambient occlusion docs
2025-09-24 14:53:15 +08:00
cptbtptpbcptdtptp
dfd2ad4a94 chore: release v1.6.5 v1.6.5 2025-09-24 01:38:52 +08:00
AZhan
aaed1b5172 Merge 1.5 to main (#2846)
* feat: add feature to optional (#2844)
2025-09-24 01:34:45 +08:00
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