• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Main repository of MikuMikuStudio


Commit MetaInfo

修订版fedb59f5908a640786ec79021db13b9ca4cde53e (tree)
时间2013-06-03 06:43:52
作者remy.bouquet@gmail.com <remy.bouquet@gmai...>
Commiterremy.bouquet@gmail.com

Log Message

LodGenerator : fixed typo

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@10641 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

更改概述

差异

--- a/engine/src/tools/jme3tools/optimize/LodGenerator.java
+++ b/engine/src/tools/jme3tools/optimize/LodGenerator.java
@@ -18,11 +18,11 @@
1818 * without specific prior written permission.
1919 *
2020 * This class is the java implementation of
21- * the enhanced version og Ogre engine Lod generator, by Péter Szücs, originally
22- * based on Stan Melax "easy mesh simplification". The MIT licences C++ source
21+ * the enhanced version of Ogre engine Lod generator, by Péter Szücs, originally
22+ * based on Stan Melax "easy mesh simplification". The MIT licenced C++ source
2323 * code can be found here
2424 * https://github.com/worldforge/ember/tree/master/src/components/ogre/lod
25- * The licensing for the original code is :
25+ * The licencing for the original code is :
2626 * Permission is hereby granted, free of charge, to any person obtaining a copy
2727 * of this software and associated documentation files (the "Software"), to deal
2828 * in the Software without restriction, including without limitation the rights
@@ -74,8 +74,8 @@ import java.util.logging.Logger;
7474 * arbitrary mesh. It computes a collapse cost for each vertex and each edges.
7575 * The higher the cost the most likely collapsing the edge or the vertex will
7676 * produce artifacts on the mesh. <p>This class is the java implementation of
77- * the enhanced version og Ogre engine Lod generator, by Péter Szücs, originally
78- * based on Stan Melax "easy mesh simplification". The MIT licences C++ source
77+ * the enhanced version of Ogre engine Lod generator, by Péter Szücs, originally
78+ * based on Stan Melax "easy mesh simplification". The MIT licenced C++ source
7979 * code can be found here
8080 * https://github.com/worldforge/ember/tree/master/src/components/ogre/lod more
8181 * informations can be found here http://www.melax.com/polychop