Changes between Version 4 and Version 5 of ColladaExporting


Ignore:
Timestamp:
Apr 7, 2010, 1:04:16 AM (14 years ago)
Author:
Philip Taylor
Comment:

delete duped content

Legend:

Unmodified
Added
Removed
Modified
  • ColladaExporting

    v4 v5  
    1 ''Note: Currently this has only been tested with 3ds Max. Some work may be needed to support other programs.''
    2 
    3 == 3ds Max ==
    4  - Download and install !ColladaMax, from [http://www.feelingsoftware.com/ Feeling Software] (registration required) or from [http://wildfiregames.com/~code/libraries/ColladaMax_302.exe our site] (version 3.02). Requires 3ds Max 9, 8, or 7 SP1.
    5  - Open/create a model in Max. If it is a skeletal model, it should have our standard structure and be named Bip01.
    6  - If there is more than one mesh in the scene, you need to indicate which one should be exported:
    7   - Either: select one of the meshes, then do ''File'' -> ''Export Selected'' (and remember to select the right mesh each time you export);
    8   - or open the Properties dialog for one of the meshes, and set the ''User Defined Properties'' to `export`, and then do ''File'' -> ''Export''. The other meshes will still be exported, but ignored when loaded into the game.
    9  - When selecting the filename to export, specify the '''lowercase''' extension `.dae`. The default is uppercase, which won't work.
    10  - Place the file into the game in the same way as you would with PMD or PSA files (in the `meshes` and `animations` directories, respectively).
    11  - Actors can point to the `.dae` file as a mesh or animation, and the game will load them automatically. If there are problems while loading, the game's log file (`mainlog.html`) should say what was going on.
    12 
    13 == XSI ==
    14  - Use XSI 6.0.
    15  - For skeletal models/animations:
    16   - Rename the skeleton to `Biped` (so the root object is called `Biped_GlobalSRT`), so the game knows what skeleton structure to use.
    17  - Export with ''File -> Crosswalk -> Export -> Format = COLLADA 1.4.1''.
    18  - Enable ''Export XSI Normals''. Enable ''Convert Geometry to Triangles'' if the mesh is not already triangles.
    19 
    20 == General ==
    21  - The animation should be 30fps. The first and last frames of the animation should be identical. The animation should play at the speed you would expect to use in the game.
    22  - Any object attached directly to the skeleton will be treated as a prop point. If you want to add extra objects for testing the animation, link them to the existing prop points instead of to the skeleton.
    23  - Meshes must be made of triangles.
    24  - There may be some issues with scaling and rotating the skeleton - please provide any relevant information you find about problems or solutions.
    25  - Prop points should be defined by creating an object (e.g. a Dummy helper in 3ds Max) named `prop-whatever`, where the ''whatever'' is the name of the prop point. The file `data/tools/atlas/lists.xml` lists the standard prop attachment points. That object should then be attached to a bone. (You can't yet do prop points on non-skeletal models - tell me to implement #191.)
     1See ArtDesignDocument#COLLADAExport