Revision b4999b55
Added by Leszek Koltunski over 3 years ago
src/main/java/org/distorted/library/main/DistortedNode.java | ||
---|---|---|
394 | 394 |
} |
395 | 395 |
|
396 | 396 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
397 |
/** |
|
398 |
* Change the input surface while keeping everything else about the Node the same. |
|
399 |
* |
|
400 |
* @param surface The new input surface. |
|
401 |
*/ |
|
402 |
public void changeInputSurface(InternalSurface surface) |
|
403 |
{ |
|
404 |
mSurface = surface; |
|
405 |
} |
|
406 |
|
|
407 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
|
408 |
|
|
397 | 409 |
/** |
398 | 410 |
* When rendering this Node, should we use the Order Independent Transparency render more? |
399 | 411 |
* <p> |
Also available in: Unified diff
Progress with RubikControl - sub-stages 1 and 2 of the 'whole' stage finished.