About Store Forum Documentation Contact



Post Reply 
Axes in heightmap or blocks neighbors
Author Message
kulesz Offline
Member

Post: #1
Axes in heightmap or blocks neighbors
Hi,

Pointer for blocks or heightmap neighbors are organized in left/right/front/back order. If I have my chunks in X/Z array, which axis corresponds to which neightbor? Is it like:

Left : x + 1
Right: x - 1
Front: z + 1
Back: z - 1

or something different?
08-27-2011 08:46 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Axes in heightmap or blocks neighbors
Left : x - 1
Right: x + 1
Back: z - 1
Front: z + 1
08-28-2011 11:39 AM
Find all posts by this user Quote this message in a reply
Post Reply