Skip to content
Prev 47941 / 63424 Next

rgl question

On 30/03/2014, 9:20 PM, Dominick Samperi wrote:
The difference is in how they use the material properties:  rgl.lines 
sets them permanently, lines3d restores the original value after the 
call.  So I'd guess your call to rgl.lines followed a call to another 
rgl.* function that set the lty property to dashed.

Duncan Murdoch