Skip to content

Commit a5c894a

Browse files
committed
pickPositionFromRay initial
1 parent 40533dd commit a5c894a

File tree

2 files changed

+323
-40
lines changed

2 files changed

+323
-40
lines changed

Source/Scene/FrameState.js

+8-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,14 @@ define([
159159
* @type {Boolean}
160160
* @default false
161161
*/
162-
postProcess : false
162+
postProcess : false,
163+
164+
/**
165+
* <code>true</code> if the primitive should update for an offscreen pass, <code>false</code> otherwise.
166+
* @type {Boolean}
167+
* @default false
168+
*/
169+
offscreen : false
163170
};
164171

165172
/**

0 commit comments

Comments
 (0)