Renamed WriteDumb.cpp to WriteDump.cpp
This includes as well changes to places referencing WriteDumb.cpp.pull/2974/head
parent
78b074ac5a
commit
2c1c1d846e
|
@ -37,7 +37,7 @@ The ASSBIN file format is composed of chunks to represent the hierarchical aiSce
|
||||||
This makes the format extensible and allows backward-compatibility with future data structure
|
This makes the format extensible and allows backward-compatibility with future data structure
|
||||||
versions. The <tt><root>/code/assbin_chunks.h</tt> header contains some magic constants
|
versions. The <tt><root>/code/assbin_chunks.h</tt> header contains some magic constants
|
||||||
for use by stand-alone ASSBIN loaders. Also, Assimp's own file writer can be found
|
for use by stand-alone ASSBIN loaders. Also, Assimp's own file writer can be found
|
||||||
in <tt><root>/tools/assimp_cmd/WriteDumb.cpp</tt> (yes, the 'b' is no typo ...).
|
in <tt><root>/tools/assimp_cmd/WriteDump.cpp</tt> (yes, the 'b' is no typo ...).
|
||||||
|
|
||||||
@verbatim
|
@verbatim
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,7 @@ ADD_EXECUTABLE( assimp_cmd
|
||||||
Main.cpp
|
Main.cpp
|
||||||
Main.h
|
Main.h
|
||||||
resource.h
|
resource.h
|
||||||
WriteDumb.cpp
|
WriteDump.cpp
|
||||||
Info.cpp
|
Info.cpp
|
||||||
Export.cpp
|
Export.cpp
|
||||||
)
|
)
|
||||||
|
|
|
@ -168,7 +168,7 @@ bool ExportModel(const aiScene* pOut,
|
||||||
|
|
||||||
// ------------------------------------------------------------------------------
|
// ------------------------------------------------------------------------------
|
||||||
/** assimp_dump utility
|
/** assimp_dump utility
|
||||||
* @param params Command line parameters to 'assimp dumb'
|
* @param params Command line parameters to 'assimp dump'
|
||||||
* @param Number of params
|
* @param Number of params
|
||||||
* @return An #AssimpCmdError value.*/
|
* @return An #AssimpCmdError value.*/
|
||||||
int Assimp_Dump (
|
int Assimp_Dump (
|
||||||
|
|
|
@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** @file WriteTextDumb.cpp
|
/** @file WriteDump.cpp
|
||||||
* @brief Implementation of the 'assimp dump' utility
|
* @brief Implementation of the 'assimp dump' utility
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue