
Wed, 04/21/2010 - 07:55
Forums:
I'm find the bug in OCC OPENGL module.
Only for Linux.
For the sample, when I'm try to extract PostScript Image from my GL widget I'm found there lines like this:
/rThreshold 0,032 def % red component subdivision threshold
/gThreshold 0,017 def % green component subdivision threshold
/bThreshold 0,05 def % blue component subdivision threshold
And this PS file is wrong. Under Windows this lines is like:
/rThreshold 0.032 def % red component subdivision threshold
/gThreshold 0.017 def % green component subdivision threshold
/bThreshold 0.05 def % blue component subdivision threshold
After replace all "," with "." PostScript file is Working under Linux.
Thats all.
Thu, 04/22/2010 - 20:44
and no anybody on this forum. no bugzilla..
Fri, 04/23/2010 - 11:22
Hello JuryS,
Thank you for reporting this problem - it is now registered as a bug with reference number OCC21713. According to the preliminary analysis this problem is the problem of GL2PS library. We hope this problem can be solved by upgrading GL2PS library used by OCCT to a newer version.
Best regards,
Forum Supervisor
Fri, 04/23/2010 - 23:58
Thanks for your working and Good Luck !