Jasper St. Pierre

Results 117 issues of Jasper St. Pierre

This is supported in mat4.perspective, so why not mat4.frustum?

As far as I can tell, this is the only API that seems to use degrees, which is bizarre. Everywhere else uses radians. It's documented, but it was a bit...

I was wondering why I was seeing incorrect results with quat.lerp, until I realized it's just a vec4 lerp and isn't a quaternion lerp at all! A proper quaternion lerp...

bug

See: immersive-web/webxr#894, gpuweb/gpuweb#416 Currently, gl-matrix is modelled after GLM, which uses OpenGL's clip space defined with a Z range of -1...1. This is in contrast with other graphics APIs, including...

feature-request

emacs 23.1.1 auto-complete renders incorrectly. Screenshot here: ![incorrect](http://imgur.com/m5izr.png) ``` (load-library "auto-complete") (load-library "auto-complete-config") (global-auto-complete-mode t) (setq ac-dwim t) (setq ac-auto-start 2)l (setq ac-auto-show-menu t) (setq ac-quick-help-delay 0) (setq popup-use-optimized-column-computation nil)...

`ac-delay`, as written, is the delay in between a single character type, and the showing of the candidates popup. But this means that you get inaccurate and old results if...

libogc includes a copy of kprintf, which was distributed under the GPL, despite libogc having a license most closely matching MIT. https://github.com/devkitPro/libogc/blob/master/libogc/kprintf.c

![image](https://user-images.githubusercontent.com/40890/69512503-247c6880-0ef9-11ea-9589-3d28e6a7575a.png)

See gpuweb/gpuweb#416 for context. Currently, the spec does not define much about how the projection matrix is created, nor which clip space it is mapping to. Note that two different...

XRWebGLLayer does not specify anything about whether or not it uses multisampling, the most the spec says is: > The antialias attribute is true if the [target framebuffer](https://www.w3.org/TR/webxr/#xrwebgllayer-target-framebuffer) supports antialiasing...