Difference between revisions of "HPL3/SOMA/Level Design/Compounds"

From Frictional Wiki
< HPL3‎ | SOMA‎ | Level Design
Jump to navigation Jump to search
(Created page with "= Compound Objects = Compound objects are actually groups of simple objects that are put together and transformed as a single one. Parameter: * '''Name''': Name for the compo...")
 
(No difference)

Latest revision as of 22:25, 23 August 2020

Compound Objects

Compound objects are actually groups of simple objects that are put together and transformed as a single one.

Parameter:

  • Name: Name for the compound.
  • Position: 3D Vector storing the position of the center of the compound.
  • Rotation: 3D Vector storing the compound rotation. There can be restrictions on this, if a non rotatable object is included in the compound.
  • Scale: 3D Vector storing the compound scale. There can be restrictions on this, if a non scalable object is included in the compound.