osg.VertexProgram

class osg.VertexProgram
Represents:

c++ class

Wraps:

osg::VertexProgram

Bases:

osg.StateAttribute

Constructors:

osg.VertexProgram()

Methods:

:setVertexProgram(std.string program)

Parameters:

program (std.string) –

:getVertexProgram()

Return type:

std.string

:setProgramLocalParameter(unsigned index, osg.Vec4 p)

Parameters:
:setMatrix(int mode, osg.Matrix matrix)

Parameters: