-
Notifications
You must be signed in to change notification settings - Fork 181
BAR105 Smooth Mesh dynamic updates #289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
4752db1
Switched to linear blur to reduce performance cost in prep for realti…
marcushutchings 550e960
Switched to linear blur to reduce performance cost in prep for realti…
marcushutchings da7149e
Merge branch 'BAR105-smooth-mesh-dynamic-udpates' of github.com:beyon…
marcushutchings da143b2
Smooth mesh generation can operate on ranges rather than the whole map.
marcushutchings bb26e04
addressed issue where wider area was updated than was supposed to be
marcushutchings 08fd455
realigned smooth mesh over heightmap
marcushutchings ad68c02
Further optimisations.
marcushutchings 668a6cb
address edge cases.
marcushutchings 6e21f9d
addressed outstanding issues.
marcushutchings 683fd88
Tidying code.
marcushutchings 841e1f6
Added smooth mesh debug to show damage due to be processed on the min…
marcushutchings b1fbeef
Fixed Height above water bug.
marcushutchings 78d5293
Refactored part of mesh copying.
marcushutchings 058e416
code refactoring.
marcushutchings 8b65caf
adjusted assertion expectations.
marcushutchings 9be30f7
added mod option to enable/disable smooth mesh.
marcushutchings 2b6fcab
cleaned by mess in Game.cpp
marcushutchings 12e6465
fixed issue with Lua commands that modify the smooth mesh.
marcushutchings 59dc41a
Adjusted airmesh drawing to avoid overdraw.
marcushutchings a1f12df
Ensured SmoothHeightMeshDrawer gets cleared between matches.
marcushutchings 490aed0
use spring safe delete
marcushutchings File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -168,6 +168,8 @@ class CModInfo | |
float pfRawDistMult; | ||
float pfUpdateRate; | ||
|
||
bool enableSmoothMesh; | ||
|
||
bool allowTake; | ||
}; | ||
|
||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.