-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.html
100 lines (63 loc) · 4.27 KB
/
readme.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
## Blender
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Begin Jekyll SEO tag v2.7.1 -->
<title>Blender Example Land Art | desktop-tutorial</title>
<meta name="generator" content="Jekyll v3.9.0" />
<meta property="og:title" content="Blender Example Land Art" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="GitHub Desktop tutorial repository" />
<meta property="og:description" content="GitHub Desktop tutorial repository" />
<link rel="canonical" href="https://arcanepython.github.io/desktop-tutorial/Tutorial2%20-%20Blender%20fun/" />
<meta property="og:url" content="https://arcanepython.github.io/desktop-tutorial/Tutorial2%20-%20Blender%20fun/" />
<meta property="og:site_name" content="desktop-tutorial" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Blender Example Land Art" />
<script type="application/ld+json">
{"description":"GitHub Desktop tutorial repository","url":"https://arcanepython.github.io/desktop-tutorial/Tutorial2%20-%20Blender%20fun/","@type":"WebPage","headline":"Blender Example Land Art","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" href="/desktop-tutorial/assets/css/style.css?v=82ff93e6b660ef40643c67894a8f5732625edc60">
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1><a href="https://arcanepython.github.io/desktop-tutorial/">desktop-tutorial</a></h1>
<p>GitHub Desktop tutorial repository</p>
<p class="view"><a href="https://github.com/ArcanePython/desktop-tutorial">View the Project on GitHub <small>ArcanePython/desktop-tutorial</small></a></p>
</header>
<section>
<h2 id="blender-example-land-art">Blender Example Land Art</h2>
<p>For MSFS scenery modelling, Blender and 3dsMax are currently the 3d-design programs of choice.</p>
<p>Microsoft Flight Simulator has adopted the glTF format for 3d models in its ModelLib scenery.</p>
<p>https://www.khronos.org/gltf/ (about the format)</p>
<p>https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0 (examples)</p>
<p>For this tutorial, I’ll focus on Blender export.</p>
<p>In order to run exports to glTF in the specific MSFS format, you will need to install the <strong>Blender2MSFS addon</strong>,</p>
<p>https://www.fsdeveloper.com/wiki/index.php?title=Blender2MSFS (info about the addon)</p>
<p>https://www.fsdeveloper.com/forum/resources/blender2msfs-toolkit.256/ (the toolkit with a download link)</p>
<p>https://github.com/flybywiresim/msfs2blender2msfs (another download link latest version)</p>
<p>In Blender, you can model aircraft, aircraft liveries, lights, buildings, street lights, traffic, plants, animals, nature..</p>
<p>E.g. a roof can be modeled, with the Extrude Bevel option,</p>
<p><img src="BlenderFunBevel.JPG?raw=true" alt="Hangar geometry" title="Scenery" /></p>
<p>In Blender, all kinds of fancy Land Art objects can be created, like</p>
<p><img src="43a_OpenBlenderExportFancy.JPG?raw=true" alt="My first land art sculpture in Blender" title="Scenery" /></p>
<p>Blender can also do animated objects. I am not sure if all animated objects can be exported in a working/
state to glTF.</p>
<p><img src="fancyshape2L.blend?raw=true" alt="Click here to download this example scenery for use in Blender" title="Scenery" /></p>
<p><img src="/desktop-tutorial/Tutorial2%20-%20Blender%20fun/fancyshape2L/download/fancyshape2L.zip" alt="<a href="fancyshape2L/download/fancyshape2L.zip">Click here to download this example scenery in MSFS converted format</a>" /></p>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/ArcanePython">ArcanePython</a></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="/desktop-tutorial/assets/js/scale.fix.js"></script>
</body>
</html>