Merge pull request #2974 from malortie/rename-writedumb-to-writedump
Renamed WriteDumb.cpp to WriteDump.cpppull/2942/head^2
commit
fa60ae2885
|
@ -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
|
||||
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
|
||||
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
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@ ADD_EXECUTABLE( assimp_cmd
|
|||
Main.cpp
|
||||
Main.h
|
||||
resource.h
|
||||
WriteDumb.cpp
|
||||
WriteDump.cpp
|
||||
Info.cpp
|
||||
Export.cpp
|
||||
)
|
||||
|
|
|
@ -168,7 +168,7 @@ bool ExportModel(const aiScene* pOut,
|
|||
|
||||
// ------------------------------------------------------------------------------
|
||||
/** assimp_dump utility
|
||||
* @param params Command line parameters to 'assimp dumb'
|
||||
* @param params Command line parameters to 'assimp dump'
|
||||
* @param Number of params
|
||||
* @return An #AssimpCmdError value.*/
|
||||
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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue