About 3,240,000 results
Open links in new tab
  1. OpenGL Sphere - Song Ho

    In order to generate a texture map of an icosphere, you need to unwrap the 3D geometry on a plane (paper model). I use the following texture coordinates of vertices instead of normalized …

  2. Project a mesh on a sphere

    Learn how to project a mesh on a sphere to create complex 3D shapes. Master the art of projecting a mesh on a sphere for creative designs.

  3. Generating Meshes of a Sphere - Daniel Sieger

    Mar 27, 2021 · A brief tutorial on generating meshes of a sphere, including the UV sphere, icosphere, quad sphere, and Goldberg polyhedra.

  4. GitHub - yig/graphics101-meshes: Create and process triangle

    In this assignment, you will be implementing a bit of mesh processing. You will tessellate a couple of shapes (cylinder and sphere), which means that you will create triangle meshes for them. …

  5. 3d - procedurally generate a sphere mesh - Stack Overflow

    Jan 20, 2016 · i am looking for an algorithm ( in pseudo code) that generates the 3d coordinates of a sphere mesh like this: the number of horizontal and lateral slices should be configurable

  6. What steps are needed to programmatically create a 3D sphere

    Jan 28, 2025 · By following these steps, you will be able to create and render a 3D sphere model in your OpenGL-based game effectively. Make sure to consider performance optimizations, …

  7. solhsa.com - tutorials

    Generating a sphere mesh is a rather solved problem, but I wanted to go through it myself nevertheless. The easiest way to get a sphere would be to load up a 3d modeller, create a …

  8. 31. OpenGL Sphere Creation (Version 2.0) - Swiftless

    In this tutorial, I will show you how to create your own sphere, which has texture coordinates included. Now you can make that solar system demo you have always wanted!

  9. Rendering a Perfect Sphere in OpenGL, then an Ellipsoid - 42yeah

    Dec 18, 2023 · Have you ever wondered about how to render a perfect sphere in the OpenGL pipeline? “But we can only render points, lines, triangles and whatnot! ” I heard you say, “so …

  10. Triangular Mesh - Generative Artistry

    Triangular Mesh This post is from the talented maxwellito, if you're interested in posting, you can open up a proposal, just like he did! This triangular meshing effect is often shown off in …