Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.8.4, 2.0.0
Description
I'm planning to move the "function" methods to the PDShadingResources class. Reasons: 1) duplicate code (partly introduced by myself), 2) this will allow me to handle functions in type 4 & 5 shading. Currently I can't, because these shading context classes use a common class (GouraudShadingContext), but the PDShadingType 4 and 5 have their function methods.