SoVertexShaderParameter4s Class Reference
[Shaders]

VSG extension Vertex shader parameter node storing a four-dimensional (short integer) vector. More...

#include <Inventor/nodes/SoShaderParameter.h>

Inheritance diagram for SoVertexShaderParameter4s:
SoVertexShaderParameter SoShaderParameter SoNode SoFieldContainer SoBase SoRefCounter SoTypedObject

List of all members.

Public Member Functions

virtual SoType getTypeId () const
 SoVertexShaderParameter4s ()

Static Public Member Functions

static SoType getClassTypeId ()

Public Attributes

SoMFVec4s value
SoSFBool rangeScaling

Detailed Description

VSG extension Vertex shader parameter node storing a four-dimensional (short integer) vector.

This node allows the application to provide a per-vertex parameter of type four-dimensional vector of short integers to shader objects, e.g. SoVertexShader.

Vertex shader parameter nodes must be inserted in the scene graph.

See the base classes SoShaderParameter and SoVertexShaderParameter for details.

The rangeScaling field indicates if values shall be scaled to a normalized range when they are loaded. Setting rangeScaling to TRUE implies the following conversion for each component c of the vector: (2*c+1)/(2^16-1), i.e., scaling from [-2^15;2^15-1] to [-1;+1].

FILE FORMAT/DEFAULT

SEE ALSO

SoShaderParameter, SoVertexShaderParameter, SoUniformShaderParameter, SoVertexShaderParameter1f, SoVertexShaderParameter1s, SoVertexShaderParameter2f, SoVertexShaderParameter2s, SoVertexShaderParameter3f, SoVertexShaderParameter3s, SoVertexShaderParameter4f, SoVertexShaderParameter4i, SoVertexShaderParameter4b, SoVertexShaderParameter4ui, SoVertexShaderParameter4us, SoVertexShaderParameter4ub, SoVertexShaderParameterMatrix, SoShaderObject, SoShaderProgram.


Constructor & Destructor Documentation

SoVertexShaderParameter4s::SoVertexShaderParameter4s (  ) 

Constructor.


Member Function Documentation

static SoType SoVertexShaderParameter4s::getClassTypeId (  )  [static]

Returns the type identifier for this class.

Reimplemented from SoVertexShaderParameter.

virtual SoType SoVertexShaderParameter4s::getTypeId (  )  const [virtual]

Returns the type identifier for this specific instance.

Reimplemented from SoVertexShaderParameter.


Member Data Documentation

Indicates if values shall be scaled to a normalized range when they are loaded.

Specifies the parameter's values.


The documentation for this class was generated from the following file:

Open Inventor by FEI reference manual, generated on 19 Aug 2019
Copyright © FEI S.A.S. All rights reserved.
http://www.openinventor.com/