-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
604 lines (518 loc) · 34.3 KB
/
index.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>learnthing</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="images/Design 1.png">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
</head>
<body>
<ul class="nav nav-pills mb-3" id="pills-tab" role="tablist">
<li class="nav-item" role="presentation">
<button class="nav-link active" id="pills-home-tab" data-bs-toggle="pill" data-bs-target="#pills-home" type="button" role="tab" aria-controls="pills-home" aria-selected="true">HOME</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="pills-profile-tab" data-bs-toggle="pill" data-bs-target="#pills-profile" type="button" role="tab" aria-controls="pills-profile" aria-selected="false">LEARN</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="pills-contact-tab" data-bs-toggle="pill" data-bs-target="#pills-contact" type="button" role="tab" aria-controls="pills-contact" aria-selected="false">CONTRIBUTE</button>
</li>
</ul>
<div class="tab-content" id="pills-tabContent">
<div class="tab-pane fade show active" id="pills-home" role="tabpanel" aria-labelledby="pills-home-tab" tabindex="0">
<div class="card text-center">
<div class="card-header">
Explore a Universe of 3D Models
</div>
<div class="card-body" id="navbar-example2" style="background-image: url('https://science.nasa.gov/wp-content/uploads/2023/09/Sun_Emits_Flare.jpeg?w=1280&format=webps://science.nasa.gov/wp-content/uploads/2024/07/hubble-ngc3430-potw2430a.jpg?w=1280&format=webp'); background-size: cover;">
<h1 class="text-white">3D EXOPLANETS ARCHIVE</h1>
<p class="card-text text-white">
lets create and Explore our own universe
</p>
<a class="btn btn-primary" href="#scrollspyHeading1">Explore Achive</a>
</div>
<div class="card-footer text-body-secondary">
Download models for personal or educational projects – the possibilities are endless!
</div>
</div>
<div id="carouselExampleAutoplaying" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="card text-bg-dark">
<img src="https://science.nasa.gov/wp-content/uploads/2023/06/1795-1585-what-is-exoplanet-banner-jpg.webp?w=1280&format=webp" class="card-img" alt="...">
<div class="card-img-overlay">
<h3>Our mission is to:</h3>
<font size="4"><ul>
<li>Create a centralized repository for free, open-source 3D models of exoplanets.</li>
<li>Foster a collaborative community of exoplanet enthusiasts and 3D modelers.</li>
<li>Promote education and understanding of exoplanetary science.</li>
</ul>
</font>
</div>
</div>
</div>
<div class="carousel-item">
<div class="card text-bg-dark">
<img src="https://science.nasa.gov/wp-content/uploads/2023/06/1795-1585-what-is-exoplanet-banner-jpg.webp?w=1280&format=webp" class="card-img" alt="...">
<div class="card-img-overlay">
<h3>We achieve this by:</h3>
<ul>
<li>Providing a platform for users to upload and download 3D models.</li>
<li>Offering educational resources on exoplanets and 3D modeling.</li>
<li>Encouraging citizen science contributions through data visualization and analysis.</li>
</ul>
</div>
</div>
</div>
<div class="carousel-item">
<div class="card text-bg-dark">
<img src="https://science.nasa.gov/wp-content/uploads/2023/06/1795-1585-what-is-exoplanet-banner-jpg.webp?w=1280&format=webp" class="card-img" alt="...">
<div class="card-img-overlay">
<h3>Join us:</h3>
<ul>
<li>
We're passionate about exploring the cosmos and sharing the wonders of exoplanets with the world.
</li>
<li>
By joining our community, you'll be part of a global effort to explore the universe and share your discoveries with others.
</li>
</ul>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleAutoplaying" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleAutoplaying" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<h1 id="scrollspyHeading1" ></h1>
<div class="alert alert-info" role="alert">
<h4>upload and download Features have not been implement <br>for upload send to <strong>"[email protected]"</strong><br>for download go an github, search for the learnthings.earth repository then check for the folder called blend files</h4>
</div>
<div class="row row-cols-1 row-cols-md-3 g-4">
<div class="col">
<div class="card h-100">
<img src="https://eyes.nasa.gov/apps/exo/assets/image/thumbnail/exoplanet/hd-17156-b-list.webp" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">11 Com b</h5>
<p class="card-text">
Host Name: 11 Com <br>
Discovery Method: Radial Velocity <br>
Discovery Year: 2007
</p>
<a href="#" class="btn btn-primary">download</a>
<a href="#" class="btn btn-primary">glTF view</a>
<a href="https://science.nasa.gov/exoplanet-catalog/11-comae-berenices-b/" class="btn btn-primary">more</a>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<img src="https://static.wikia.nocookie.net/the-universe-of-the-universe/images/6/67/1RXS_J160929.1-210524_b.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">1RXS J160929.1-210524 b</h5>
<p class="card-text">
Host Name: 1RXS J160929.1-210524<br>
Discovery Method: Imaging<br>
Discovery Year: 2008
</p>
<a href="#" class="btn btn-primary">download</a>
<a href="#" class="btn btn-primary" id="liveAlertBtn">glTF view</a>
<a href="https://the-universe-of-the-universe.fandom.com/wiki/1RXS_J160929.1-210524_b" class="btn btn-primary">more</a>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRD5Uz9S5TCSN4SWgo2i5Rm452dIUcmekbM-w&s" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">24 Sex c</h5>
<p class="card-text">
Host Name: 24 Sex <br>
Discovery Method: Radial Velocity <br>
Discovery Year: 2010
</p>
<a href="#" class="btn btn-primary">download</a>
<a href="#" class="btn btn-primary">glTF view</a>
<a href="https://science.nasa.gov/exoplanet-catalog/24-sextantis-c/" class="btn btn-primary">more</a>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<img src="https://upload.wikimedia.org/wikipedia/commons/4/4f/47_Ursae_Majoris_b_v4.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">47 UMa b</h5>
<p class="card-text">
Host Name: 47 UMa<br>
Discovery Method: Radial Velocity <br>
Discovery Year: 1996
</p>
<a href="#" class="btn btn-primary">download</a>
<a href="#" class="btn btn-primary">glTF view</a>
<a href="https://science.nasa.gov/exoplanet-catalog/47-ursae-majoris-b/" class="btn btn-primary">more</a>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<img src="https://static.wikia.nocookie.net/the-universe-of-the-universe/images/6/67/1RXS_J160929.1-210524_.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title placeholder-glow">
<span class="placeholder col-6">l</span>
</h5>
<p class="card-text placeholder-glow">
<span class="placeholder col-7"></span>
<span class="placeholder col-4"></span>
<span class="placeholder col-4"></span>
<span class="placeholder col-6"></span>
<span class="placeholder col-8"></span>
</p>
<a class="btn btn-primary disabled placeholder col-6" aria-disabled="true">download</a>
<a href="#" class="btn btn-primary" aria-disabled="true">glTF view</a>
<a href="#" class="btn btn-primary" aria-disabled="true">more</a>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="pills-profile" role="tabpanel" aria-labelledby="pills-profile-tab" tabindex="0">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-4">
<div class="card
mb-3">
<img src="images/Design 1.png" class="card-img-top" alt="Card Image">
<div class="card-body">
<h5 class="card-title">ABOUT US</h5>
<p class="card-text">
<h3>Our mission is to:</h3>
<ul>
<li>Create a centralized repository for free, open-source 3D models of exoplanets.</li>
<li>Foster a collaborative community of exoplanet enthusiasts and 3D modelers.</li>
<li>Promote education and understanding of exoplanetary science.</li>
</ul>
<h3>We achieve this by:</h3>
<ul>
<li>Providing a platform for users to upload and download 3D models.</li>
<li>Offering educational resources on exoplanets and 3D modeling.</li>
<li>Encouraging citizen science contributions through data visualization and analysis.</li>
</ul>
<p>By joining our community, you'll be part of a global effort to explore the universe and share your discoveries with others.</p>
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-3">
<img src="https://images.squarespace-cdn.com/content/v1/55a676ebe4b0e7324c26d410/4d172675-4782-4cb5-9fff-de484d13dfaa/2024terrexo2.5.jpg?format=1500w"
class="card-img-top" alt="Card Image">
<div class="card-body">
<h5 class="card-title">EXOPLANETS</h5>
<p class="card-text">
<h3>Why Are Exoplanets So Exciting?</h3>
<ul>
<li><strong>Diversity:</strong> Exoplanets come in a wide variety of sizes, compositions, and orbital configurations. Some are gas giants larger than Jupiter, while others are small, rocky worlds like Earth.</li>
<li><strong>Habitability:</strong> The search for exoplanets is closely tied to the search for extraterrestrial life. Scientists are particularly interested in finding planets that could potentially support life, such as those with liquid water and a suitable atmosphere.</li>
<li><strong>Planetary Formation:</strong> Studying exoplanets can help us better understand the processes involved in planetary formation and evolution.</li>
<li><strong>Astrobiology:</strong> Exoplanets offer a unique opportunity to study the conditions under which life may arise and evolve elsewhere in the universe.</li>
</ul>
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-3">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/3c/Logo_Blender.svg/512px-Logo_Blender.svg.png"
class="card-img-top" alt="Card Image">
<div class="card-body">
<h5 class="card-title">3D MODELLING</h5>
<ul>
Blender is a free open-source 3D graphics editing software that can be used by everyone from professionals to absolute beginers
we choose to use Blender as the make software because its free, easy to learn and has a good community <br>
SIMPLE STEPS INVOLVED
<li>
deleting the cube
</li>
<li> add the sphere</li>
<li>unwrap it </li>
<li>cover it with a 2D texture</li>
<li>add a bamp map (advanced)</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<hr>
<hr>
<div>
<h1>3D EXOPLANETS ARCHIVE</h1>
We're passionate about exploring the cosmos and sharing the wonders of exoplanets with the world.
<div class="accordion" id="accordionExample">
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
<h2>Our Mission</h2>
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show" data-bs-parent="#accordionExample">
<div class="accordion-body">
<ul>
<li>Create a comprehensive repository of free, high-quality 3D models of exoplanets, allowing users to visualize these distant worlds in stunning detail.</li>
<li>Foster a collaborative community of exoplanet enthusiasts, astronomers, educators, and 3D artists who share a passion for exploring the cosmos.</li>
<li>Promote education and understanding of exoplanetary science by providing accessible resources, inspiring creative projects, and encouraging citizen science initiatives.</li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
<h2>What We Do</h2>
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
<div class="accordion-body">
<ul>
<li>Provide a user-friendly platform where users can easily upload, download, and share 3D models of exoplanets.</li>
<li>Offer a wide range of educational resources, including tutorials, articles, and interactive tools, to help users learn about exoplanets and 3D modeling.</li>
<li>Encourage citizen science contributions by providing access to NASA's open-source exoplanet data and tools for creating visualizations and analyzing data.</li>
<li>Support creative projects that utilize our 3D models, such as educational materials, artistic installations, and video games.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div>
<hr>
<hr>
<h1>EXOPLANETS</h1>
<h5>Exoplanets: A Universe Beyond Our Own</h5>
<p>Exoplanets, or extrasolar planets, are planets that orbit stars outside of our solar system. The first confirmed exoplanet was discovered in 1992, and since then, thousands more have been identified.</p>
<div class="accordion" id="accordionExample">
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
<h2>How Are Exoplanets Discovered?</h2>
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>There are several methods used to detect exoplanets:</p>
<ul>
<li><strong>Transit Method:</strong> This involves observing the star's brightness and looking for periodic dips caused by a planet passing in front of it.</li>
<li><strong>Radial Velocity Method:</strong> This method measures the star's wobble caused by the gravitational pull of an orbiting planet.</li>
<li><strong>Direct Imaging:</strong> This involves taking images of the exoplanet itself, which is challenging due to the faint light it emits compared to its star.</li>
<li><strong>Microlensing:</strong> This occurs when a star passes in front of another star, magnifying the light from the background star. If a planet is orbiting the foreground star, it can cause a brief brightening of the background star's light.</li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
<h2>The Future of Exoplanet Research</h2>
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>With advancements in technology, scientists are continuing to discover new exoplanets and learn more about their properties. Future missions, such as the James Webb Space Telescope, promise to revolutionize our understanding of these distant worlds and the potential for life beyond Earth.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
<i><h4>Video Playlist </h4></i>
</button>
</h2>
<div id="collapseThree" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
<div class="accordion-body">
<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?si=zsgHjPJqzE45TlO5&list=PL8dPuuaLjXtPAJr1ysd5yGIyiSFuh0mIL" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/evUfG3lrk5U?si=xXN3lZ-l7aa2GvwJ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
<hr>
<hr>
<div>
<h1>3D MODELLING</h1>
<div class="accordion" id="accordionExample">
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
<h2>3D Modeling for Beginners: A Guide to Creating Exoplanets</h2>
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show" data-bs-parent="#accordionExample">
<div class="accordion-body">
<h5>1. Understanding Exoplanets</h5>
<ul>
<li><strong>Research:</strong> Gather information about the exoplanet you want to model, including its size, composition, atmosphere, and any known surface features.</li>
<li><strong>Reference Images:</strong> Collect reference images of planets, moons, and celestial bodies that resemble your exoplanet to inspire your design.</li>
</ul>
<h5>2. Setting Up Blender</h5>
<ul>
<li><strong>Interface:</strong> Familiarize yourself with Blender's interface, including the 3D View, Properties panel, Outliner, and Timeline.</li>
<li><strong>Add-ons:</strong> Install relevant add-ons like "Add Mesh: Mathematical Shapes" for creating basic geometric shapes.</li>
</ul>
<h5>3. Creating the Basic Shape</h5>
<ul>
<li><strong>Sphere Primitive:</strong> Use the "Add" menu (Shift+A) to add a sphere primitive as the base for your exoplanet.</li>
<li><strong>Scaling:</strong> Adjust the sphere's size to match your exoplanet's dimensions using the "Scale" tool (S).</li>
<li><strong>Subdivision Surface Modifier:</strong> Apply the Subdivision Surface modifier to smooth the sphere's surface and add detail.</li>
</ul>
<h5>4. Adding Surface Features</h5>
<ul>
<li><strong>Sculpting:</strong> Use Blender's sculpting tools to add craters, mountains, valleys, and other surface features. Experiment with different brushes and sculpting techniques.</li>
<li><strong>Displacement Mapping:</strong> If you have a heightmap of your exoplanet's surface, use displacement mapping to add detailed terrain.</li>
<li><strong>Procedural Textures:</strong> Create procedural textures like noise or marble to add variation and texture to the surface.</li>
</ul>
<h5>5. Creating an Atmosphere</h5>
<ul>
<li><strong>Emission Shader:</strong> Assign an emission shader to a sphere slightly larger than your exoplanet to represent the atmosphere.</li>
<li><strong>Color and Opacity:</strong> Adjust the emission shader's color and opacity to create a realistic atmospheric effect.</li>
<li><strong>Noise Texture:</strong> Add a noise texture to the emission shader to create atmospheric variations and clouds.</li>
</ul>
<h5>6. Adding Lighting and Rendering</h5>
<ul>
<li><strong>Sun Light:</strong> Create a sun light source to illuminate your exoplanet. Adjust its position, intensity, and color to achieve the desired lighting effect.</li>
<li><strong>Environment Texture:</strong> Use an environment texture to simulate the background space and add realistic lighting.</li>
<li><strong>Rendering:</strong> Choose a suitable render engine (e.g., Cycles, Eevee) and adjust render settings like resolution, samples, and denoising to achieve the desired output quality.</li>
</ul>
<h5>7. Exporting and Sharing</h5>
<ul>
<li><strong>File Formats:</strong> Export your model in a format like FBX, OBJ, or GLTF for compatibility with other 3D software or online platforms.</li>
<li><strong>Sharing:</strong> Share your model with the community on platforms like Sketchfab, ArtStation, or the 3dexoplanetarchive.earth.</li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
<h2>Why We Recommend Blender Versions 2.8 to 2.79</h2>
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>Blender has undergone significant improvements in its user interface and functionality from version 2.8 onwards. Here are some compelling reasons to choose these versions:</p> <ul> <li><strong>User-Friendly Interface:</strong> Blender 2.8 introduced a completely revamped user interface, making it more intuitive and accessible for beginners and experienced users alike. The streamlined layout helps new users find tools quickly, reducing the learning curve.</li> <li><strong>Real-Time Rendering with Eevee:</strong> Blender 2.8 introduced the Eevee render engine, enabling real-time rendering capabilities. This feature allows artists to visualize their projects instantly, making the creative process faster and more efficient.</li> <li><strong>Enhanced Modeling Tools:</strong> The modeling tools in Blender 2.8 are more powerful and user-friendly, offering better sculpting, texturing, and shading options compared to earlier versions. This enhancement allows for more detailed and realistic 3D models.</li> <li><strong>Improved Grease Pencil:</strong> For those interested in 2D animation, the Grease Pencil tool in Blender 2.8 allows for drawing directly in 3D space, combining the best of both worlds and opening up new creative possibilities.</li> <li><strong>Community and Support:</strong> As Blender continues to evolve, the community around it has also grown. Users of versions 2.8 and later benefit from extensive online tutorials, forums, and resources that help with learning and troubleshooting.</li> </ul> <p>While Blender 2.79 is still a capable version, moving to 2.8 or later opens the door to a wealth of new features and improvements that can enhance your 3D modeling experience. Embrace the future of 3D modeling with Blender!</p></div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
<i><h4>Video Playlist </h4></i>
</button>
</h2>
<div id="collapseThree" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
<div class="accordion-body">
<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?si=tqyzncEaUQRZxIh1&list=PLa1F2ddGya_-UvuAqHAksYnB0qL9yWDO6" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="pills-contact" role="tabpanel" aria-labelledby="pills-contact-tab" tabindex="0">
<div >
<h2>The Advantages of Contributing to Open-Source Projects</h2>
<p>Skill Development: Open-source projects provide opportunities to learn new technologies, improve coding practices, and gain hands-on experience.
Networking: Collaborating with developers from around the world can expand your professional network and introduce you to potential mentors or future colleagues.
Career Advancement: Contributions to open-source projects can enhance your resume and demonstrate your technical skills to potential employers.
Sense of Accomplishment: Seeing your work used and appreciated by others can be incredibly fulfilling.
Giving Back to the Community: Contributing to open-source projects helps to foster a collaborative and supportive community within the tech industry.</p>
<div class="alert alert-info" role="alert">
<h4>upload and download Features have not been implement <br>for upload send to <strong>"[email protected]"</strong><br>for download go an github, search for the learnthings.earth repository then check for the folder called blend files</h4>
</div>
</div>
<br>
<br>
<br>
<div class="card">
<div class="card-body">
<div class="input-group flex-nowrap">
<span class="input-group-text" id="addon-wrapping">@</span>
<input type="text" class="form-control" placeholder="Username" aria-label="Username" aria-describedby="addon-wrapping">
</div>
<div class="input-group mb-3">
<input type="file" class="form-control" id="inputGroupFile02">
<label class="input-group-text" for="inputGroupFile02">Upload</label>
</div>
This is some text within a card body.
</div>
<br>
<div class="card">
<div class="card-body">
<div class="input-group flex-nowrap">
<span class="input-group-text" id="addon-wrapping">@</span>
<input type="text" class="form-control" placeholder="Username" aria-label="Username" aria-describedby="addon-wrapping">
</div>
<div class="input-group mb-3">
<div class="input-group-text">
<input class="form-check-input mt-0" type="checkbox" value="" aria-label="Checkbox for following text input">
</div>
<input type="text" class="form-control" aria-label="Text input with checkbox">
</div>
<div class="input-group">
<div class="input-group-text">
<input class="form-check-input mt-0" type="radio" value="" aria-label="Radio button for following text input">
</div>
<input type="text" class="form-control" aria-label="Text input with radio button">
</div>
</div>
</div>
<br>
<div class="input-group">
<span class="input-group-text">With textarea</span>
<textarea class="form-control" aria-label="With textarea"></textarea>
</div>
This is some text within a card body.
</div>
</div>
</div>
</div>
</div>
<div class="d-grid gap-2 col-6 mx-auto">
<button class="btn btn-primary" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasBottom" aria-controls="offcanvasBottom">UPLOAD A BLEND FILE</button>
</div>
<div class="offcanvas offcanvas-bottom" tabindex="-1" id="offcanvasBottom" aria-labelledby="offcanvasBottomLabel">
<h5 class="offcanvas-title" id="offcanvasBottomLabel">UPLOAD A BLEND FILE OF AN EXOPLANET MODEL</h5>
<div class="input-group flex-nowrap">
<span class="input-group-text" id="addon-wrapping">@</span>
<input type="text" class="form-control" placeholder="spaceappschallenge Username" aria-label="Username" aria-describedby="addon-wrapping">
</div>
<div class="input-group">
<span class="input-group-text">about the EXOPLANET</span>
<textarea class="form-control" aria-label="With textarea" placeholder="paste"></textarea>
</div>
<div class="input-group mb-3">
<input type="file" class="form-control" id="inputGroupFile02">
<label class="input-group-text" for="inputGroupFile02">Upload</label>
</div>
<div class="accordion" id="accordionExample">
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<footer class="container-fluid mt-auto bg-light">
<div class="row">
<div class="col text-center py-3">
<p>© 2024 CRANES IN SPACE</p>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy" crossorigin="anonymous"></script>
</body>
</html>