Package org.lwjgl.util.par
Class ParOctasphere
java.lang.Object
org.lwjgl.util.par.ParOctasphere
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
npar_octasphere_get_counts
(long config, int[] num_indices, int[] num_vertices) void par_octasphere_get_counts(par_octasphere_config const * config, uint32_t * num_indices, uint32_t * num_vertices)
static void
npar_octasphere_get_counts
(long config, long num_indices, long num_vertices) void par_octasphere_get_counts(par_octasphere_config const * config, uint32_t * num_indices, uint32_t * num_vertices)
static void
npar_octasphere_populate
(long config, long mesh) void par_octasphere_populate(par_octasphere_config const * config, par_octasphere_mesh * mesh)
static void
par_octasphere_get_counts
(ParOctasphereConfig config, int[] num_indices, int[] num_vertices) void par_octasphere_get_counts(par_octasphere_config const * config, uint32_t * num_indices, uint32_t * num_vertices)
static void
par_octasphere_get_counts
(ParOctasphereConfig config, IntBuffer num_indices, IntBuffer num_vertices) void par_octasphere_get_counts(par_octasphere_config const * config, uint32_t * num_indices, uint32_t * num_vertices)
static void
par_octasphere_populate
(ParOctasphereConfig config, ParOctasphereMesh mesh) void par_octasphere_populate(par_octasphere_config const * config, par_octasphere_mesh * mesh)
-
Field Details
-
par_octasphere_PAR_OCTASPHERE_MAX_SUBDIVISIONS
public static final int par_octasphere_PAR_OCTASPHERE_MAX_SUBDIVISIONS- See Also:
-
par_octasphere_UV_LATLONG
public static final int par_octasphere_UV_LATLONG- See Also:
-
par_octasphere_NORMALS_SMOOTH
public static final int par_octasphere_NORMALS_SMOOTH- See Also:
-
-
Method Details
-
npar_octasphere_get_counts
public static void npar_octasphere_get_counts(long config, long num_indices, long num_vertices) void par_octasphere_get_counts(par_octasphere_config const * config, uint32_t * num_indices, uint32_t * num_vertices)
-
par_octasphere_get_counts
public static void par_octasphere_get_counts(ParOctasphereConfig config, IntBuffer num_indices, IntBuffer num_vertices) void par_octasphere_get_counts(par_octasphere_config const * config, uint32_t * num_indices, uint32_t * num_vertices)
-
npar_octasphere_populate
public static void npar_octasphere_populate(long config, long mesh) void par_octasphere_populate(par_octasphere_config const * config, par_octasphere_mesh * mesh)
-
par_octasphere_populate
void par_octasphere_populate(par_octasphere_config const * config, par_octasphere_mesh * mesh)
-
npar_octasphere_get_counts
public static void npar_octasphere_get_counts(long config, int[] num_indices, int[] num_vertices) void par_octasphere_get_counts(par_octasphere_config const * config, uint32_t * num_indices, uint32_t * num_vertices)
-
par_octasphere_get_counts
public static void par_octasphere_get_counts(ParOctasphereConfig config, int[] num_indices, int[] num_vertices) void par_octasphere_get_counts(par_octasphere_config const * config, uint32_t * num_indices, uint32_t * num_vertices)
-