pict3d icon indicating copy to clipboard operation
pict3d copied to clipboard

3-dimensional picts

Results 17 pict3d issues
Sort by recently updated
recently updated
newest added

`pict3d` has disappeared from the [Racket Documentation Website](https://docs.racket-lang.org/index.html), breaking your [documentation link](http://pkg-build.racket-lang.org/doc/pict3d/index.html)! Perhaps `pict3d` has a build error? I love `pict3d` and hope it's back up soon!

**Trying:** > #lang racket > (require pict3d) > (sphere origin 1/2) **Get:** > gl-create-program: Vertex info > (0) : error C5145: must write to gl_Position >

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

I am running the latest version of OS X (El Capitan), and I try to make the following pict3d program: ``` #lang racket (require pict3d) (sphere origin 1/2) ``` When...

This splits pos and dir into one module, and linear, affine, and smooth into another module, because those modules could be used by themselves as a good 3d posn and...

Running `(sphere origin 1)` in Racket version 6.1.1 creates the following error: ``` make-gl-shader: 0(10) : error C1101: ambiguous overloaded function reference "mix(float, float, int)" (0) : gp5 float64_t mix(float64_t,...

The documentation linked in Readme.md is not accessible: http://pkg-build.racket-lang.org/doc/pict3d/index.html The error is: 403 Forbidden (access denied)

Version 1.18 of "gui-lib" provides the `get-gl-client-size` method that is needed to sync GL sizing with the canvas drawing scale. Enable hires mode for Mac OS X when that support...

Could you add the [link to your presentation](https://www.youtube.com/watch?v=t3xdv4UP9-U) in the readme and/or docs? It really helps to get some initial grasp on what this package looks like and what it...