Skip to content

Commit 894a73c

Browse files
committed
deploy: e95b5b4
1 parent c33ebb2 commit 894a73c

File tree

5 files changed

+1047
-1047
lines changed

5 files changed

+1047
-1047
lines changed

docs/3.4/core/scene/control/level_of_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@ <h3 id="generating-lods-in-code"><a class="anchor" href="#generating-lods-in-cod
12091209
<div class="listingblock">
12101210
<div class="content">
12111211
<pre class="highlightjs highlight"><code class="language-java hljs" data-lang="java">LodGenerator lod = new LodGenerator(myPrettyGeo);
1212-
lod.bakeLods(LodGenerator.TriangleReductionMethod.PROPORTIONAL,0.25, 0.5f, 0.75f);</code></pre>
1212+
lod.bakeLods(LodGenerator.TriangleReductionMethod.PROPORTIONAL,0.25f, 0.5f, 0.75f);</code></pre>
12131213
</div>
12141214
</div>
12151215
</div>

docs/3.8/sdk/whynoteclipse.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,15 +1015,15 @@ <h3 class="title"><a href="../documentation.html">JME</a></h3>
10151015
<article class="doc">
10161016
<h1 class="page">Why not Eclipse?</h1>
10171017
<div class="paragraph">
1018-
<p>The jMonkeyEngine&#8217;s default IDE (<a href="what_s_an_ide.html" class="xref page">Integrated Development Environment</a>) bases on the <a href="http://platform.netbeans.org">NetBeans RCP (Rich Client Platform)</a>. There is a RCP for Eclipse too, so why don&#8217;t we use Eclipse as IDE for jMonkey? Well, there&#8217;s several reasons:</p>
1018+
<p>The jMonkeyEngine&#8217;s default IDE (<a href="what_s_an_ide.html" class="xref page">Integrated Development Environment</a>) is based on the <a href="http://platform.netbeans.org">NetBeans RCP (Rich Client Platform)</a>. There is a RCP for Eclipse too, so why don&#8217;t we use Eclipse as IDE for jMonkey? Well, there are several reasons:</p>
10191019
</div>
10201020
<div class="olist arabic">
10211021
<ol class="arabic">
10221022
<li>
1023-
<p>Eclipse uses a proprietary <abbr title="Graphical User Interface">GUI</abbr> system (SWT), NetBeans uses the Java-default AWT implementation for which a high-performance canvas display exists in LWJGL/jME3. AWT compatibility allowed e.g. integration of plugins like NeoTexture.</p>
1023+
<p>Eclipse uses a proprietary <abbr title="Graphical User Interface">GUI</abbr> system (<a href="https://en.wikipedia.org/wiki/Standard_Widget_Toolkit">SWT</a>), NetBeans uses the Java-default <a href="https://en.wikipedia.org/wiki/Abstract_Window_Toolkit">AWT</a> implementation for which a high-performance canvas display exists in LWJGL/jME3. AWT compatibility allowed e.g. integration of plugins like NeoTexture.</p>
10241024
</li>
10251025
<li>
1026-
<p>Eclipse projects are proprietary and they can not be opened without Eclipse. The NetBeans Platform uses the ANT standard which works outside the IDE as well, and can be extended by other build processes that use ANT (e.g. Android deployment). Furthermore, Eclipse can open projects generated by the NetBeans-based jMonkeyEngine SDK if needed.</p>
1026+
<p>Eclipse projects are proprietary and they can not be opened without Eclipse. The NetBeans Platform relies on <a href="https://en.wikipedia.org/wiki/Apache_Ant">Apache Ant</a> as its default build and project automation system. This works outside the IDE as well, and can be extended by other build processes that use Ant (e.g. Android deployment). Furthermore, Eclipse can open projects generated by the NetBeans-based jMonkeyEngine SDK if needed.</p>
10271027
</li>
10281028
<li>
10291029
<p>There is no way to extend Eclipse projects properly as there is no global concept of a &#8220;Project&#8221; in the RCP.</p>

sitemap-docs-wiki.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://wiki.jmonkeyengine.org/docs-wiki/3.8/admonitions.html</loc>
5-
<lastmod>2025-07-07T06:08:55.819Z</lastmod>
5+
<lastmod>2025-07-27T15:12:13.889Z</lastmod>
66
</url>
77
<url>
88
<loc>https://wiki.jmonkeyengine.org/docs-wiki/3.8/atom_editor.html</loc>
9-
<lastmod>2025-07-07T06:08:55.819Z</lastmod>
9+
<lastmod>2025-07-27T15:12:13.889Z</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://wiki.jmonkeyengine.org/docs-wiki/3.8/atom_snippets.html</loc>
13-
<lastmod>2025-07-07T06:08:55.819Z</lastmod>
13+
<lastmod>2025-07-27T15:12:13.889Z</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://wiki.jmonkeyengine.org/docs-wiki/3.8/emoji.html</loc>
17-
<lastmod>2025-07-07T06:08:55.819Z</lastmod>
17+
<lastmod>2025-07-27T15:12:13.889Z</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://wiki.jmonkeyengine.org/docs-wiki/3.8/wiki_admin.html</loc>
21-
<lastmod>2025-07-07T06:08:55.819Z</lastmod>
21+
<lastmod>2025-07-27T15:12:13.889Z</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://wiki.jmonkeyengine.org/docs-wiki/3.8/wiki_contributor.html</loc>
25-
<lastmod>2025-07-07T06:08:55.819Z</lastmod>
25+
<lastmod>2025-07-27T15:12:13.889Z</lastmod>
2626
</url>
2727
<url>
2828
<loc>https://wiki.jmonkeyengine.org/docs-wiki/3.8/wiki_translation.html</loc>
29-
<lastmod>2025-07-07T06:08:55.819Z</lastmod>
29+
<lastmod>2025-07-27T15:12:13.889Z</lastmod>
3030
</url>
3131
</urlset>

0 commit comments

Comments
 (0)