About 311,000 results
Open links in new tab
  1. A Brief Introduction to Texture Mapping | Discover three.js

    In the simplest possible terms, texture mapping means taking an image and stretching it over the surface of a 3D object. We refer to an image used in this manner as a texture, and we can use …

  2. Image manipulation and texture mapping using HTML5 Canvas?

    Linear texture mapping can be done using clipping and image drawing; I would implement perspective-correct texture mapping using mesh subdivision (like on PS1).

  3. Using textures in WebGL - Web APIs | MDN - MDN Web Docs

    Apr 7, 2025 · The first thing to do is add code to load the textures. In our case, we'll be using a single texture, mapped onto all six sides of our rotating cube, but the same technique can be …

  4. One article to understand the texture map in Three.js

    Jun 7, 2023 · Next, we’ll learn how to load texture maps, how to use them, and what transformations we can apply and how to optimize them. How to use texture maps Load …

  5. WebGL and Three.js: Texture Mapping - Solution Design Group

    What is Texture Mapping? Texture mapping is a method for adding detail to a 3D object by applying an image to one or more of the faces of that object. This allows us to add fine detail …

  6. 10 JavaScript Code Techniques To Manipulate Textures In Three.js

    Nov 10, 2023 · In three.js, texture is created by applying an image to a surface, or as a reflection or refraction map. Texture mapping is a method for defining high-frequency detail, surface …

  7. Working With Texture In Three.js - Medium

    Jun 6, 2022 · In three.js, texture is created to apply to a surface, or as a reflection or refraction map. Texture mapping is a method for defining high-frequency detail, surface texture, or color …

  8. THREEJS Texture example. “Mastering Texture Mapping in …

    Jun 26, 2023 · It defines various material properties such as color, metalness, roughness, envMapIntensity, and side. The `map` property is set to the previously loaded texture (`map` …

  9. texture-mapping · GitHub Topics · GitHub

    Jul 4, 2024 · A WebGL program that demonstrates an interactive animation of 3D shapes, which visualizes effects of shading and texture mapping. javascript webgl lighting shading texture …

  10. Playing with Texture Projection in Three.js - Codrops

    Jan 7, 2020 · Texture projection is a way of mapping a texture onto a 3D object and making it look like it was projected from a single point. Think of it as the batman symbol projected onto the …

  11. Some results have been removed
Refresh