Menu

#79 2.2.3 rendering bug at processor # > 1

open-works-for-me
nobody
None
5
2008-03-17
2008-01-13
gre
No

Hi,

The bug is generated with the small program first.c++ (macos10.5.1)

c++ -IPIXIEHOME/include first.c++ -o first -L$PIXIEHOME/lib -lri

On one processor, generated image is OK.

first.c++ :

#include <ri.h>
int main() {
RiBegin( RI_NULL );
RiDisplay("alpha", RI_FRAMEBUFFER, "rgb" ,RI_NULL);
RiLightSource("ambientlight",RI_NULL);
RiWorldBegin();
RiTranslate(0,0,4.0);
RiScale(1,1.5,1);
RiSphere(1,-1,1,360.0, RI_NULL);
RiWorldEnd();
RiEnd();
return 0;
}

With RiFormat(300,150,-1) image is OK.

Cheers,
gre

Discussion

  • Okan Arikan

    Okan Arikan - 2008-03-01

    Logged In: YES
    user_id=555300
    Originator: NO

    Could not replicate the problem on OSX 10.4.11 (I don't have 10.5 yet) or on Windows Vista. Will keep this bug pending and try to find a 10.5 to test.

    Okan

     
  • Okan Arikan

    Okan Arikan - 2008-03-01
    • status: open --> pending-works-for-me
     
  • SourceForge Robot

    • status: pending-works-for-me --> closed-works-for-me
     
  • SourceForge Robot

    Logged In: YES
    user_id=1312539
    Originator: NO

    This Tracker item was closed automatically by the system. It was
    previously set to a Pending status, and the original submitter
    did not respond within 14 days (the time period specified by
    the administrator of this Tracker).

     
  • Okan Arikan

    Okan Arikan - 2008-03-17

    Logged In: YES
    user_id=555300
    Originator: NO

    Still looking for an OSX 10.5 to check this problem. Does it happen when you're saving into file?

    Okan

     
  • Okan Arikan

    Okan Arikan - 2008-03-17
    • status: closed-works-for-me --> open-works-for-me
     

Log in to post a comment.