org.rajawali3d.view / ISurface / setAntiAliasingMode

setAntiAliasingMode

abstract fun setAntiAliasingMode(config: ISurface.ANTI_ALIASING_CONFIG!): Unit

Called to enable/disable multisampling on this surface. Must be called before #setSurfaceRenderer(ISurfaceRenderer).

Parameters

config - ISurface.ANTI_ALIASING_CONFIG!: ANTI_ALIASING_CONFIG The desired anti aliasing configuration.

abstract fun setAntiAliasingMode(config: ISurface.ANTI_ALIASING_CONFIG!): Unit

Called to enable/disable multisampling on this surface. Must be called before #setSurfaceRenderer(ISurfaceRenderer).

Parameters

config - ISurface.ANTI_ALIASING_CONFIG!: ANTI_ALIASING_CONFIG The desired anti aliasing configuration.