Wiki > TV3D65 Index > TVMathLibrary
Calculates the shadow geometry transformation matrix given light direction and plane.
| VB.NET | TVMatrixShadow(retOutMatrix As TV_3DMATRIX , vLightVector As TV_4DVECTOR , pShadowPlane As TV_PLANE) |
|---|---|
| C++ | void TVMatrixShadow(cTV_3DMATRIX* retOutMatrix , cTV_4DVECTOR* vLightVector , cTV_PLANE* pShadowPlane) |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| vLightVector | No | Light vector |
| pShadowPlane | No | Shadow plane |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| retOutMatrix | No | Transformation matrix |
| Example | Basic example. |
|---|