summaryrefslogtreecommitdiff
path: root/MeshSketch.hs
AgeCommit message (Expand)Author
2019-06-03Render curve special points.Joe Crayne
2019-06-03Specify stream name for GPU-ringbuffers.Joe Crayne
2019-06-03Avoid curve-jump on pen-up.Joe Crayne
2019-06-03Started FitCurves module.Joe Crayne
2019-06-03Factor Camera module out of MeshSketch.Joe Crayne
2019-06-03Discard fewer data points for fitting.Joe Crayne
2019-05-30Compute height of pixel at distance.Joe Crayne
2019-05-30Added (non-gpu) vector of points for fitting curve.Joe Crayne
2019-05-30Faster feedback for pen drawing.Joe Crayne
2019-05-30Factored gpu-backend out of RingBuffer, wrote vector-backend.Joe Crayne
2019-05-26Render curve points as line strips rather than points.Joe Crayne
2019-05-26Avoid adding redundant points to ring buffer.Joe Crayne
2019-05-25Attempt to detect sharp-turns.Joe Crayne
2019-05-24Add curvature-coloring.Joe Crayne
2019-05-21Added colors to pen points + various updates.Joe Crayne
2019-05-19Interface tweak to PointPrimitive ring buffer.Joe Crayne
2019-05-19Use Data.Data to specify ring buffer attributes.Joe Crayne
2019-05-18Sort skyboxes.Joe Crayne
2019-05-18Control to move draw-plane up and down.Joe Crayne
2019-05-18Allow alternate plane positions.Joe Crayne
2019-05-18Draw on the xz plane.Joe Crayne
2019-05-17Write on the camDistance sphere.Joe Crayne
2019-05-17Enable higher-precision rotation.Joe Crayne
2019-05-173d coordinate draw.Joe Crayne
2019-05-17Point primitive stream based ring buffer.Joe Crayne
2019-05-14Factor TEXTURE_BUFFER-based ring buffer into module.Joe Crayne
2019-05-14TextureBuffer-based ring buffer.Joe Crayne
2019-05-13Use distinct types for TextureData and TextureCubeData.Joe Crayne
2019-05-02Cope with missing skybox.Joe Crayne
2019-05-02Use compiler-support for TextureCube.Joe Crayne
2019-05-02Rotate camera-up direction too.Joe Crayne
2019-05-02meshsketch: drag background.Joe Crayne
2019-05-01meshsketch: scroll-wheel zoom (lens angle).Joe Crayne
2019-04-30This seems to work to use skycube and object texturing together.Joe Crayne
2019-04-30skybox shader code.Joe Crayne
2019-04-29Skybox-related uniforms.Joe Crayne
2019-04-29WIP: Skybox for MeshSketch rework.Joe Crayne
2019-04-29MeshSketch rework: events.Joe Crayne
2019-04-29Switched camera flight to use Animator utility.Joe Crayne
2019-04-29Camera object.Joe Crayne
2019-04-29MeshSketch.new now returns a widget.Joe Crayne
2019-04-29Continued rework toward MeshSketch design.Joe Crayne
2019-04-29WIP: Abandon GLWidget in favor of (non-working) MeshSketch design.Joe Crayne
2019-04-26MeshSketch: added skybox points.Joe Crayne
2019-04-26Send skybox texture to pipeline code.Joe Crayne
2019-04-26MeshSketch: send camera matrix to pipeline code.Joe Crayne
2019-04-26Lambdacube code for MeshSketch.Joe Crayne
2019-04-26minor refactor.Joe Crayne
2019-04-26MeshSketch: fullscreen toggle.Joe Crayne
2019-04-26MeshSketch: skybox toggle.Joe Crayne