2.2.3 rendering bug at processor # > 1
Status: Beta
Brought to you by:
render_man
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
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
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).
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