-
-
Notifications
You must be signed in to change notification settings - Fork 654
Closed
Milestone
Description
When visualizing polyhedra with threejs
, the edges are missing:
sage: p = polytopes.icosahedron()
sage: p.plot()
Launched html viewer for Graphics3d Object
but
sage: icosahedron()
seems to have the edges.
CC: @dimpase @paulmasson @egourgoulhon
Component: graphics
Keywords: threejs, polyhedron, polytope
Author: Paul Masson
Branch/Commit: ca23e0f
Reviewer: Eric Gourgoulhon, Jean-Philippe Labbé
Issue created by migration from https://trac.sagemath.org/ticket/28662