Graphics in Julia: Difference between revisions

No edit summary
No edit summary
Line 53: Line 53:
settransform!(vis["robots", "valkyrie"], Translation(0.5, -0.5, 0.5))
settransform!(vis["robots", "valkyrie"], Translation(0.5, -0.5, 0.5))
</syntaxhighlight>
</syntaxhighlight>
====Updating Geometry====
After you update your geometry, say by changing your vertex positions,
you need to call <code>setobject!</code> again for it to update.