int tvSetFloatv (tvBase *threeD, tvVariable var, float * val)

Sets the elements of a float vector state variable of the given tvBase struct

Documentation

Sets the elements of a float vector state variable of the given tvBase struct. There are presently no state variables of type float-array that may be affected.
Returns:
number of array entities filled in.
Parameters:
threeD - handle to rendering state
var - state variable to be set
val - float vector of (at least) same order as "var", with elements initialized to the new values.
See Also:
tvVariable


Back to TerraVision API Home Page