Skip to content

Commit

Permalink
pick from ray functions
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed Sep 6, 2018
1 parent 10588c0 commit ab1ed46
Show file tree
Hide file tree
Showing 2 changed files with 315 additions and 40 deletions.
9 changes: 8 additions & 1 deletion Source/Scene/FrameState.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,14 @@ define([
* @type {Boolean}
* @default false
*/
postProcess : false
postProcess : false,

/**
* <code>true</code> if the primitive should update for an offscreen pass, <code>false</code> otherwise.
* @type {Boolean}
* @default false
*/
offscreen : false
};

/**
Expand Down
Loading

0 comments on commit ab1ed46

Please sign in to comment.