Skip to content
cjcliffe edited this page Oct 15, 2011 · 3 revisions

CubicVR.setDefaultFilter

setDefaultFilter( filterType ) alias: CubicVR.GLCore.setDefaultFilter()

Set the default texturing filter type for loading textures.

Parameters:

  • filterType : One of the following CubicVR.enums:
    • CubicVR.enums.texture.filter.LINEAR
    • CubicVR.enums.texture.filter.LINEAR_MIP
    • CubicVR.enums.texture.filter.NEAREST
    • CubicVR.enums.texture.filter.NEAREST_MIP

Returns:

none

Clone this wiki locally