Modding Tools > Lucas' Simpsons Hit & Run Map Builder > SketchUp Models > General Tags > Transform

Transform

This tag applies a Transform XML Element to the contents of the group it's applied to.

Usage

To use this group tag, you must first Include any of the following XML files:

  • HUDMap.xml
  • StateProp.xml
  • Vehicle.xml
  • Zone.xml

Then you must execute any of the following ModelOutputInstructions on the tagged group or a group containing it:

  • BaseHUDMap
    • Recommended.
    • Only when including HUDMap.xml.
  • BaseZone
    • Recommended.
    • Only when including Zone.xml.
  • StateProp
    • Recommended.
    • Only when including StateProp.xml.
  • Vehicle
    • Recommended.
    • Only when including Vehicle.xml.
  • Scenegraph
    • Not recommended.
    • Only when including Drawables.xml.
  • Mesh
    • Not recommended.
    • Only when including Drawables.xml.
  • ArticulatedAnim
    • Not recommended.
    • Only when including Drawables.xml.
  • Anim
    • Not recommended.
    • Only when including Drawables.xml.
  • ZoneVehicleOrStateProp
    • Not recommended.
    • Only when including Drawables.xml, StateProp.xml, Vehicle.xml or Zone.xml.

Syntax

GroupName [Transform] [<TransformName>]

Group Structure

This tag can be applied to any group.

Examples

This is an example of a group with this tag applied to it:

transform example

This tag requires you to define a Transform XML Element somewhere in your XML rules.

<!-- Example -->
<Transform Name="Tall">
    <Scaling Y="4.0">
</Transform>

Other Tags

There are no other other tags that can be used with this tag to configure it further.

Version History

1.0

Initial release.

Donut Team © 2023 · v4.0