Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about heightmap

Read more about heightmap

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - heightmap

Three.js global heightmap is not showing the expected result

I wanted to create a model of earth using a global 4k height map that I found online. I found this open source script that can do this. function createGeometryFromMap() { var depth = 512; var ...
test-img

Tejas Gupta

javascript

three.js

3d

terrain

heightmap

Votes: 0

Answers: 1

Latest Answer

When you tell your 2D canvas context to .drawImage(), it's going to draw a 4000 pixels image over a 512 pixels canvas. That's how it's defined in the MDN documents if you only use three img, dx, dy ar...
test-img

M -

Is there a built-in Three.js heightmap function?

I am currently working on a game in JavaScript, in Three.js. I am curious if I can add a height map to the walls that I have to make them more realistic (see image). An image of the game design with t...
test-img

Codeitfast

javascript

three.js

heightmap

Votes: 0

Answers: 1

Latest Answer

You can use the displacementMap property on the material. This article states: Displacement maps are grayscale textures you map to objects to create true surface relief (elevations and depressions) o...
test-img

Halo

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved