SoLDMTileVisitorGetMVPMatrixPtr Method |
Returns the model view projection matrix to assign a weight based on the viewpoint.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic Nullable<SbMatrix> GetMVPMatrixPtr()
Public Function GetMVPMatrixPtr As Nullable(Of SbMatrix)
public:
Nullable<SbMatrix> GetMVPMatrixPtr()
member GetMVPMatrixPtr : unit -> Nullable<SbMatrix>
Return Value
Type:
NullableSbMatrix
Remarks
See Also