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

WebGLRenderer: Allow for copying textures from the canvas, remove copyFramebufferToTexture #29772

Draft
wants to merge 17 commits into
base: dev
Choose a base branch
from

Commits on Oct 30, 2024

  1. Add mipmap copy support

    gkjohnson committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    3af6df7 View commit details
    Browse the repository at this point in the history
  2. unbind buffers

    gkjohnson committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    14e1e0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acaae84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4687c22 View commit details
    Browse the repository at this point in the history
  5. update docs

    gkjohnson committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    f20a792 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    251a106 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    12ae3a1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9827ffd View commit details
    Browse the repository at this point in the history
  9. rework

    gkjohnson committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    b65ac8f View commit details
    Browse the repository at this point in the history
  10. Update demo

    gkjohnson committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    16714ef View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8e949c7 View commit details
    Browse the repository at this point in the history
  12. Docs update

    gkjohnson committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    1d6b641 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6207ff4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    90fe314 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5d73af1 View commit details
    Browse the repository at this point in the history
  16. Remove source texture check

    gkjohnson committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    baeb835 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Merge remote-tracking branch 'mrdoob/dev' into remove-framebuffer-copy

    # Conflicts:
    #	docs/api/en/renderers/WebGLRenderer.html
    #	src/renderers/WebGLRenderer.js
    gkjohnson committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    0e3a18e View commit details
    Browse the repository at this point in the history