public class Visibility extends Object
| Constructor and Description |
|---|
Visibility() |
| Modifier and Type | Method and Description |
|---|---|
static void |
computeBoundingSphere(float[] positions,
int positionsOffset,
int positionsCount,
float[] sphere,
int sphereOffset) |
static int |
frustumCullSpheres(float[] mvp,
int mvpOffset,
float[] spheres,
int spheresOffset,
int spheresCount,
int[] results,
int resultsOffset,
int resultsCapacity) |
static int |
visibilityTest(float[] ws,
int wsOffset,
float[] positions,
int positionsOffset,
char[] indices,
int indicesOffset,
int indexCount) |
public static int visibilityTest(float[] ws,
int wsOffset,
float[] positions,
int positionsOffset,
char[] indices,
int indicesOffset,
int indexCount)
public static int frustumCullSpheres(float[] mvp,
int mvpOffset,
float[] spheres,
int spheresOffset,
int spheresCount,
int[] results,
int resultsOffset,
int resultsCapacity)
public static void computeBoundingSphere(float[] positions,
int positionsOffset,
int positionsCount,
float[] sphere,
int sphereOffset)
Copyright © 2008-2013. All Rights Reserved.