Difference between revisions of "NiTexturingPropertyGetTextureFlags"

no edit summary
imported>DragoonWraith
(New page: This is a command from NifSE. '''Syntax''' (short:clampMode) NiTexturingPropertyGetTextureClampMode short:texSlot short:nifID ''short:blockID'' (short:clampMode) NiT...)
 
imported>DragoonWraith
Line 5: Line 5:
  (short:clampMode) NiTexPropGetTexClamp short:texSlot short:nifID ''short:blockID''
  (short:clampMode) NiTexPropGetTexClamp short:texSlot short:nifID ''short:blockID''


Returns a short value called the "flags" of the [[:Category:NifSE (NiTextureSource)|<tt>NiTextureSource</tt>]]-derived block that is filling the specified <tt>texSlot</tt>. The texture slots range from 0 to [[NiTexturingPropertyGetTextureCount]], and the possible choices are given below. See [[NiTexturingPropertyGetTextureCount]] for more details.
Returns a short value called the "flags" of the [[:Category:NifSE (NiSourceTexture)|<tt>NiSourceTexture</tt>]]-derived block that is filling the specified <tt>texSlot</tt>. The texture slots range from 0 to [[NiTexturingPropertyGetTextureCount]], and the possible choices are given below. See [[NiTexturingPropertyGetTextureCount]] for more details.


The flags value is presumably a bitfield, assumed to be involved in clamp and filter modes, but the exact values are unknown.
The flags value is presumably a bitfield, assumed to be involved in clamp and filter modes, but the exact values are unknown.
Line 18: Line 18:
* [[:Category:NifSE (NiSourceTexture)|NiSourceTexture functions]]
* [[:Category:NifSE (NiSourceTexture)|NiSourceTexture functions]]


[[Category:NifSE|TexturingPropertyGetTextureClampMode]]
[[Category:NifSE|TexturingPropertyGetTextureFlags]]
[[Category:NifSE (NiTexturingProperty)|GetTextureClampMode]]
[[Category:NifSE (NiTexturingProperty)|GetTextureFlags]]