View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001363 | FreeCAD | Bug | public | 2014-01-22 20:08 | 2014-12-02 15:11 |
Reporter | roiber | Assigned To | wmayer | ||
Priority | normal | Severity | major | Reproducibility | sometimes |
Status | closed | Resolution | fixed | ||
Platform | I7 | OS | Windows and Linux | OS Version | Windows7, Ubuntu |
Product Version | 0.13 | ||||
Summary | 0001363: VRML export can produce corrupt files | ||||
Description | The color array of the generated vrml can have an incorrect length. This happens every time an object contains of patches with different color. | ||||
Steps To Reproduce | 1. Create a box 2. Change the color of one side 3. Export the box In the generated IndexedFaceSet colorPerVertex is FALSE, coordIndex contains the indices for 12 triangles, but the Color array contains six colors only. A guess: It seems that originally there where six qauds that are split into 12 triangles but the colors are not duplicated. | ||||
Tags | No tags attached. | ||||
FreeCAD Information | |||||
FreeCAD: master 351ad4f6 2014-12-02 15:40:36 Details Diff |
+ fixes 0001363: VRML export can produce corrupt files |
Affected Issues 0001363 |
|
mod - src/Gui/SoFCDB.cpp | Diff File | ||
mod - src/Gui/SoFCUnifiedSelection.cpp | Diff File | ||
mod - src/Gui/SoFCUnifiedSelection.h | Diff File | ||
mod - src/Gui/View3DInventorViewer.cpp | Diff File | ||
mod - src/Mod/Part/Gui/SoBrepFaceSet.cpp | Diff File |