Difference between revisions of "Hpl3:Tools:maineditors:level editor:primitive editmode"

From Frictional Wiki
Jump to navigation Jump to search
(Upload from wiki)
 
m
 
Line 1: Line 1:
= Primitive EditMode =
+
=Primitive EditMode=
  
  
Line 8: Line 8:
  
  
''' '''Primitive Type''': what type of primitive will be created. At the moment, this EditMode can only create planes.
+
Primitive Type''': what type of primitive will be created. At the moment, this EditMode can only create planes.'''
''' '''Material''': material file that the object will use.
+
Material''': material file that the object will use.'''
''' '''Tile Amount''': the number of repetitions in the texture for a plane sized 1×1
+
Tile Amount''': the number of repetitions in the texture for a plane sized 1×1'''
''' '''Tile Offset''': a vector that will indicate how much the texture should be displaced over the object.
+
Tile Offset''': a vector that will indicate how much the texture should be displaced over the object.'''
''' '''Texture Angle''': rotation that will be applied to the 2D texture.
+
Texture Angle''': rotation that will be applied to the 2D texture.'''
''' '''Align to World Coords''': if the texture coordinates should align to world. This is useful to avoid seams on planes that are next to each other.
+
Align to World Coords''': if the texture coordinates should align to world. This is useful to avoid seams on planes that are next to each other.'''
  
  
More on primitives [[:hpl2:tools:editors:level_editor:primitives|here]].
+
More on primitives [[HPL2/Primitives|here]].

Latest revision as of 19:46, 15 August 2020

Primitive EditMode

Primitives are basic geometrical objects that can be used to shape up map geometry along with Static Objects.


The creation window looks like this:


Primitive Type: what type of primitive will be created. At the moment, this EditMode can only create planes. Material: material file that the object will use. Tile Amount: the number of repetitions in the texture for a plane sized 1×1 Tile Offset: a vector that will indicate how much the texture should be displaced over the object. Texture Angle: rotation that will be applied to the 2D texture. Align to World Coords: if the texture coordinates should align to world. This is useful to avoid seams on planes that are next to each other.


More on primitives here.