Skip to content

Instantly share code, notes, and snippets.

@but0n
Created December 9, 2018 11:02
Show Gist options
  • Save but0n/7c0184074b40482cd1b59452e81ba714 to your computer and use it in GitHub Desktop.
Save but0n/7c0184074b40482cd1b59452e81ba714 to your computer and use it in GitHub Desktop.
brdf
https://github.com/pissang/claygl/blob/master/src/util/shader/integrateBRDF.glsl
https://github.com/mrdoob/three.js/blob/dev/src/renderers/shaders/ShaderChunk/bsdfs.glsl.js
@but0n
Copy link
Author

but0n commented Dec 20, 2018

  • A quad mesh
  • A orbit control with damping
  • E xhr to fetch
  • A PBR + IBL prototype (no cubemap yet) shader
    Fixed a lot of reference issues
  • F textures reference conflict
  • F EBO glDrawElements: no buffer error
  • F texture mipmap
  • F shader reference uniform conflict
  • F updateUniform before active shader

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment