Skip to content
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

Fix surface/flatten tools to work on rotated terrain #436

Closed
wants to merge 412 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
412 commits
Select commit Hold shift + click to select a range
3551efe
VoxelInvoker
Phyronnaz Sep 21, 2017
25d4507
VoxelTools performance debug
Phyronnaz Sep 21, 2017
46425bb
Update README.md
Phyronnaz Sep 22, 2017
dd1a718
Grass (not working well)
Phyronnaz Sep 23, 2017
dca57fe
Merge branch 'master' of https://github.com/Phyronnaz/MarchingCubes
Phyronnaz Sep 23, 2017
fc70e3f
Grass working (with lots of bugs)
Phyronnaz Sep 24, 2017
a2cc951
Invokers fix
Phyronnaz Sep 24, 2017
25c17c9
Box shape function + grid snap function in BP + example usage logic
Sep 24, 2017
97dc1e6
Grass scale + correct deletion
Phyronnaz Sep 24, 2017
1e6efa4
Merge branch 'master' of https://github.com/Slavq/MarchingCubes into …
Phyronnaz Sep 24, 2017
dbdc1a2
Merge branch 'Slavq-master'
Phyronnaz Sep 24, 2017
5867005
Code fix to match the Unreal coding standards
Sep 24, 2017
6faf8da
Merge pull request #16 from Slavq/master
Phyronnaz Sep 24, 2017
a3cc2bc
Multiples grass types
Phyronnaz Sep 24, 2017
899acc2
Merge branch 'master' of https://github.com/Phyronnaz/MarchingCubes
Phyronnaz Sep 24, 2017
65ea817
Grass working with good random generator
Phyronnaz Sep 24, 2017
eedcb7d
Add files via upload
Phyronnaz Sep 25, 2017
347997a
Update README.md
Phyronnaz Sep 25, 2017
a5676d9
Restructuration (Warning: doesn't compile)
Phyronnaz Sep 28, 2017
0eefd61
Merge branch 'master' of https://github.com/Phyronnaz/MarchingCubes
Phyronnaz Sep 28, 2017
2a40828
Reorganization (compiling with crashes)
Phyronnaz Sep 29, 2017
7326791
Working
Phyronnaz Sep 29, 2017
363579e
FVoxelMaterial by default
Phyronnaz Sep 30, 2017
3b3b1b8
Threads working
Phyronnaz Sep 30, 2017
2a36042
Colors fix
Phyronnaz Sep 30, 2017
972b210
FPS + LastOctree
Phyronnaz Sep 30, 2017
05e4cbf
VoxelPart fixed
Phyronnaz Oct 1, 2017
4b9b8a1
Renaming
Phyronnaz Oct 1, 2017
7f57b2b
VoxelModifiers early test
Phyronnaz Oct 1, 2017
4056e1b
VoxelAssets & VoxelModifiers folders
Phyronnaz Oct 1, 2017
f242e1a
AVoxelChunk -> UVoxelChunk
Phyronnaz Oct 1, 2017
e8fdf42
In editor preview
Phyronnaz Oct 1, 2017
9d311a1
VoxelModifiers working
Phyronnaz Oct 1, 2017
340a638
FunnyWorldGenerator
Phyronnaz Oct 1, 2017
e2cbd5b
VoxelGrass custom asset
Phyronnaz Oct 5, 2017
c8c9a05
MaxAngleWithWorldUp
Phyronnaz Oct 5, 2017
13f2706
Only one VoxelWorldEditor
Phyronnaz Oct 5, 2017
1979398
VoxelWorldEditor handled by VoxelWorld
Phyronnaz Oct 5, 2017
17f0cf3
VoxelChunk -> VoxelChunkComponent + no serialization for VoxelChunkCo…
Phyronnaz Oct 5, 2017
2fb2347
VoxelWorldSave compression + Memory leak fixed
Phyronnaz Oct 8, 2017
8fdd319
LandscapeVoxelModifier preview
Phyronnaz Oct 8, 2017
3505d60
SetValueAndMaterialNotThreadSafe
Phyronnaz Oct 9, 2017
c2bf483
Reuse VoxelChunkComponents
Phyronnaz Oct 12, 2017
13eba68
LandscapeVoxelModifier better render & better performance
Phyronnaz Oct 12, 2017
1fc0d62
Disapearing chunks fix
Phyronnaz Oct 12, 2017
8ce85e1
SphereWorldGenerator fix
Phyronnaz Oct 13, 2017
2ce504e
LandscapeVoxelModifier no holes + better multithreading
Phyronnaz Oct 13, 2017
150a28e
SplineVoxelModifiers + SolarSystem fix
Phyronnaz Oct 14, 2017
98e6cf7
Renaming
Phyronnaz Oct 14, 2017
2ba81e8
Splines live edit
Phyronnaz Oct 15, 2017
356f30a
Fixed editor preview glitches
Phyronnaz Oct 15, 2017
71354f6
Better render deletion
Phyronnaz Oct 22, 2017
fc4f4fc
Solar System fix
Phyronnaz Oct 22, 2017
e3ca1bb
VoxelTools tmp fix
Phyronnaz Oct 22, 2017
e4cfe27
Packaging working
Phyronnaz Oct 22, 2017
5c86b84
UVoxelDataAsset
Phyronnaz Oct 23, 2017
5d49dca
VS 2015 Compatibility fix (from Encryption767)
Phyronnaz Oct 25, 2017
ca788e0
TCP sending messages
Phyronnaz Oct 25, 2017
d9e4811
4.18 bug fix
Phyronnaz Oct 25, 2017
7abfd0c
4.18 fix (not working)
Phyronnaz Oct 25, 2017
7119430
Revert "4.18 fix (not working)"
Phyronnaz Oct 26, 2017
0c8a1d7
Revert "4.18 bug fix"
Phyronnaz Oct 26, 2017
543c441
VoxelLandscapeAsset (not working)
Phyronnaz Oct 26, 2017
38f3fc0
Perlin
Phyronnaz Oct 27, 2017
b421738
VoxelLandscapeImporter
Phyronnaz Oct 27, 2017
bde6ec5
Material transition fix
Phyronnaz Oct 27, 2017
3b12d65
Performance improvements (recursive functions -> iterative ones) + Cr…
Phyronnaz Oct 27, 2017
1be49ee
VoxelDataAsset improvements
Phyronnaz Oct 27, 2017
4473d35
VoxelAssets
Phyronnaz Oct 29, 2017
4dceb53
VoxelLandscapeAsset working
Phyronnaz Oct 30, 2017
edfa9fe
LandscapeAsset scale
Phyronnaz Oct 30, 2017
28404e6
VoxelSplineImporter working
Phyronnaz Oct 30, 2017
89eb181
VoxelMeshAsset working
Phyronnaz Oct 30, 2017
53d1687
VoxelMeshImporter working
Phyronnaz Oct 30, 2017
9a3631b
Better VoxelTools for Sphere and Projection
Phyronnaz Oct 30, 2017
9d215de
ImportAsset tool
Phyronnaz Oct 30, 2017
97713c9
Better Content organization
Phyronnaz Oct 30, 2017
a7c503c
FastNoise + fixes
Phyronnaz Oct 31, 2017
b5851b2
Asset colors
Phyronnaz Nov 2, 2017
cf4ec65
Fluids
Phyronnaz Nov 3, 2017
58b9908
3D fluids
Phyronnaz Nov 3, 2017
581df1b
Ambient Occlusion + Polygonizer bug fix
Phyronnaz Nov 6, 2017
41a9b13
Better projection edit
Phyronnaz Nov 6, 2017
02cc2f5
Chunks with collisions have their own thread pool with a higher prior…
Phyronnaz Nov 6, 2017
6e2c67f
Better perlin noise
Phyronnaz Nov 7, 2017
c3d8fc1
Tesselation (with holes)
Phyronnaz Nov 8, 2017
2c66cfe
Better bounding box
Phyronnaz Nov 8, 2017
fe982ed
(nearly) crack free tesselation
Phyronnaz Nov 8, 2017
d85d8a2
Colors crack fix
Phyronnaz Nov 8, 2017
987aaab
Better FlatWorldGenerator
Phyronnaz Nov 9, 2017
72e8129
Multiplayer working
Phyronnaz Nov 9, 2017
70fe1e0
Multiplayer working with more than 2 player
Phyronnaz Nov 9, 2017
347f01f
UI fix
Phyronnaz Nov 9, 2017
02f68f5
LFS + FlatWorld fix
Phyronnaz Nov 10, 2017
2a201c3
LFS
Phyronnaz Nov 10, 2017
5ff7d3f
Remove Plugins/Voxel (preparing for submodule)
Phyronnaz Nov 10, 2017
b393937
Voxel submodule
Phyronnaz Nov 10, 2017
d62dee4
submodules
Phyronnaz Nov 10, 2017
d450837
Revert "submodules"
Phyronnaz Nov 10, 2017
02cff6b
Removed LFS
Phyronnaz Nov 11, 2017
57b5f82
Submodule
Phyronnaz Nov 11, 2017
a5d7aad
Fix M_HighRes
Phyronnaz Nov 11, 2017
9ed2a28
Update README.md
Phyronnaz Nov 11, 2017
98c3ae6
Showcase materials
Phyronnaz Nov 12, 2017
f240dc4
Update README.md
Phyronnaz Nov 12, 2017
600e8ba
Update README.md
Phyronnaz Nov 12, 2017
88512b7
Multiplayer shootout + Rocket
Phyronnaz Nov 19, 2017
875ac07
Update
Phyronnaz Nov 23, 2017
8262de6
Update
Phyronnaz Nov 25, 2017
dd45b58
Update
Phyronnaz Dec 3, 2017
559f490
Update
Phyronnaz Dec 3, 2017
2cccd1b
Update
Phyronnaz Dec 7, 2017
010a115
Update README.md
Phyronnaz Dec 8, 2017
765717a
Update
Phyronnaz Apr 8, 2018
e23479b
Update README.md
Phyronnaz Apr 9, 2018
96cd263
1.1
Phyronnaz Apr 29, 2018
93ba4c6
Merge branch 'master' of github.com:Phyronnaz/VoxelPlugin
Phyronnaz Apr 29, 2018
366815e
Add UIIcons
Phyronnaz Apr 29, 2018
11a7a24
Fix compilation issues
Phyronnaz Apr 29, 2018
d831ddb
1.1.2
Phyronnaz May 4, 2018
3a6ea1c
Update README.md
Phyronnaz May 5, 2018
6d552ef
Update README.md
Phyronnaz May 26, 2018
711812c
Update README.md
Phyronnaz Jun 27, 2018
e6ca96e
Update README.md
Phyronnaz Dec 29, 2018
9bb1141
Update README.md
Phyronnaz Dec 29, 2018
e001910
Update README.md
Phyronnaz Dec 29, 2018
7ac39be
Update README.md
Phyronnaz Dec 29, 2018
3df220c
Update README.md
Phyronnaz Dec 30, 2018
c500000
Update README.md
Phyronnaz Dec 30, 2018
f0d6c08
Update README.md
Phyronnaz Dec 30, 2018
68f3c10
Update
Phyronnaz Dec 30, 2018
3a06506
Sun Jan 6 03:27:01 2019 +0100 Fix voxel graph crash when a macro had …
Phyronnaz Jan 6, 2019
1cbec06
Update README.md
Phyronnaz Jan 6, 2019
215043d
Mon Jan 7 20:08:04 2019 +0100 Add octree compact
Phyronnaz Jan 7, 2019
f5ed706
Merge branch 'master' of github.com:Phyronnaz/VoxelPlugin
Phyronnaz Jan 7, 2019
079306d
Update README.md
Phyronnaz Mar 2, 2019
4fec249
Wed Mar 13 14:07:09 2019 +0100 Fix free version
Phyronnaz Mar 13, 2019
6479a0e
Merge branch 'master' of github.com:Phyronnaz/VoxelPlugin
Phyronnaz Mar 13, 2019
76ca722
Sun Apr 14 23:22:34 2019 +0200 Fix free version
Phyronnaz Apr 14, 2019
a777a9d
Add 4.22
Phyronnaz Apr 14, 2019
f2fa1b4
Update README.md
Phyronnaz Apr 14, 2019
b1367b0
Fix content
Phyronnaz Apr 17, 2019
cbd0dbf
Merge branch 'master' of github.com:Phyronnaz/VoxelPlugin
Phyronnaz Apr 17, 2019
eb64fbb
Tue Apr 23 04:02:59 2019 +0200 ✨Add color constant to voxel graphs
Phyronnaz Apr 23, 2019
c15a5af
Update
Phyronnaz Jan 15, 2020
5e2a84d
Update README.md
Phyronnaz Jan 15, 2020
14649db
Update README.md
Phyronnaz Jan 20, 2020
bd1679a
Update README.md
Phyronnaz Jan 26, 2020
49abc94
Update
Phyronnaz Apr 23, 2020
d8ac154
Update to 36889c177e329911979c0ed53acfcdfe17ae4d74
Phyronnaz Jun 11, 2020
e73f5b5
Update README.md
Phyronnaz Jun 26, 2020
fc2ddcc
Update README.md
Phyronnaz Jul 4, 2020
fcd6a89
Build 8
Phyronnaz Aug 23, 2020
ff70919
Build 9
Phyronnaz Aug 24, 2020
e5dcff1
Build 10
Phyronnaz Aug 24, 2020
dedb684
Build 11
Phyronnaz Aug 25, 2020
ab97e3c
Build 12
Phyronnaz Aug 26, 2020
fd9795d
Build 13
Phyronnaz Aug 27, 2020
1990951
Build 14
Phyronnaz Aug 28, 2020
7b3759a
Build 15
Phyronnaz Aug 29, 2020
e3b4523
Build 16
Phyronnaz Aug 30, 2020
6554d3c
Build 17
Phyronnaz Aug 30, 2020
6ce1213
Build 18
Phyronnaz Aug 30, 2020
a2f4766
Build 19
Phyronnaz Aug 31, 2020
55ed6a1
Build 20
Phyronnaz Aug 31, 2020
c558cdd
Build 21
Phyronnaz Aug 31, 2020
3fc0c79
Build 22
Phyronnaz Sep 1, 2020
e1c3168
Build 23
Phyronnaz Sep 4, 2020
b1e809c
Build 24
Phyronnaz Sep 4, 2020
f5b461f
Build 25
Phyronnaz Sep 4, 2020
aad1274
Build 26
Phyronnaz Sep 5, 2020
5dc8692
Build 27
Phyronnaz Sep 5, 2020
66584db
Build 28
Phyronnaz Sep 5, 2020
16a9bb6
Build 29
Phyronnaz Sep 6, 2020
00acf5a
Build 30
Phyronnaz Sep 7, 2020
487bc37
Build 31
Phyronnaz Sep 7, 2020
53a0efb
Build 32
Phyronnaz Sep 13, 2020
0ff7b6d
Build 33
Phyronnaz Sep 17, 2020
7a58467
Build 34
Phyronnaz Sep 18, 2020
85cfabf
Build 35
Phyronnaz Sep 20, 2020
0834e73
Build 36
Phyronnaz Sep 21, 2020
807805f
Build 37
Phyronnaz Sep 23, 2020
24d1831
Build 38
Phyronnaz Sep 24, 2020
e6bba66
Build 39
Phyronnaz Sep 27, 2020
bd9f0a2
Build 40
Phyronnaz Sep 29, 2020
77b3f83
Build 41
Phyronnaz Oct 3, 2020
bacd0db
Build 42
Phyronnaz Oct 8, 2020
b12a2ea
Build 43
Phyronnaz Oct 12, 2020
873a89e
Build 44
Phyronnaz Oct 12, 2020
77d2f64
Build 45
Phyronnaz Oct 13, 2020
5c78380
Build 46
Phyronnaz Oct 13, 2020
53e4205
Build 47
Phyronnaz Oct 13, 2020
0432afd
Build 48
Phyronnaz Oct 18, 2020
0bab931
Build 49
Phyronnaz Oct 18, 2020
097a6bf
Build 50
Phyronnaz Oct 18, 2020
a83ad16
Build 51
Phyronnaz Oct 19, 2020
4c672b9
Build 52
Phyronnaz Oct 19, 2020
c38b466
Build 53
Phyronnaz Oct 21, 2020
7da70ef
Build 54
Phyronnaz Oct 26, 2020
1a23528
Build 55
Phyronnaz Oct 30, 2020
d49dbdc
Build 56
Phyronnaz Oct 31, 2020
ea1c068
Build 57
Phyronnaz Nov 1, 2020
8967ca4
Build 58
Phyronnaz Nov 1, 2020
3733d34
Build 59
Phyronnaz Nov 2, 2020
e3365f2
Build 61
Phyronnaz Nov 10, 2020
ed82ac0
Build 62
Phyronnaz Nov 20, 2020
7ef900f
Build 63
Phyronnaz Nov 21, 2020
6351b8f
Build 64
Phyronnaz Nov 24, 2020
5d40ceb
Build 65
Phyronnaz Nov 24, 2020
f79568a
Build 66
Phyronnaz Nov 25, 2020
a1d9bce
Build 67
Phyronnaz Nov 25, 2020
4d413e1
Build 69
Phyronnaz Nov 26, 2020
4e0e96b
Build 70
Phyronnaz Nov 26, 2020
6e089f2
Build 71
Phyronnaz Nov 26, 2020
156b575
Build 72
Phyronnaz Nov 28, 2020
b34390c
Build 73
Phyronnaz Nov 30, 2020
357e466
Build 74
Phyronnaz Dec 1, 2020
4673ed8
Build 75
Phyronnaz Dec 4, 2020
8920b00
Build 76
Phyronnaz Dec 6, 2020
59e8479
Build 77
Phyronnaz Dec 7, 2020
b579be6
Build 78
Phyronnaz Dec 7, 2020
da7060d
Build 79
Phyronnaz Dec 8, 2020
80e76b4
Build 80
Phyronnaz Dec 14, 2020
a511971
Build 81
Phyronnaz Dec 19, 2020
37c3f4e
Build 82
Phyronnaz Jan 3, 2021
68f7577
Build 83
Phyronnaz Jan 4, 2021
67493d2
Build 84
Phyronnaz Jan 4, 2021
92be2ff
Build 85
Phyronnaz Jan 5, 2021
77d159b
Build 86
Phyronnaz Jan 5, 2021
6fe537c
Build 87
Phyronnaz Jan 7, 2021
7411035
Build 88
Phyronnaz Jan 20, 2021
a8aaa55
Build 89
Phyronnaz Jan 20, 2021
b2515ef
Build 90
Phyronnaz Jan 20, 2021
b16f773
Build 91
Phyronnaz Jan 21, 2021
0e36442
Build 92
Phyronnaz Jan 22, 2021
64dbf5a
Build 93
Phyronnaz Jan 22, 2021
abcd6e7
Build 94
Phyronnaz Jan 22, 2021
7a2cecc
Build 95
Phyronnaz Jan 23, 2021
8dc05cb
Build 96
Phyronnaz Jan 23, 2021
77dd085
Build 97
Phyronnaz Jan 23, 2021
39fb0fa
Build 98
Phyronnaz Jan 30, 2021
a6dc273
Build 99
Phyronnaz Jan 30, 2021
d0f8640
Fix build on macOS/clang
holvonixAdvay Feb 14, 2021
1deac52
Merge pull request #388 from holvonix-misc/master
Phyronnaz Apr 1, 2021
a9a7fc9
Build 104
Phyronnaz May 26, 2021
e83df37
Build 105
Phyronnaz May 27, 2021
e0a6545
Build 106
Phyronnaz May 30, 2021
34bf947
Build 107
Phyronnaz Jun 2, 2021
cd33102
Build 108
Phyronnaz Jun 8, 2021
3230565
Fix surface/flatten tools to work on rotated terrain
zcanann Dec 20, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Build
Binaries
DerivedDataCache
Intermediate
Saved
.vs
.vscode
*.VC.db
*.opensdf
*.opendb
*.sdf
*.sln
*.suo
*.xcodeproj
*.xcworkspace
Documentation
.idea/
464 changes: 464 additions & 0 deletions Config/BaseVoxelFree.ini

Large diffs are not rendered by default.

Empty file removed Config/DefaultEditor.ini
Empty file.
53 changes: 0 additions & 53 deletions Config/DefaultEngine.ini

This file was deleted.

6 changes: 0 additions & 6 deletions Config/DefaultGame.ini

This file was deleted.

464 changes: 464 additions & 0 deletions Config/DefaultVoxelFree.ini

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions Config/FilterPlugin.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[FilterPlugin]
/Config/
/Content/
/Resources/
/Shaders/
/Source/
/LICENSE.txt
/README.md
Binary file removed Content/Basic.uasset
Binary file not shown.
Binary file added Content/Blueprints/VoxelFunctionLibrary.uasset
Binary file not shown.
Binary file added Content/Blueprints/VoxelMacroLibrary.uasset
Binary file not shown.
Binary file added Content/Blueprints/VoxelSpline.uasset
Binary file not shown.
Binary file added Content/Debug/VP_StressTestPawn.uasset
Binary file not shown.
Binary file added Content/Editor/AssetIcons/DataAsset_16x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Content/Editor/AssetIcons/DataAsset_64x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Content/Editor/AssetIcons/Generator_16x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Content/Editor/AssetIcons/Generator_64x.pdn
Binary file not shown.
Binary file added Content/Editor/AssetIcons/Generator_64x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Content/Editor/AssetIcons/Import_16x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Content/Editor/AssetIcons/Import_64x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Content/Editor/AssetIcons/Landscape_16x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Content/Editor/AssetIcons/Landscape_64x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Content/Editor/AssetIcons/VoxelAsset_16x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Content/Editor/AssetIcons/VoxelAsset_64x.pdn
Binary file not shown.
Binary file added Content/Editor/AssetIcons/VoxelAsset_64x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Content/Editor/AssetIcons/VoxelGraph_16x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Content/Editor/AssetIcons/VoxelGraph_64x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Content/Editor/AssetIcons/World_16x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Content/Editor/AssetIcons/World_64x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Content/Editor/UIIcons/InvertDataAsset_16x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Content/Editor/UIIcons/InvertDataAsset_40x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Content/Editor/UIIcons/Tools/FlattenTool_40.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Content/Editor/UIIcons/Tools/LevelTool_40.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Content/Editor/UIIcons/Tools/MeshTool_40.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Content/Editor/UIIcons/Tools/RevertTool_40.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Content/Editor/UIIcons/Tools/SmoothTool_40.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Content/Editor/UIIcons/Tools/SphereTool_40.png
Binary file added Content/Editor/UIIcons/Tools/SurfaceTool_40.png
Binary file added Content/Editor/UIIcons/Tools/TrimTool_40.png
Binary file added Content/Editor/UIIcons/mode_40.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Content/Examples/RuntimeCopyPaste.uasset
Binary file not shown.
Binary file added Content/Examples/RuntimeMeshImportExample.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Content/Examples/Shared/M_Shovel.uasset
Binary file not shown.
Binary file added Content/Examples/Shared/Shovel.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Content/Examples/Shared/fork.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Content/Examples/VoxelDefaultBrushMask.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading