Skip to content

v0.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jan 11:25
· 101 commits to main since this release

Added

  • compas_notebook.conversions.color_to_threejs.
  • compas_notebook.conversions.box_to_threejs.
  • compas_notebook.conversions.cone_to_threejs.
  • compas_notebook.conversions.cylinder_to_threejs.
  • compas_notebook.conversions.polyhedron_to_threejs.
  • compas_notebook.conversions.sphere_to_threejs.
  • compas_notebook.conversions.torus_to_threejs.
  • compas_notebook.scene.BoxObject.
  • compas_notebook.scene.ConeObject.
  • compas_notebook.scene.CylinderObject.
  • compas_notebook.scene.MeshObject.
  • compas_notebook.scene.PolyhedronObject.
  • compas_notebook.scene.SphereObject.
  • compas_notebook.scene.TorusObject.
  • compas_notebook.viewer.Viewer.

Changed

Removed