Skip to content

Commit adf559b

Browse files
committed
update quick style page
1 parent 80366f1 commit adf559b

File tree

7 files changed

+64
-13
lines changed

7 files changed

+64
-13
lines changed

me/docs/img/celshaded.png

2.53 MB
Loading

me/docs/img/defaultstyle.png

2.16 MB
Loading

me/docs/img/illustrative.png

-259 KB
Loading

me/docs/img/shiny.png

2.59 MB
Loading

me/docs/img/shiny_dof.png

1.11 MB
Loading

me/docs/img/shiny_illustrative.png

2.48 MB
Loading

me/docs/quick-styles/index.html

Lines changed: 64 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@
325325
</li>
326326

327327
<li class="md-nav__item">
328-
<a href="#stylized" class="md-nav__link">
329-
Stylized
328+
<a href="#cel-shaded" class="md-nav__link">
329+
Cel-shaded
330330
</a>
331331

332332
</li>
@@ -336,6 +336,27 @@
336336
Illustrative
337337
</a>
338338

339+
</li>
340+
341+
<li class="md-nav__item">
342+
<a href="#shiny" class="md-nav__link">
343+
Shiny
344+
</a>
345+
346+
</li>
347+
348+
<li class="md-nav__item">
349+
<a href="#shiny-illustrative" class="md-nav__link">
350+
Shiny-Illustrative
351+
</a>
352+
353+
</li>
354+
355+
<li class="md-nav__item">
356+
<a href="#shiny-dof" class="md-nav__link">
357+
Shiny-DOF
358+
</a>
359+
339360
</li>
340361

341362
</ul>
@@ -406,8 +427,8 @@
406427
</li>
407428

408429
<li class="md-nav__item">
409-
<a href="#stylized" class="md-nav__link">
410-
Stylized
430+
<a href="#cel-shaded" class="md-nav__link">
431+
Cel-shaded
411432
</a>
412433

413434
</li>
@@ -417,6 +438,27 @@
417438
Illustrative
418439
</a>
419440

441+
</li>
442+
443+
<li class="md-nav__item">
444+
<a href="#shiny" class="md-nav__link">
445+
Shiny
446+
</a>
447+
448+
</li>
449+
450+
<li class="md-nav__item">
451+
<a href="#shiny-illustrative" class="md-nav__link">
452+
Shiny-Illustrative
453+
</a>
454+
455+
</li>
456+
457+
<li class="md-nav__item">
458+
<a href="#shiny-dof" class="md-nav__link">
459+
Shiny-DOF
460+
</a>
461+
420462
</li>
421463

422464
</ul>
@@ -438,17 +480,26 @@
438480

439481
<h1>Quick Styles</h1>
440482

441-
<div><p>Added a Quick Styles panel to #ME to quickly apply styles: default, stylized, illustrative.</p>
483+
<div><p>The Quick Styles panel in #ME allows users to swiftly apply different styles to their representations. Below are the available styles and their effects:</p>
442484
<h2 id="default">Default</h2>
443-
<p>Applies default representation preset. Set outline and occlusion effects to defaults.</p>
444-
<p><img alt="default" src="../img/default.png"></p>
445-
<h2 id="stylized">Stylized</h2>
446-
<p>Applies no representation preset. Enables outline and occlusion effects. Enables ignore-light representation parameter.</p>
447-
<p><img alt="stylized" src="../img/dofstyle.png"></p>
485+
<p>Applies the default representation preset. Sets outline and occlusion effects to their default values.</p>
486+
<p><img alt="default" src="../img/defaultstyle.png"></p>
487+
<h2 id="cel-shaded">Cel-shaded</h2>
488+
<p>Applies a cel-shaded or toon shading effect. Removes outline, increases lighting intensity, and enhances occlusion intensity.</p>
489+
<p><img alt="Cel-shaded" src="../img/celshaded.png"></p>
448490
<h2 id="illustrative">Illustrative</h2>
449-
<p>Applies illustrative representation preset. Enables outline and occlusion effects. Enables ignore-light parameter.</p>
450-
<p>Quickest way to emulate @dsgoodsell`s iconic illustrative style in #molstar.</p>
451-
<p><img alt="illustrative" src="../img/illustrative.png"></p></div>
491+
<p>Applies the illustrative representation preset. Enables outline and occlusion effects. Enables ignore-light parameter.</p>
492+
<p>Quickest way to emulate @dsgoodsell`s coloring style.</p>
493+
<p><img alt="illustrative" src="../img/illustrative.png"></p>
494+
<h2 id="shiny">Shiny</h2>
495+
<p>Adds a glossy finish to the sphere rendering. </p>
496+
<p><img alt="shiny" src="../img/shiny.png"></p>
497+
<h2 id="shiny-illustrative">Shiny-Illustrative</h2>
498+
<p>Combines a glossy finish with the illustrative color option.</p>
499+
<p><img alt="shiny-illustrative" src="../img/shiny_illustrative.png"></p>
500+
<h2 id="shiny-dof">Shiny-DOF</h2>
501+
<p>Adds gloss and enables the Depth of Field (DOF) effect, focusing on the camera's current target center.</p>
502+
<p><img alt="shiny-dof" src="../img/shiny_dof.png"></p></div>
452503

453504

454505

0 commit comments

Comments
 (0)