9 Heightmap(uint32_t width, uint32_t height) : m_Width(width), m_Height(height) {}
13 std::string GetPath()
const
17 uint32_t GetWidth()
const
21 uint32_t GetHeight()
const
25 uint16_t *GetData()
const
29 uint32_t GetRendererID()
const
34 uint16_t Sample(
float x,
float y,
bool interpolated)
const;
37 uint32_t m_Width, m_Height;
39 uint32_t m_RendererID;
43 uint16_t Get(uint32_t x, uint32_t y)
const;