Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

Filter Mode Property (Not in Base Package)

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Property of SceneTexture.

Reads or writes the method used to filter the texel colors applied to the geometry. Different values affect the quality and speed of the texture mapping.

This property accepts the following values:

  • No Filtration—(default) LabVIEW uses the closest texel for the texture color.
  • Linear Filtration—Filters the texture by taking the weighted linear average of the 2x2 array of texels that lies nearest to the center of the pixels of the texture map.
  • Simple Mipmap Filtration—Stores mipmaps, or multiple copies of the texture, at increasingly smaller resolutions. LabVIEW chooses the mipmap with texels closest in size to the pixel being textured and then chooses the nearest texel as the texture color.
  • Bilinear Filtration—Performs a linear filtration but uses the mipmap that has texels closest in size to the pixel being textured.
  • Trilinear Filtration—LabVIEW chooses the two mipmaps that are closest in size to the pixel being textured and then performs a linear filtration on both textures. The resulting texture color is the weighted average of the two values.

Remarks

The following table lists the characteristics of this property.

Available in Run-Time Engine and Real-Time Operating SystemYes
PermissionsWrite In Edit Only
Settable when the VI is runningYes
Loads the front panel into memoryNo
Need to authenticate before useNo
Loads the block diagram into memoryNo
Remote access disallowedNo
Must wait until user interface is idleNo
Available with control VIsNo
Available with global VIsNo
Available with strict type definitionsNo
Available with polymorphic VIsNo

Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit