|
@@ -0,0 +1,206 @@
|
|
|
|
+<!DOCTYPE html>
|
|
|
|
+<html lang="en-us">
|
|
|
|
+
|
|
|
|
+<head>
|
|
|
|
+ <meta charset="UTF-8">
|
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
+
|
|
|
|
+ <title>jMonkeyEngine</title>
|
|
|
|
+
|
|
|
|
+ <meta name="description" content="A cross-platform game engine for adventurous Java developers.">
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <link rel="stylesheet" href="/css/custom.css">
|
|
|
|
+ <link rel="stylesheet" href="/lib/fomantic/semantic.min.css">
|
|
|
|
+ <link rel="stylesheet" href="/lib/blueimp-gallery/2.35.0/css/blueimp-gallery.min.css" />
|
|
|
|
+
|
|
|
|
+ <script src="/js/jquery.min.js"></script>
|
|
|
|
+ <script src="/lib/fomantic/semantic.min.js"></script>
|
|
|
|
+ <script src="/lib/blueimp-gallery/2.35.0/js/blueimp-gallery.min.js" defer></script>
|
|
|
|
+ <script src="/js/custom.js" defer></script>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <link rel="alternate" type="application/rss+xml" href="/tags/graphics/index.xml" title="jMonkeyEngine">
|
|
|
|
+
|
|
|
|
+</head>
|
|
|
|
+
|
|
|
|
+<body>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+<header>
|
|
|
|
+
|
|
|
|
+ <div class="ui stackable inverted secondary menu" style="background-color: #222222;">
|
|
|
|
+ <div class="ui container">
|
|
|
|
+ <div class="item">
|
|
|
|
+ <a href="/"><img class="ui image" src="/images/jme-logo.png"/></a>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <a class="item" id="Blog" href="/blog/">Blog</a>
|
|
|
|
+
|
|
|
|
+ <a class="item" id="Documentation" href="/docs/">Documentation</a>
|
|
|
|
+
|
|
|
|
+ <a class="item" id="License" href="/license/">License</a>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <a class="item" href="https://hub.jmonkeyengine.org">Community</a>
|
|
|
|
+ <a class="item" href="https://jmonkeystore.com">Store</a>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <div class="right menu">
|
|
|
|
+
|
|
|
|
+ <a class="item" href="https://github.com/jMonkeyEngine/jmonkeyengine" id="git-menu-item"><i class="github icon"></i>Github</a>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <a href="https://discord.gg/JdjhsRw" class="item" id="discord-menu-item"><i class="discord icon"></i>Discord</a>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+</header>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <main>
|
|
|
|
+
|
|
|
|
+ <div>
|
|
|
|
+ <h1>graphics</h1>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <div class="ui raised segments">
|
|
|
|
+ <div class="ui green segment">
|
|
|
|
+ <table class="ui very basic compact table">
|
|
|
|
+ <tbody>
|
|
|
|
+ <tr>
|
|
|
|
+
|
|
|
|
+ <td>
|
|
|
|
+ <a href="https://jmonkeyengine.org/showcase/pbr_tutorial/">
|
|
|
|
+ <h2 class="ui header">PBR Tutorial</h2>
|
|
|
|
+ </a>
|
|
|
|
+ </td>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <td class="collapsing">
|
|
|
|
+ 21 October 2019
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ </tbody>
|
|
|
|
+ </table>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="ui segment">
|
|
|
|
+
|
|
|
|
+ <div class="ui two column stackable grid">
|
|
|
|
+
|
|
|
|
+ <div class="column">
|
|
|
|
+ <img class="ui fluid image" src="/images/showcase/pbr_tutorial/main-image.jpg"></a>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="column">
|
|
|
|
+ A continuing YouTube series helping users take leap from using the regular Lighting.j3md material to PbrLighting.j3md.
|
|
|
|
+First part of my tutorial series in which I explain how to use jmonkeyengine’s Physically Based Rendering pipeline. Intended for people who already understand how to use the regular Lighting.j3md shader, but have no idea how PBR works.
|
|
|
|
+Second part of my tutorial series in which I explain how to use jmonkeyengine’s Physically Based Rendering pipeline. …
|
|
|
|
+ <a class="ui small compact grey label" href="https://jmonkeyengine.org/showcase/pbr_tutorial/">
|
|
|
|
+ Read More
|
|
|
|
+ </a>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="ui segment">
|
|
|
|
+ By:
|
|
|
|
+ <img class="ui avatar image" src="https://jme-hub-cdn-jmonkeyengineor.netdna-ssl.com/user_avatar/hub.jmonkeyengine.org/grizeldi/120/5302_2.png" />
|
|
|
|
+ <span> (grizeldi)</span>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div>
|
|
|
|
+
|
|
|
|
+1 of 1
|
|
|
|
+
|
|
|
|
+</div>
|
|
|
|
+
|
|
|
|
+ </main>
|
|
|
|
+<aside>
|
|
|
|
+ <div>
|
|
|
|
+ <div>
|
|
|
|
+ <h3>LATEST POSTS</h3>
|
|
|
|
+ </div>
|
|
|
|
+ <div>
|
|
|
|
+ <ul>
|
|
|
|
+
|
|
|
|
+ <li><a href="/showcase/pbr_tutorial/">PBR Tutorial</a></li>
|
|
|
|
+
|
|
|
|
+ <li><a href="/showcase/mythruna/">Mythruna</a></li>
|
|
|
|
+
|
|
|
|
+ <li><a href="/showcase/skullstone/">Skullstone</a></li>
|
|
|
|
+
|
|
|
|
+ <li><a href="/showcase/ls_frontier/">Lightspeed Frontier</a></li>
|
|
|
|
+
|
|
|
|
+ <li><a href="/showcase/spoxel/">Spoxel</a></li>
|
|
|
|
+
|
|
|
|
+ </ul>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+</aside>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <footer>
|
|
|
|
+ <div id="bottom-shadow"></div>
|
|
|
|
+ <div class="ui inverted segment footer" style="border-radius: 0px; margin-bottom: 0px;">
|
|
|
|
+
|
|
|
|
+ <div class="ui container">
|
|
|
|
+ <br />
|
|
|
|
+
|
|
|
|
+ <div class="ui two column stackable grid">
|
|
|
|
+
|
|
|
|
+ <div class="column">
|
|
|
|
+ <p>
|
|
|
|
+ © 2019 <a href="https://jmonkeyengine.org/">jMonkeyEngine</a>.
|
|
|
|
+ A free open-source game engine licensed under the <a href="https://choosealicense.com/licenses/bsd-3-clause/">BSD 3-Clause license</a>.
|
|
|
|
+ All rights reserved.
|
|
|
|
+ </p>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="column">
|
|
|
|
+ <a href="https://www.patreon.com/jmonkey">
|
|
|
|
+ <img style="float: right; width: 217px; height: 51px;" class="ui rounded fluid image" src="/images/become_a_patron_button.png">
|
|
|
|
+ </a>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <br />
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+</footer>
|
|
|
|
+
|
|
|
|
+</body>
|
|
|
|
+
|
|
|
|
+</html>
|