Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
aa13552
add texture and mesh gen based restrictions to atlas info values
brnkhy Apr 17, 2018
461dd3e
change mid floors to use 1:1 mesh/texture ratio
brnkhy Apr 19, 2018
2120361
fill the gaps in new uv/mesh sync system
brnkhy Apr 19, 2018
fd17ae9
change column calculation
brnkhy Apr 24, 2018
3145177
fix empty space uv coordinates
brnkhy Apr 25, 2018
7d3a966
fix a bug where mid wall segment height calculation was calculated la…
brnkhy Apr 25, 2018
0d44419
fix small texture errors
brnkhy Apr 26, 2018
ec66485
add missing atlas info
brnkhy Apr 26, 2018
89d3df0
fix a wrong atlas info segment
brnkhy Apr 26, 2018
34d1168
fix wrong segments in the realistic atlas info asset
brnkhy Apr 26, 2018
bcf5a65
change atlas and info files
brnkhy Apr 26, 2018
edfd445
fix floating point precision issue which caused final mid layer not c…
brnkhy Apr 26, 2018
fb19445
change code structure to create walls one by one instead of all toget…
brnkhy Apr 27, 2018
fc6f62e
add missing atlas info changes
brnkhy May 2, 2018
ed265e5
fix a calculation error in uv modifier that occasionally breaks roof …
brnkhy May 9, 2018
32076d3
remove auto-calculated properties from atlas info inspector
brnkhy May 9, 2018
c7e09ea
fix a bug where uv modifier uses two wrong vertices to align texture
brnkhy May 11, 2018
c998dc5
fix a bug wheree uv modifier uses wrong vertices to calculate texture…
brnkhy May 11, 2018
224c480
Merge remote-tracking branch 'remotes/origin/roofUvFix' into atlasInf…
brnkhy May 17, 2018
a5d41ad
fix CitySimulator.unity scene to use proper settings
brnkhy May 17, 2018
f2876ef
Merge branch 'atlasInfoRestrictions' of https://github.com/mapbox/map…
brnkhy May 17, 2018
97e5596
Merge branch 'develop' into atlasInfoRestrictions
brnkhy May 24, 2018
e8aafcf
Merge branch 'develop' into atlasInfoRestrictions
abhishektrip May 24, 2018
ee997a3
Fix for normal maps not working.
abhishektrip May 24, 2018
eae2b8e
update realistic buildings textures and atlas info
brnkhy May 24, 2018
b4c4b30
Revert settings files to match develop.
abhishektrip May 24, 2018
ac0a22c
Merge branch 'atlasInfoRestrictions' of github.com:mapbox/mapbox-unit…
abhishektrip May 24, 2018
9290d84
Update changelog
abhishektrip May 24, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions documentation/docs/05-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Added a **Feature Replacement Modifer** that allows replacement of a vector feature at a given Latitude,Longitude with a supplied prefab. Enables replacing a procedurally generated building at a given Latitude,Longitude with a custom 3D model.
- Texturing Style dropdown now allows users to select from prepackaged texture styles or custom, which allows for user-defined texturing.
##### Improvements
- Improvements to UV mapping for side walls of extruded polygons when using atlas textures. Enables better handling of leftover areas when creating columns.
##### Bug Fixes
- Fix issue with UvModifier which caused wrong roof uv positions calculations.
- Fix issue with data fetcher to handle failed connections properly, which caused IndexOutOfRangeException during tile loading/unloading.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -12,174 +12,20 @@ MonoBehaviour:
m_Name: DarkAtlasInfo
m_EditorClassIdentifier:
Textures:
- TextureRect:
serializedVersion: 2
x: 0
y: 0
width: 0.25
height: 0.25
MidFloorCount: 1
ColumnCount: 3
TopSectionRatio: 0.3
BottomSectionRatio: 0.4
PreferredEdgeSectionLength: 40
FloorHeight: 10
FirstFloorHeight: 12
TopFloorHeight: 12
- TextureRect:
serializedVersion: 2
x: 0.25
y: 0
width: 0.25
height: 0.25
MidFloorCount: 1
ColumnCount: 4
TopSectionRatio: 0.3
BottomSectionRatio: 0.4
PreferredEdgeSectionLength: 40
FloorHeight: 10
FirstFloorHeight: 12
TopFloorHeight: 12
- TextureRect:
serializedVersion: 2
x: 0.5
y: 0
width: 0.25
height: 0.25
MidFloorCount: 1
ColumnCount: 5
TopSectionRatio: 0.3
BottomSectionRatio: 0.4
PreferredEdgeSectionLength: 40
FloorHeight: 10
FirstFloorHeight: 12
TopFloorHeight: 12
- TextureRect:
serializedVersion: 2
x: 0.75
y: 0
width: 0.25
height: 0.25
MidFloorCount: 1
ColumnCount: 6
TopSectionRatio: 0.3
BottomSectionRatio: 0.4
PreferredEdgeSectionLength: 40
FloorHeight: 10
FirstFloorHeight: 12
TopFloorHeight: 12
- TextureRect:
serializedVersion: 2
x: 0
y: 0.25
width: 0.25
height: 0.25
MidFloorCount: 1
ColumnCount: 4
TopSectionRatio: 0.3
BottomSectionRatio: 0.4
PreferredEdgeSectionLength: 40
FloorHeight: 10
FirstFloorHeight: 12
TopFloorHeight: 12
- TextureRect:
serializedVersion: 2
x: 0.25
y: 0.25
width: 0.25
height: 0.25
MidFloorCount: 1
ColumnCount: 2
TopSectionRatio: 0.3
BottomSectionRatio: 0.4
PreferredEdgeSectionLength: 40
FloorHeight: 10
FirstFloorHeight: 12
TopFloorHeight: 12
- TextureRect:
serializedVersion: 2
x: 0.5
y: 0.25
width: 0.25
height: 0.25
MidFloorCount: 1
ColumnCount: 1
TopSectionRatio: 0.3
BottomSectionRatio: 0.4
PreferredEdgeSectionLength: 40
FloorHeight: 10
FirstFloorHeight: 12
TopFloorHeight: 12
- TextureRect:
serializedVersion: 2
x: 0.75
y: 0.25
width: 0.25
height: 0.25
MidFloorCount: 1
ColumnCount: 11
TopSectionRatio: 0.3
BottomSectionRatio: 0.4
PreferredEdgeSectionLength: 40
FloorHeight: 10
FirstFloorHeight: 12
TopFloorHeight: 12
- TextureRect:
serializedVersion: 2
x: 0
y: 0.5
width: 0.5
height: 0.5
MidFloorCount: 4
ColumnCount: 1
TopSectionRatio: 0.2
BottomSectionRatio: 0.2
PreferredEdgeSectionLength: 40
FloorHeight: 50
FirstFloorHeight: 12
TopFloorHeight: 12
- TextureRect:
serializedVersion: 2
x: 0.25
y: 0.5
width: 0.25
height: 0.5
MidFloorCount: 4
ColumnCount: 2
TopSectionRatio: 0.2
BottomSectionRatio: 0.2
PreferredEdgeSectionLength: 40
FloorHeight: 50
FirstFloorHeight: 12
TopFloorHeight: 12
- TextureRect:
serializedVersion: 2
x: 0.5
y: 0.5
width: 0.25
height: 0.5
MidFloorCount: 4
ColumnCount: 3
TopSectionRatio: 0.2
BottomSectionRatio: 0.2
PreferredEdgeSectionLength: 40
FloorHeight: 50
FirstFloorHeight: 12
TopFloorHeight: 12
- TextureRect:
serializedVersion: 2
x: 0.75
y: 0.5
width: 0.25
height: 0.5
MidFloorCount: 4
ColumnCount: 4
TopSectionRatio: 0.2
BottomSectionRatio: 0.2
PreferredEdgeSectionLength: 40
FloorHeight: 50
FirstFloorHeight: 12
TopFloorHeight: 12
PreferredEdgeSectionLength: 30
FloorHeight: 18
FirstFloorHeight: 6
TopFloorHeight: 6
Roofs:
- TextureRect:
serializedVersion: 2
Expand Down Expand Up @@ -237,3 +83,4 @@ MonoBehaviour:
FloorHeight: 0
FirstFloorHeight: 0
TopFloorHeight: 0
AtlasEntityType: 0
Loading