int tvGetFloatv (tvBase const *threeD, tvVariable var, float * val)

Gets the values of a float vector state variable of the given tvBase struct

Documentation

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


Back to TerraVision API Home Page