Return-Path: strauss
Return-Path: <jjfeiler@relief.com>
Received: from aerospace.aero.org by antares.aero.org (4.1/AMS-1.0)
	id AA01994 for  /u/strauss/bin/mail_handler.pl strauss; Tue, 8 Dec 92 04:36:10 PST
Received: from uu2.psi.com by aerospace.aero.org with SMTP (5.65c/6.0.GT)
	id AA23634 for strauss@antares.aero.org; Tue, 8 Dec 1992 04:36:03 -0800
Posted-Date: Mon, 7 Dec 92 23:32:58 -0800
Received: by uu2.psi.com (5.65b/4.0.071791-PSI/PSINet)
	id AA25475; Tue, 8 Dec 92 07:21:39 -0500
Date: Mon, 7 Dec 92 23:32:58 -0800
From: jjfeiler@relief.com (John Jay Feiler)
Received: by relief.com (NX5.67c/3.2.083191-Relief Consulting and Development)
	id AA02001; Mon, 7 Dec 92 23:32:58 -0800
Message-Id: <9212080732.AA02001@relief.com>
Received: by NeXT.Mailer (1.87.1)
Received: by NeXT Mailer (1.87.1)
To: rman@aero.org
Subject: RiLine vs printing...
Reply-To: jjfeiler@relief.com

The 2D operators, RiLine, RiCurve, etc, are not part of the RenderMan  
spec, but are only part of QuickRenderMan at this point.  As such,  
they will not print.

You might try using a thin cylinder to generate the axes while  
printing.

Something like this

- renderSelf:(N3DCamera *)camera
  {
    if(NXDrawingStatus == NX_DRAWING)
      {
      	RiLine(...);
      }
    else
      {
        RiCylinder(...);
      }
     

    return self;
  }

Hope this helps
	John Feiler


Begin forwarded message:

Date: Mon, 7 Dec 92 19:47:05 +0100
Posted-Date: Mon, 7 Dec 92 19:47:05 +0100
From: bjorn@cooper.xanthus.se (Bj|rn Backlund)
Subject: RiLine vs printing...
To: rman@aero.org
Errors-To: strauss@aero.org



Ciao,

We use RiLine to draw axis' of 3D charts. The 'interactive' renderer  
produces lines  

but when the 3D scene is printed, no lines appear. 


Any suggestions?

Bjorn Backlund
Xanthus AB
 


###################################################################### 
##
The RenderMan mailing list is to discuss technical issues of  
RenderMan.
List Address: rman@aero.org	Administrative: rman-request@aero.org
Opinions expressed are solely those of the author, neither The  
Aerospace
Corporation nor the moderator take any responsibility for their  
content.


