Great! I'm looking at this with Alba Malaga who is with me at Sage Days. I just added her on the ticket as well.
We also noticed some other weirdness in some other plot3D objects. We are here at sage days for the whole week so just let us know when you want and how you want to discuss it. Best Viviane 2017-01-10 20:26 GMT+01:00 Frédéric Chapoton <fchapot...@gmail.com>: > I am just working on similar questions, see https://trac.sagemath.org/ > ticket/22144 > > on pourrait en causer directement ? > > Frederic > > > Le mardi 10 janvier 2017 17:59:16 UTC+1, Viviane Pons a écrit : >> >> Hi all, >> >> I'm introspecting 3D plots right now to fix some issues we have with sdl >> export. I notice the following: >> >> sage: d = dodecahedron() >> sage: type(d) >> <type 'sage.plot.plot3d.index_face_set.IndexFaceSet'> >> sage: p = Polyhedron([(0,0,0), (1,0,0), (0,1,0), (0,0,1)]) >> sage: pp = p.plot() >> sage: type(pp) >> <class 'sage.plot.plot3d.base.Graphics3dGroup'> >> >> >> both d and pp show in 3d in jmol but as you can see, they're not the same >> type. We noticed that IndexFaceSet (whatever this is) converts directly >> into sdl but NOT Graphcs3dGroup. Our goal is to have a direct SDL export >> for polyhedrons and we're trying to understand what are those two types and >> what is the best way to proceed. >> >> Does anyone know something about it? >> >> Best >> > -- > You received this message because you are subscribed to the Google Groups > "sage-devel" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to sage-devel+unsubscr...@googlegroups.com. > To post to this group, send email to sage-devel@googlegroups.com. > Visit this group at https://groups.google.com/group/sage-devel. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.