forked from OGRECave/ogre
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated some personal references. (OGRECave#3179)
- Loading branch information
Showing
7 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
|
||
# LightwaveConverter | ||
Lwo2Mesh v0.89 by Dennis Verbeek ( [email protected] ) | ||
Lwo2Mesh v0.89 by Dennis Verbeek ( [email protected] ) | ||
Linux port by Magnus Møller Petersen ( [email protected] ) | ||
|
||
Lwo2Mesh is a commandline tool to convert lightwave objects into ogre-meshes. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
Lightwave Object Loader | ||
(LWOB, LWLO, LWO2) | ||
converted by Dennis Verbeek ([email protected]) | ||
converted by Dennis Verbeek ( [email protected] ) | ||
These files were originally coded by Ernie Wright and were included in the | ||
Lightwave SDK. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
/* | ||
Lwo2MeshWriter based on the MilkShape exporter | ||
Dennis Verbeek ([email protected]) | ||
Dennis Verbeek ( [email protected] ) | ||
Linux port by Magnus Møller Petersen ([email protected]] | ||
Linux port by Magnus Møller Petersen ( [email protected] ) | ||
doExportSkeleton is unfinished | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -378,7 +378,7 @@ void help( char *filename ) | |
{ | ||
cout << "lwo2mesh v0.89b (2005.02.09) by Dennis Verbeek." << nl | ||
<< "Converts a Lightwave object to an Ogre mesh." << nl | ||
<< "Please send any feedback to: [email protected]" << nl << nl | ||
<< "Please send any feedback to: [email protected]" << nl << nl | ||
#if OGRE_PLATFORM == OGRE_PLATFORM_LINUX | ||
<< "Linux Port (2004.10.16) by Magnus Møller Petersen." << nl | ||
<< "Please send feedback concerning Linux to: [email protected]" << nl << nl | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ Converts 3D gaussian splatting .ply files to OGRE .mesh files while reducing the | |
See https://www.rojtberg.net/2801/incorporating-3d-gaussian-splats-into-the-graphics-pipeline/ | ||
|
||
## LightwaveConverter | ||
Lwo2Mesh v0.89 by Dennis Verbeek ( [email protected] ) | ||
Lwo2Mesh v0.89 by Dennis Verbeek ( [email protected] ) | ||
Linux port by Magnus Møller Petersen ( [email protected] ) | ||
|
||
Lwo2Mesh is a commandline tool to convert lightwave objects into ogre-meshes. | ||
|