Updated to v0.0.4
This commit is contained in:
parent
f8e1c14fa7
commit
0ffef286eb
|
@ -4,4 +4,8 @@
|
|||
|
||||
## [v0.0.3] - 2024-08-28
|
||||
### Changed
|
||||
- Correctly manage window resizing for camera aspect ratio
|
||||
- Correctly manage window resizing for camera aspect ratio
|
||||
|
||||
## [v0.0.4] - 2024-08-28
|
||||
### Changed
|
||||
- Added dynamic tessellation determined by the slope of the terrain
|
|
@ -1,5 +1,5 @@
|
|||
cmake_minimum_required(VERSION 3.10)
|
||||
project(TerraVisor VERSION 0.0.3)
|
||||
project(TerraVisor VERSION 0.0.4)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
|
Loading…
Reference in New Issue