Skip to content

Conversation

@victors23
Copy link

No description provided.

philogb added 30 commits October 5, 2012 15:05
Fix a bug in which we could not chain animations.
Added `e` to handleAbort.
Fix setTextures to work with cube map textures correctly.
Make the IcoSphere an OctaSphere (octahedron subdivision based). Then fix the texture mapping problem and add corrected normals.
…s which would have given accumulation errors
philogb and others added 24 commits December 2, 2014 09:52
Usage:

        if (e.x < thumbViewportWidth / pixelRatio &&
            e.y > window.innerHeight - thumbViewportHeight / pixelRatio &&
            scenePicking) {
           scenePicking.pick(e.x, e.y - (window.innerHeight - thumbViewportHeight / pixelRatio), {
            pixelRatio: pixelRatio,
            viewport: {
              x: thumbViewportX,
              y: thumbViewportY,
              width: thumbViewportWidth,
              height: thumbViewportHeight
            }
          });
        }
got "uniform location not for current program” error when picking from multiple program.
ensure pickingProgram is active before setUniform
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.

3 participants