summaryrefslogtreecommitdiff
path: root/MeshSketch.hs
AgeCommit message (Expand)Author
2019-07-28Render curve from obj file.Joe Crayne
2019-07-23Implement 3 distinct lighting models.Joe Crayne
2019-07-18meshsketch: key-stroke to toggle whirling camera animation.Joe Crayne
2019-06-19Moved addOBJToObjectArray to module LoadMesh.Joe Crayne
2019-06-19Load mesh in background.Joe Crayne
2019-06-18More verbose file loading.Joe Crayne
2019-06-18Materials and textures are relative to object file.Joe Crayne
2019-06-17Maskable materials.Joe Crayne
2019-06-17Add material groups to masking pane.Joe Crayne
2019-06-17Scale loaded mesh to fit viewport.Joe Crayne
2019-06-16Enable toggling checkboxes.Joe Crayne
2019-06-16Test code to populate treeview.Joe Crayne
2019-06-16Added a right pane to select/deselect mesh groups.Joe Crayne
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