-
Notifications
You must be signed in to change notification settings - Fork 622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(wasm): add matrix wasm #292
Commits on Jul 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 340fac9 - Browse repository at this point
Copy the full SHA 340fac9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac8e5c0 - Browse repository at this point
Copy the full SHA ac8e5c0View commit details
Commits on Jul 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 356badd - Browse repository at this point
Copy the full SHA 356baddView commit details -
fix: fix material uniformNode not update
fix material uniformNode not update opt pick collect fix when no have light iblDiffuse is dark
Configuration menu - View commit details
-
Copy full SHA for 6abdc45 - Browse repository at this point
Copy the full SHA 6abdc45View commit details
Commits on Jul 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4184209 - Browse repository at this point
Copy the full SHA 4184209View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f70f3b - Browse repository at this point
Copy the full SHA 7f70f3bView commit details
Commits on Aug 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8bfca84 - Browse repository at this point
Copy the full SHA 8bfca84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55defca - Browse repository at this point
Copy the full SHA 55defcaView commit details
Commits on Aug 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bf40831 - Browse repository at this point
Copy the full SHA bf40831View commit details -
Merge branch 'dev-wasm-matrix' of https://github.com/X-OldGentleMan/o…
…rillusion into dev-wasm-matrix
Configuration menu - View commit details
-
Copy full SHA for 27db298 - Browse repository at this point
Copy the full SHA 27db298View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9243087 - Browse repository at this point
Copy the full SHA 9243087View commit details -
Configuration menu - View commit details
-
Copy full SHA for 616c083 - Browse repository at this point
Copy the full SHA 616c083View commit details -
Merge branch 'dev-wasm-matrix' of https://github.com/X-OldGentleMan/o…
…rillusion into dev-wasm-matrix
Configuration menu - View commit details
-
Copy full SHA for d0d410f - Browse repository at this point
Copy the full SHA d0d410fView commit details
Commits on Aug 7, 2023
-
feat: change material and more pass
change material and more pass fix frustum
Configuration menu - View commit details
-
Copy full SHA for 5a9ba7f - Browse repository at this point
Copy the full SHA 5a9ba7fView commit details
Commits on Aug 8, 2023
-
feat(material): change material render pass
change material render pass
Configuration menu - View commit details
-
Copy full SHA for 86949f9 - Browse repository at this point
Copy the full SHA 86949f9View commit details
Commits on Aug 9, 2023
-
feat(material): use new material framework
use new material framework
Configuration menu - View commit details
-
Copy full SHA for 5111699 - Browse repository at this point
Copy the full SHA 5111699View commit details
Commits on Aug 13, 2023
-
fix(particle): fix particle material depth bug
fix particle material depth bug
Configuration menu - View commit details
-
Copy full SHA for f3f1b20 - Browse repository at this point
Copy the full SHA f3f1b20View commit details -
Merge branch 'dev-wasm-matrix' into dev-material
# Conflicts: # src/components/Transform.ts # src/components/renderer/RenderNode.ts # src/gfx/graphics/webGpu/core/uniforms/UniformNode.ts # src/gfx/renderJob/collect/EntityCollect.ts # src/gfx/renderJob/occlusion/OcclusionSystem.ts
Configuration menu - View commit details
-
Copy full SHA for b27c4a1 - Browse repository at this point
Copy the full SHA b27c4a1View commit details
Commits on Aug 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 86a26a2 - Browse repository at this point
Copy the full SHA 86a26a2View commit details
Commits on Aug 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a2d19cf - Browse repository at this point
Copy the full SHA a2d19cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aa770f - Browse repository at this point
Copy the full SHA 5aa770fView commit details
Commits on Aug 21, 2023
-
Merge branch 'dev-material' into dev-wasm-matrix
# Conflicts: # src/math/Matrix4.ts
Configuration menu - View commit details
-
Copy full SHA for 049ba36 - Browse repository at this point
Copy the full SHA 049ba36View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd54eb6 - Browse repository at this point
Copy the full SHA fd54eb6View commit details
Commits on Aug 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 520b2bb - Browse repository at this point
Copy the full SHA 520b2bbView commit details
Commits on Aug 28, 2023
-
fix: point light shadow pass not init
point light shadow pass not init
Configuration menu - View commit details
-
Copy full SHA for 39939eb - Browse repository at this point
Copy the full SHA 39939ebView commit details -
Merge branch 'dev-wasm-matrix' into dev-depth
# Conflicts: # samples/loader/Sample_LoadGLB.ts # src/assets/shader/lighting/BxDF_frag.ts # src/gfx/graphics/webGpu/shader/RenderShader.ts # src/gfx/renderJob/passRenderer/shadow/ShadowMapPassRenderer.ts
Configuration menu - View commit details
-
Copy full SHA for 904ea15 - Browse repository at this point
Copy the full SHA 904ea15View commit details -
Configuration menu - View commit details
-
Copy full SHA for d169f78 - Browse repository at this point
Copy the full SHA d169f78View commit details
Commits on Aug 29, 2023
-
fix: fix cluster lighting numberList limit
fix cluster lighting numberList limit
Configuration menu - View commit details
-
Copy full SHA for 45ba619 - Browse repository at this point
Copy the full SHA 45ba619View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c99aa1 - Browse repository at this point
Copy the full SHA 6c99aa1View commit details
Commits on Sep 1, 2023
-
feat(pipelinePool): add pipeline shader share
add pipeline shader share add occlusion by octree fix shader state change bug fix cluster number light count fix webgpu version fix shadowmapping bug fix frag uv and uv2 uvTransform fix cluster index error
Configuration menu - View commit details
-
Copy full SHA for 3e3559d - Browse repository at this point
Copy the full SHA 3e3559dView commit details -
feat(pipelinePool): add pipeline shader share
add pipeline shader share add occlusion by octree fix shader state change bug fix cluster number light count fix webgpu version fix shadowmapping bug fix frag uv and uv2 uvTransform fix cluster index error
Configuration menu - View commit details
-
Copy full SHA for c88b687 - Browse repository at this point
Copy the full SHA c88b687View commit details -
Configuration menu - View commit details
-
Copy full SHA for 716dadc - Browse repository at this point
Copy the full SHA 716dadcView commit details -
fix(WorldPanel): fix worldPanel depth compareFun
fix worldPanel depth compareFun
Configuration menu - View commit details
-
Copy full SHA for 592b643 - Browse repository at this point
Copy the full SHA 592b643View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19bdb1c - Browse repository at this point
Copy the full SHA 19bdb1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92e4006 - Browse repository at this point
Copy the full SHA 92e4006View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbedb34 - Browse repository at this point
Copy the full SHA fbedb34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a2e90a - Browse repository at this point
Copy the full SHA 4a2e90aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f19eaf7 - Browse repository at this point
Copy the full SHA f19eaf7View commit details
Commits on Sep 2, 2023
-
Merge branch 'dev' of https://github.com/Orillusion/orillusion into d…
…ev-depth # Conflicts: # src/components/Transform.ts
Configuration menu - View commit details
-
Copy full SHA for 22a16be - Browse repository at this point
Copy the full SHA 22a16beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d14e38 - Browse repository at this point
Copy the full SHA 0d14e38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 523c6fe - Browse repository at this point
Copy the full SHA 523c6feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80bfd2b - Browse repository at this point
Copy the full SHA 80bfd2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b273ab4 - Browse repository at this point
Copy the full SHA b273ab4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1be4328 - Browse repository at this point
Copy the full SHA 1be4328View commit details
Commits on Sep 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 80a1936 - Browse repository at this point
Copy the full SHA 80a1936View commit details
Commits on Sep 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 80dfae3 - Browse repository at this point
Copy the full SHA 80dfae3View commit details -
fix: notify local transform. controlling csm area
notify local transform. controlling csm area
Configuration menu - View commit details
-
Copy full SHA for a19e82c - Browse repository at this point
Copy the full SHA a19e82cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf30fe7 - Browse repository at this point
Copy the full SHA bf30fe7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 804ae6e - Browse repository at this point
Copy the full SHA 804ae6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b99f4a3 - Browse repository at this point
Copy the full SHA b99f4a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51a0e9a - Browse repository at this point
Copy the full SHA 51a0e9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d9d939 - Browse repository at this point
Copy the full SHA 3d9d939View commit details -
Merge branch 'dev-depth' of github.com:X-OldGentleMan/orillusion into…
… dev-depth # Conflicts: # packages/media-extention/ChromaKeyMaterial.ts # packages/media-extention/ImageMaterial.ts
Configuration menu - View commit details
-
Copy full SHA for 23dab5c - Browse repository at this point
Copy the full SHA 23dab5cView commit details -
Merge branch 'dev-depth' of github.com:X-OldGentleMan/orillusion into…
… dev-depth # Conflicts: # packages/media-extention/ChromaKeyMaterial.ts
Configuration menu - View commit details
-
Copy full SHA for 89e606d - Browse repository at this point
Copy the full SHA 89e606dView commit details
Commits on Sep 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7f805d8 - Browse repository at this point
Copy the full SHA 7f805d8View commit details -
Merge branch 'dev-depth' of https://github.com/X-OldGentleMan/orillusion
Configuration menu - View commit details
-
Copy full SHA for b8b0a62 - Browse repository at this point
Copy the full SHA b8b0a62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bb4d66 - Browse repository at this point
Copy the full SHA 8bb4d66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26be63c - Browse repository at this point
Copy the full SHA 26be63cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fa9c50 - Browse repository at this point
Copy the full SHA 4fa9c50View commit details -
Configuration menu - View commit details
-
Copy full SHA for c775381 - Browse repository at this point
Copy the full SHA c775381View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4b0ff8 - Browse repository at this point
Copy the full SHA b4b0ff8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30b90ac - Browse repository at this point
Copy the full SHA 30b90acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5872929 - Browse repository at this point
Copy the full SHA 5872929View commit details -
Configuration menu - View commit details
-
Copy full SHA for d892ea3 - Browse repository at this point
Copy the full SHA d892ea3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20d8ec8 - Browse repository at this point
Copy the full SHA 20d8ec8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ac3ea1 - Browse repository at this point
Copy the full SHA 2ac3ea1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c058e4 - Browse repository at this point
Copy the full SHA 6c058e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2d8175 - Browse repository at this point
Copy the full SHA c2d8175View commit details
Commits on Sep 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7890839 - Browse repository at this point
Copy the full SHA 7890839View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cc1515 - Browse repository at this point
Copy the full SHA 1cc1515View commit details -
fix(bloom): fix bloom uniform data offset
fix bloom uniform data offset
Configuration menu - View commit details
-
Copy full SHA for 39819ee - Browse repository at this point
Copy the full SHA 39819eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8f2d67 - Browse repository at this point
Copy the full SHA b8f2d67View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5e9e47 - Browse repository at this point
Copy the full SHA c5e9e47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a0d0a1 - Browse repository at this point
Copy the full SHA 2a0d0a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5367fe - Browse repository at this point
Copy the full SHA f5367feView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9950ae - Browse repository at this point
Copy the full SHA f9950aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 494b827 - Browse repository at this point
Copy the full SHA 494b827View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac7d78c - Browse repository at this point
Copy the full SHA ac7d78cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e72afd8 - Browse repository at this point
Copy the full SHA e72afd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7ef216 - Browse repository at this point
Copy the full SHA c7ef216View commit details