JuliaGeometry / OldMeshes.jl

A collection of tools for working with Meshes
Other
20 stars 12 forks source link

Interactive mesh display in iJulia notebook #28

Closed ryaninvents closed 9 years ago

ryaninvents commented 9 years ago

On my feature/html branch I've added a feature so that if you're using iJulia Notebook it will display a mesh in a little interactive window. This is really great for making changes to a mesh and seeing how the mesh is affected.

This builds on @jaakkor2's work with THREE.js export.

Demo on my gh-pages branch.

Mesh display

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-0.96%) when pulling df02cb4bfbe89d5a73204653e7395242ab9a2ac8 on baconscript:feature/html into 3027e50e26721832541693591bebc4ba7c6ed342 on twadleigh:master.

sjkelly commented 9 years ago

@baconscript this is really exciting! I showed this to a few Three.js gurus and they mentioned the camera could be centered on the object. I am going to merge this since this functional and useful as-is.