Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 8 and Version 9 of content/CC_guidelines


Ignore:
Timestamp:
Aug 19, 2010, 3:03:15 PM (14 years ago)
Author:
bknecht
Comment:

typos

Legend:

Unmodified
Added
Removed
Modified
  • content/CC_guidelines

    v8 v9  
    1818
    1919== On Weapons and Spaceships ==
    20 In order create a standardized interface between weapons an space ships, these are some guidelines. They made sure, that the weapons fit at the mount points of our space ships without colliding with the space ship mesh. Both designers of weapons and space ships should keep this in mind when working on their models.
     20In order to create a standardized interface between weapons an space ships, these are some guidelines. They make sure, that the weapons fit at the mount points of our space ships without colliding with the space ship mesh. Both designers of weapons and space ships should keep this in mind when working on their models.
    2121
    2222At the moment, we work with only one class of weapons. The weapons of this class must meet several requirements which are all shown in the following picture (click to enlarge).
     
    2525
    2626 * The '''maximum dimensions''' of the weapon mesh in x, y and z-direction are '''2, 2, 6''' (see black box in picture)
    27  * The muzzle of the '''weapon must point in negative z-axis''' (see arrows in picture). This convention is due to Ogre's coordinate system, where the x-axis points to the left, the y-axis points upwards and the z-axis points out of the screen accordingly. By complying with this convention, we make sure that the weapons models do not have to be rotated when attached to the ship. Depending on your model, it might be easier to model in the x-y-plane and rotating everything when done.
     27 * The muzzle of the '''weapon must point in negative z-axis''' (see arrows in picture). This convention is due to Ogre's coordinate system, where the x-axis points to the left, the y-axis points upwards and the z-axis points out of the screen accordingly. By complying with this convention, we make sure that the weapon models do not have to be rotated when attached to the ship. Depending on your model, it might be easier to model in the x-y-plane and rotating everything when done.
    2828 * The same criterion for orientation applies for '''space ships''': Nose/front of ship must point in -z-direction.
    2929 * The '''object center''' of the weapon model must be on top of the model in y-direction. In x-direction, it is centered and in z-direction it is between the rear third and the center third of our maximum dimension bounding box (see red dot in the picture).