Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SMAAWeightsShader

Smaaweights shader

See the ngx3js docs page for details. See the webgl / postprocessing / smaa | page for a live demo.

Hierarchy

  • SMAAWeightsShader

Index

Properties

defines

defines: { SMAA_AREATEX_MAX_DISTANCE: string; SMAA_AREATEX_PIXEL_SIZE: string; SMAA_AREATEX_SUBTEX_SIZE: string; SMAA_MAX_SEARCH_STEPS: string }

Type declaration

  • SMAA_AREATEX_MAX_DISTANCE: string
  • SMAA_AREATEX_PIXEL_SIZE: string
  • SMAA_AREATEX_SUBTEX_SIZE: string
  • SMAA_MAX_SEARCH_STEPS: string

fragmentShader

fragmentShader: string

uniforms

uniforms: { resolution: I3JS.Uniform; tArea: I3JS.Uniform; tDiffuse: I3JS.Uniform; tSearch: I3JS.Uniform }

Type declaration

vertexShader

vertexShader: string

Generated using TypeDoc