View Issue Details

IDProjectCategoryView StatusLast Update
0001363FreeCADBugpublic2014-12-02 15:11
Reporterroiber Assigned Towmayer  
PrioritynormalSeveritymajorReproducibilitysometimes
Status closedResolutionfixed 
PlatformI7OSWindows and LinuxOS VersionWindows7, Ubuntu
Product Version0.13 
Summary0001363: VRML export can produce corrupt files
DescriptionThe 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 Reproduce1. 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.
TagsNo tags attached.
FreeCAD Information

Activities

There are no notes attached to this issue.

Related Changesets

FreeCAD: master 351ad4f6

2014-12-02 15:40:36

wmayer

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

Issue History

Date Modified Username Field Change
2014-01-22 20:08 roiber New Issue
2014-12-02 15:11 wmayer Changeset attached => FreeCAD Master master 351ad4f6
2014-12-02 15:11 wmayer Assigned To => wmayer
2014-12-02 15:11 wmayer Status new => closed
2014-12-02 15:11 wmayer Resolution open => fixed