Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
CalcFrustumEquations ( ) : void |
Calculating the frustum planes. From the current OpenGL modelview and projection matrices, calculate the frustum plane equations (Ax+By+Cz+D=0, n=(A,B,C)) The equations can then be used to see on which side points are. |
|
SphereInFrustum ( float x, float y, float z, float radius ) : bool |
public SphereInFrustum ( float x, float y, float z, float radius ) : bool | ||
x | float | |
y | float | |
z | float | |
radius | float | |
Résultat | bool |