1. NodeBox 1
    1. Homepage
    2. NodeBox 3Node-based app for generative design and data visualization
    3. NodeBox OpenGLHardware-accelerated cross-platform graphics library
    4. NodeBox 1Generate 2D visuals using Python code (Mac OS X only)
  2. Gallery
  3. Documentation
  4. Forum
  5. Blog

line ?

Posted by Edwin on Dec 10, 2007

Hi all,

I'm not sure when this happened but I can't draw a line anymore. All primitives work but the line from the reference does not show up?

Duh?

Edwin


 
Posted by Tom De Smedt on Dec 10, 2007

Did you remember to define a stroke color before drawing the line?

stroke(0)
line(0, 0, 100, 100)



Posted by Edwin on Dec 11, 2007

I stripped down to a problem and I stripped a bit toooo much.
SORRY! You're very right!