DescriptionTrack occlusion per tree on Tile.
Currently, the Tile class has one is_occluded bool. Give Tile two
occluded bools, one for each tree, so that the same tile can have
different occlusion on each tree.
This patch is an alternative to
https://codereview.chromium.org/343463004/ which also tracks occlusion
per tree, but stores occlusion info on TilePriority rather than Tile.
BUG=178971
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=281788
Patch Set 1 #
Total comments: 9
Patch Set 2 : Address feedback #
Total comments: 1
Patch Set 3 : Rebase #
Messages
Total messages: 16 (0 generated)
|