Project

General

Profile

« Previous | Next » 

Revision 1dfc9074

Added by Leszek Koltunski almost 7 years ago

All knowledge about Postporcessing moved to the respective Effect classes.

View differences:

src/main/java/org/distorted/library/main/DistortedRenderState.java
259 259

  
260 260
///////////////////////////////////////////////////////////////////////////////////////////////////
261 261

  
262
  static void useStencilMark()
262
  public static void useStencilMark()
263 263
    {
264 264
    if( cState.stencilTest!=1 )
265 265
      {
......
299 299

  
300 300
///////////////////////////////////////////////////////////////////////////////////////////////////
301 301

  
302
  static void unuseStencilMark()
302
  public static void unuseStencilMark()
303 303
    {
304 304
    if( sState.stencilTest!=cState.stencilTest )
305 305
      {

Also available in: Unified diff