MeshCat.jl
MeshCat.jl copied to clipboard
WebGL-based 3D visualizer in Julia
This pull request changes the compat entry for the `Mux` package from `0.7` to `0.7, 1.0`. This keeps the compat entries for earlier versions. Note: I have not tested your...
This pull request changes the compat entry for the `DocStringExtensions` package from `0.5, 0.6, 0.7, 0.8` to `0.5, 0.6, 0.7, 0.8, 0.9`. This keeps the compat entries for earlier versions....
In an empty environment, trying to add MeshCat v0.14.2 and Rotations v1.3.0 fails, even though according to MeshCat's Project.toml it should be possible. Not sure if maybe the manual compat...
Hey, I am using the graphical interface GUI with MechanismVisualizer to visualize my objects. I have an object in floating but when it moves the camera stays fixed on the...
`Meshes.jl` is the next generation of meshes library rather than `GeometryBasics.jl`. Is it possible to support it?
The vertexColors default is currently set to 2, which makes the color always black regardless of what the color property is set to. Setting the value to 0 allows the...
The PointsMaterial vertexColors property by default is set to 2, which makes it so that regardless of what the color property is set to, it comes out black. Setting the...
Hi, it would be nice to be possible to set the camera controls to "trackball" https://threejs.org/docs/#examples/en/controls/TrackballControls, https://threejs.org/examples/misc_controls_trackball.html . Is it already possible?
I'm a greenhorn in Julia & meshcat. I'm trying to run the demo codes in the meshcat GitHUb page in Juno-Atom, but it cannot find the 'setobject!' method. Please help!...