Skip to content
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

Update with the root #1

Open
wants to merge 1,268 commits into
base: dev
Choose a base branch
from
Open

Update with the root #1

wants to merge 1,268 commits into from

Conversation

omololevy
Copy link
Member

@omololevy omololevy commented Nov 15, 2024

Merge with the latest fixes from the root project so that it's up-to-date. The project as it is is several commits behind the root, close to 1k

Mugen87 and others added 30 commits December 1, 2024 23:31
Co-authored-by: Samuel Rigaud <[email protected]>
Co-authored-by: Samuel Rigaud <[email protected]>
* Add 24bit uncompressed RGB support to DDSLoader

Adds support for 24bit uncompressed RGB textured to DDSLoader.
The texture data is read from the file in RGB, and returned in RGBA format with a=1.

* Remove typescript types

* Add new example for 24bit uncompressed dds

* revert accidental package-lock.json changes

* revert accidental package-lock.json changes

* hopefully properly fix package-lock.json

* updated screenshots for webgl_loader_texture_dds

* Update DDSLoader.js

Clean up.

---------

Co-authored-by: Michael Herzog <[email protected]>
Fix unit test.
* Node: Document more modules.

* Docs: Fix typo.
Co-authored-by: Samuel Rigaud <[email protected]>
* Node: Document more modules.

* Docs: Minor fixes.

* Docs: More fixes.
* fix filterable depth textures

* cleanup
* updated linesegments2 webgpu

* Update LineSegments2.js

FIx codescan issue.

* use of vec4 to transfer viewport to this.resolution

---------

Co-authored-by: Michael Herzog <[email protected]>
Co-authored-by: Renaud Rohlinger <[email protected]>
* Node: Document more modules.

* Fix typo.
* more docs

* Update StackNode.js

---------

Co-authored-by: Michael Herzog <[email protected]>
* Docs: Add examples for the onBeforeCompile method in Material

* Update Material.html

* Update Material.html

* Update Material.html

* Update Material.html

---------

Co-authored-by: Michael Herzog <[email protected]>
Co-authored-by: Samuel Rigaud <[email protected]>
* Node: Document more modules.

* Node: Document more modules.
* LightsNode: Fix cache key.

* Update LightsNode.js

---------

Co-authored-by: sunag <[email protected]>
* fix getNodeType()

* Revert "WebGPURenderer: Shadow fixes (#29991)"

This reverts commit f91fbc3.

* Revert "WebGPURenderer: Add `SpotLight.map` support (#29989)"

This reverts commit e2e04d3.

* cleanup

* Reapply "WebGPURenderer: Add `SpotLight.map` support (#29989)"

This reverts commit 9a2e6c2.

* Reapply "WebGPURenderer: Shadow fixes (#29991)"

This reverts commit 50c6e14.
zonkypop and others added 30 commits January 14, 2025 10:06
…30316)

* RenderObject: Improve cache key computation when rendering shadows.

* ShadowNode: Fix material type conflict.
* Docs: Improve `BlendModes` module.

* Update BlendModes.js
* Node: fix some types

* Update Lighting.js

* Update Background.js

* Update NodeMaterial.js

---------

Co-authored-by: Samuel Rigaud <[email protected]>
Co-authored-by: Michael Herzog <[email protected]>
* WebGPURenderer: Fix clear alpha in WebGLBackend

* improved jsdoc

* add comment

* simplify

* remove white space

* revert
* wip arraycamera

* Update webgl_camera_array2.html

* updated approach

* Update WebGLBackend.js

* added webgpu support

* update example

* revision

* update camera array

* Update Camera.js

* update

* Update webgpu_camera_array.html

* cleanup

* rev
* update viewport state

* cleanup
* WebGPURenderer: Add `XRManager`.

* Renderer: Fix projection matrix computation in XR.

* WebGLBackend: Use `gl.STATIC_DRAW` for camera index buffers.

* Renderer: Clean up.

* WebGLBackend: Don't cache `cameraIndex`.

* XRManager: Add documentation.

* E2E: Update screenshot.

* Renderer: Fix `xr` usage.
* XRManager: Fix background clear in XR.

* Renderer: Update background even in XR.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.