Cleanup: Use doxy for more structured comments
This commit is contained in:
@@ -220,10 +220,12 @@ void RB_dworld_step_simulation(rbDynamicsWorld *world, float timeStep, int maxSu
|
||||
|
||||
/* Export -------------------------- */
|
||||
|
||||
/* Exports entire dynamics world to Bullet's "*.bullet" binary format
|
||||
* which is similar to Blender's SDNA system...
|
||||
* < rbDynamicsWorld: dynamics world to write to file
|
||||
* < filename: assumed to be a valid filename, with .bullet extension
|
||||
/**
|
||||
* Exports entire dynamics world to Bullet's "*.bullet" binary format
|
||||
* which is similar to Blender's SDNA system.
|
||||
*
|
||||
* \param world Dynamics world to write to file
|
||||
* \param filename Assumed to be a valid filename, with .bullet extension
|
||||
*/
|
||||
void RB_dworld_export(rbDynamicsWorld *world, const char *filename)
|
||||
{
|
||||
|
Reference in New Issue
Block a user