[Bug 56336] New: povray poly_wave output string

kpovmodeler-devel@mail.kde.org kpovmodeler-devel@mail.kde.org
24 Mar 2003 18:40:02 -0000


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=56336     
           Summary: povray poly_wave output string
           Product: kpovmodeler
           Version: 1.0
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kpovmodeler-devel@mail.kde.org
        ReportedBy: osamyn@ulb.ac.be


Version:           1.0 (using KDE KDE 3.0.5)
Installed from:    Compiled From Sources
Compiler:          gcc 3.2 
OS:          Linux

There's a small bug in the povray output for the poly_wave modifier...

In pmblendmapmodifiers.cpp (line 99) replace the following line:
            dev.writeLine( "poly_wave" + str );
with :
            dev.writeLine( "poly_wave " + str );
(difference is just a space character in the constant string)

And it will output a correctpovray file !