To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=109115 Issue #|109115 Summary|Allow duplicate points in polygons for 3D rotation sh |apes Component|Drawing Version|DEV300m67 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|programming Assigned to|aw Reported by|iha
------- Additional comments from [email protected] Wed Feb 10 17:11:59 +0000 2010 ------- Shapes of service Shape3DLatheObject can be created from polygons. In case this polygon does contain duplicate points they are removed at the moment. This is wrong as duplicate points should have an effect on the normals which are used for shading. Relevant code are the calls of removeDoublePoints() in E3dLatheObj::E3dLatheObj E3dLatheObj::SetPolyPoly2D and SdrLathePrimitive3D::impCreateSlices. A problem might be the resulting different vertical edge count. As the vertical edge count needs to be set when using the API those cases have to be checked carefully. Especially all the sub types of the bar and column charts (cone, cylinder, pyramid) are affected. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
