Project

General

Profile

« Previous | Next » 

Revision 6537ba91

Added by Leszek Koltunski over 7 years ago

Minor.

View differences:

src/main/java/org/distorted/library/DistortedObjectTree.java
463 463
///////////////////////////////////////////////////////////////////////////////////////////////////
464 464
/**
465 465
 * Draws the Node, and all its children, to the default framebuffer 0 (i.e. the screen).
466
 *   
466
 * <p>
467
 * Must be called from a thread holding OpenGL Context
468
 *
467 469
 * @param currTime Current time, in milliseconds.
468 470
 */
469 471
  public void draw(long currTime)
......
478 480
///////////////////////////////////////////////////////////////////////////////////////////////////
479 481
/**
480 482
 * Draws the Node, and all its children, to the Framebuffer passed.
483
 * <p>
484
 * Must be called from a thread holding OpenGL Context
481 485
 *
482 486
 * @param currTime Current time, in milliseconds.
483 487
 * @param df       Framebuffer to render this to.

Also available in: Unified diff