Ticket #3107 (closed defect: fixed)
[with patch, with positive review] Triangulation doesn't automatically happen for x3d output of 3d objects
| Reported by: | robertwb | Owned by: | was |
|---|---|---|---|
| Priority: | major | Milestone: | sage-3.0.3 |
| Component: | graphics | Keywords: | editor_gfurnish |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
sage: P = plot3d(lambda x,y: 4 - x^3 - y^2, (-2,2), (-2,2), color='green') print P.x3d() <X3D version='3.0' profile='Immersive' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation=' http://www.web3d.org/specifications/x3d-3.0.xsd '> <head> <meta name='title' content='sage3d'/> </head> <Scene> <Viewpoint position='0 0 6'/> <Shape> <IndexedFaceSet coordIndex=',-1'> <Coordinate point=''/> </IndexedFaceSet> <Appearance><Material diffuseColor='0 1.0 0.0' shininess='1' specularColor='0.0 0.0 0.0'/></Appearance></Shape> </Scene> </X3D>
Note the empyt vertex data.
Attachments
Change History
comment:1 Changed 5 years ago by robertwb
- Summary changed from Triangulation doesn't automatically happen for x3d output of 3d objects to [with patch, needs review] Triangulation doesn't automatically happen for x3d output of 3d objects
comment:3 Changed 5 years ago by gfurnish
- Summary changed from [with patch, needs review] Triangulation doesn't automatically happen for x3d output of 3d objects to [with patch, with positive review] Triangulation doesn't automatically happen for x3d output of 3d objects
Note: See
TracTickets for help on using
tickets.

