Class ParOctasphere

java.lang.Object
org.lwjgl.util.par.ParOctasphere

public class ParOctasphere extends Object
  • 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(@NativeType("par_octasphere_config const *") ParOctasphereConfig config, @NativeType("uint32_t *") IntBuffer num_indices, @NativeType("uint32_t *") 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

      public static void par_octasphere_populate(@NativeType("par_octasphere_config const *") ParOctasphereConfig config, @NativeType("par_octasphere_mesh *") ParOctasphereMesh mesh)
      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(@NativeType("par_octasphere_config const *") ParOctasphereConfig config, @NativeType("uint32_t *") int[] num_indices, @NativeType("uint32_t *") int[] num_vertices)
      void par_octasphere_get_counts(par_octasphere_config const * config, uint32_t * num_indices, uint32_t * num_vertices)