Skip to content

Commit

Permalink
Merge pull request #96 from jelster/ch10
Browse files Browse the repository at this point in the history
Ch10 - Improving the Environment Changes

* New skybox
* New Route planning UI
* Numerous graphical enhancements, including image processing and DefaultRenderingPipeline Post process
* Refactor application logic to delay instantiation of screens until needed
* Refactor input system to allow each screen to have its' own control map
* Squash - once and for all - route mesh creation logic that didn't take rotation into account, causing impassible tunnels
  • Loading branch information
jelster authored Mar 27, 2022
2 parents e4f6b37 + 493b885 commit 7ff1ed2
Show file tree
Hide file tree
Showing 27 changed files with 34,125 additions and 313 deletions.
Binary file added assets/environment/crab-nebula-ibl.env
Binary file not shown.
Binary file added assets/environment/crab-nebula-pbr-hdr.env
Binary file not shown.
2 changes: 1 addition & 1 deletion src/driving/gameData.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const screenConfig = {
lowerRadiusLimit: 80.0,
upperRadiusLimit: 100.0
},
numberOfRoadSegments: 12
numberOfRoadSegments: 16
};
const truckSetup = {
modelUrl: truckModelUrl,
Expand Down
Loading

0 comments on commit 7ff1ed2

Please sign in to comment.