Initial Bitmap fills for Faces

- also texture from svg (not used yet)
This commit is contained in:
WandererFan
2017-01-29 19:40:32 -05:00
parent ad98ff1707
commit 5007193541
8 changed files with 164 additions and 36 deletions
+1
View File
@@ -115,6 +115,7 @@ DrawViewSection::DrawViewSection()
ADD_PROPERTY_TYPE(HatchCutSurface ,(false),fgroup,App::Prop_None,"Hatch the cut surface");
ADD_PROPERTY_TYPE(HatchPattern ,(""),fgroup,App::Prop_None,"The hatch pattern file for the cut surface");
ADD_PROPERTY_TYPE(HatchColor,(0.0,0.0,0.0),fgroup,App::Prop_None,"The color of the hatch pattern");
ADD_PROPERTY_TYPE(HatchScale,(1.0),fgroup,App::Prop_None,"Hatch pattern size adjustment");
getParameters();