87 Commits

Author SHA1 Message Date
ChenMo
1472913872 feat(core): GPU instancing auto-batching (#2957)
* feat(core): add GPU instancing auto-batching with UBO-based per-instance data
2026-05-28 23:40:18 +08:00
zhuxudong
1bc2b102ad refactor(shader): migrate GLSL shaders to ShaderLab and clean up shader infrastructure(#2961)
* refactor(core): migrate shaders from core/shaderlib to shader package and clean up old files
2026-05-11 17:55:17 +08:00
ChenMo
00942cc808 refactor(particle): rename ParticleScaleMode enums for clarity (#2970)
* refactor(particle): rename ParticleScaleMode enums for clarity
2026-04-17 14:58:35 +08:00
ChenMo
c3e2077d33 Unify Texture2D and TextureCube into single TextureLoader (#2937)
* refactor: unify Texture2D and TextureCube into single TextureLoader
2026-03-23 21:41:24 +08:00
hhhhkrx
68a0d57a9a rename limit/limitX/Y/Z to speed/speedX/Y/Z in LimitVelocit… (#2928)
* refactor: rename limit API to speed in LimitVelocityOverLifetimeModule
2026-03-19 17:20:57 +08:00
ChenMo
2a242ef61a refactor: rename Env to AmbientLight, .env to .ambLight (#2919)
* refactor: rename Env/EnvLoader to AmbientLight/AmbientLightLoader
2026-03-12 23:28:04 +08:00
hhhhkrx
3c1103c9c6 migrate ambient env from RGBM to half-float (#2916)
* feat: migrate ambient env from RGBM to half-float
2026-03-10 20:54:40 +08:00
hhhhkrx
fff5b233be docs: add specular in PBR (#2848)
* feat: add specular in pbr
2025-09-25 15:22:10 +08:00
AZhan
544f16ebfc feat: update code (#2847) 2025-09-24 20:14:25 +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
zhuxudong
8d57c2c6df Refactor shader document (#2833)
* docs: refactor shader document and add shader101 guide
2025-09-19 16:11:48 +08:00
zhuxudong
bb30d5e9a1 Support shader pre compile (#2794)
* refactor: support shader pre compile
2025-09-16 22:39:30 +08:00
eyworldwide
a3d8868aa4 docs: fix texture docs 2025-06-03 14:52:23 +08:00
eyworldwide
830a96b531 docs: update texture docs 2025-06-03 14:37:11 +08:00
zhuxudong
68bc928167 Enhance some texture documents (#2711)
* doc: enhance some texture documents
2025-05-29 16:47:48 +08:00
eyworldwide
b42aab0f19 docs: particle renderer main module 2025-05-28 16:21:06 +08:00
鹅叔
c732b23f99 Merge pull request #2703 from cptbtptpbcptdtptp/doc/flowchart
Docs: fix en flowchart
2025-05-27 20:09:02 +08:00
SwayYan
33cdff9a81 Update particle 1.5 doc (#2702)
* feat: particle 1.5 doc
2025-05-27 18:13:54 +08:00
azhan
c3558520ac fix: en flowchart 2025-05-27 17:21:06 +08:00
AZhan
daeb250dd3 检查英文版本文档 (#2696)
* fix: english check
2025-05-26 22:20:03 +08:00
AZhan
50ec168c0e feat: en doc (#2693) 2025-05-26 17:25:12 +08:00
AZhan
4494d72666 Update renderer doc (#2687)
* feat: update renderer and 2d doc
2025-05-26 16:25:14 +08:00
johanzhu
8d71a91275 Feat: opt spine doc 1.5 (#2684)
* feat: opt spine doc
2025-05-26 15:38:54 +08:00
zhuxudong
deb76c389b Add color space document (#2682)
* feat: add color space document
2025-05-23 17:46:18 +08:00
鹅叔
dc1a4793ed Docs: remove playgrounds (#2689)
* fix: doc typo
2025-05-23 17:24:53 +08:00
hhhhkrx
351385e02e feat: update doc (#2681) 2025-05-22 17:40:31 +08:00
hhhhkrx
263efcb9e4 Update antiAliasing docs (#2679)
* refactor: update antiAliasing docs
2025-05-22 17:26:52 +08:00
SwayYan
66116ba675 Refactor ShaderLab documention (#2611)
* refactor: shaderlab doc
2025-04-18 11:46:46 +08:00
zhuxudong
3441a7690a Enhance post-processing document (#2604)
* refactor: enhance post-processing document
2025-04-07 18:59:25 +08:00
aFang
4adcb25184 Update custom.mdx (#2600)
# Fix custom doc
2025-04-07 10:23:29 +08:00
zhuxudong
3242f8941f [Document] enhance material document (#2546)
* doc: enhance material document
2025-03-31 15:45:10 +08:00
eyworldwide
dd0cfb586c refactor: update sidebar doc 2025-02-12 16:13:13 +08:00
eyworldwide
62bd91117b fix: doc playground link 2025-02-10 15:06:32 +08:00
eyworldwide
c9f7303832 refactor: doc image syntax 2025-02-10 14:58:06 +08:00
eyworldwide
baa04b0f1f refactor: doc md to mdx 2025-02-10 14:51:48 +08:00
eyworldwide
03f1b6fd75 refactor: doc md to mdx 2025-02-10 14:05:14 +08:00
eyworldwide
ad5ced1397 refactor: doc md to mdx 2025-02-10 13:47:36 +08:00
eyworldwide
53bff5f7f0 refactor: doc md to mdx 2025-02-10 11:44:30 +08:00
鹅叔
494b7a16d8 Merge pull request #2534 from cptbtptpbcptdtptp/doc/ui
Add ui doc
2025-02-06 15:00:29 +08:00
azhan
11bc5dbac1 feat: update doc 2025-02-06 14:10:36 +08:00
hhhhkrx
0397c02589 fix: delate thin title 2025-02-05 11:27:07 +08:00
zhuxudong
fef78e6928 fix: example path error (#2528) 2025-01-24 14:21:39 +08:00
hhhhkrx
24338689e5 Add pbr document (#2523)
* refactor:  pbr document
2025-01-24 13:55:44 +08:00
鹅叔
89f3ffd5a1 Merge pull request #2511 from zhuxudong/document/post-process
[Document] post-processing related
2025-01-24 11:53:11 +08:00
zhuxudong
606778b3ca enhance: cr suggestion 2025-01-24 11:43:30 +08:00
鹅叔
7fc8cc7857 Merge pull request #2505 from Sway007/doc/shaderlab
Update shaderlab doc
2025-01-23 19:14:32 +08:00
singlecoder
1d6264defc Add mini game doc (#2503)
Feat: add mini game doc
2025-01-23 18:21:42 +08:00
Sway007
3ef643e2d9 feat: update en doc for shaderlab 2025-01-23 10:55:27 +08:00
zhuxudong
e188ede3a0 refactor: api change 2025-01-21 10:55:24 +08:00
zhuxudong
429b1daa97 document: add blend rule 2025-01-16 11:14:28 +08:00