I can't get state matrices work in osgNVCg. Although I'm correctly setting a LocalParameter with the right StateMatrixParameterValue object, my shader keeps getting the wrong matrix.
The Cg runtime grabs state matrices like MODELVIEW and PROJECTION at the time the parameter is uploaded, instead of tracking them when the shader runs. This means that if you apply a state matrix parameter above a subgraph it will upload the state matrix accumulated until that point, discarding all subsequent Transform nodes that could eventually be present in the subgraph.