Skip to content

Commit

Permalink
update method
Browse files Browse the repository at this point in the history
  • Loading branch information
gogo2464 committed Jul 2, 2024
1 parent 19c3410 commit a02bd9e
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,16 +139,62 @@ Href = 128 cubes.

# Chapter 1.3, find pixel height of the reference object (Pref):

Pref =
- 1: download GIMP
- 2: Open the image above with GIMP
- 3: Select the measure tool and read `335,2` pixels (see below).
![image](/gogo-s-blog-cpe/minecraft-speedrun/finding-player-location-on-minecraf-picture-geoint-methodo/gimp.png)


Then the pixel height of the reference object (here the cloud) is `284,2` pixels.


Pref = `284,2` pixels.

# Chapter 1.4, find montain height (Pmountain):

- 1: download GIMP
- 2: Open the image above with GIMP
- 3: Select the measure tool and read `133,8` pixels (see below).
![image](/gogo-s-blog-cpe/minecraft-speedrun/finding-player-location-on-minecraf-picture-geoint-methodo/gimp-montain.png)

Then the pixel height of the reference object (here the cloud) is `133,8` pixels.


Pref = `133,8` pixels.

# Chapter 1.5, find calculate ratio (Height Ratio):

height ratio = Pmontain / Pref
height ratio = `133,8` pixels / `284,2` pixels
height ratio = `0,470` pixels

`height ratio = 0,470 pixels`

# Chapter 1.6, find montain height (Hmountain):

Hmountain = Height Ratio * Href

height montain = Hmountain
height montain = 0,470 * 128
height montain = 60,16 cubes

`height montain = 60,16 cubes`


# Chapter 2, finding left montain distance from player





# Chapter 2, locating right montain distance from player:




# Chapter 2, locating right montain distance from player:


First: locate Player -> trees right distance

from the left picture I see:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a02bd9e

Please sign in to comment.