Difference between revisions of "LFS Editor/Modeller"

From LFS Manual
Jump to navigationJump to search
m (move screenshots to the top)
m
 
(33 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox vehicle mods}}
+
{{Infobox LFS Editor}}
{{Under construction}}
 
  
The Modeller is a part of the [[LFS Editor]]. It is used to edit the 3D model, which includes editing the mesh and applying textures.
+
'''Modeller''' is a part of the [[LFS Editor]]. It is used to edit the 3D model, which includes editing the mesh and applying textures.
 
 
For user guides and walkthroughs for various modeller features, see [[Modeller Guides]].
 
  
 
[[image:LFS Editor welcome screen.jpg|thumb|LFS Editor entry screen]]
 
[[image:LFS Editor welcome screen.jpg|thumb|LFS Editor entry screen]]
Line 14: Line 11:
 
To be able to use the modeller, you must have an S3 license. To get the S3 license, you can visit the [https://www.lfs.net/shop/licenseselect LFS shop page].
 
To be able to use the modeller, you must have an S3 license. To get the S3 license, you can visit the [https://www.lfs.net/shop/licenseselect LFS shop page].
  
== Starting the modeller ==
+
== Entering the modeller ==
  
 
First, follow the [[LFS Editor#Downloading|instructions]] how to download and install the [[LFS Editor]].
 
First, follow the [[LFS Editor#Downloading|instructions]] how to download and install the [[LFS Editor]].
Line 24: Line 21:
 
== General modeller tips ==
 
== General modeller tips ==
  
* The list of colours at the bottom left in 'tri' mode is a different view of the list of mappings in 'map' mode.
 
* When you select a triangle, its colour is selected in the bottom left list. If the list is long, click {{old button|cols : X|#ffffa1}} to bring the selected colour onto screen.
 
* In 'subob' mode you can select a subobject with {{key press|Ctrl|click}} while pointing at one of its surfaces.
 
* In 'tri' mode, {{key press|Ctrl|click}} adds or removes triangles from the selection. {{key press|Alt|click}} starts a new selection (one triangle).
 
* In the special view modes (like groups or mappings) the group select feature ({{key press|Ctrl|Shift|click}}) does a flood select within the group.
 
 
* Press {{key press|Shift|F}} to temporarily hide the editor buttons.
 
* Press {{key press|Shift|F}} to temporarily hide the editor buttons.
 
* To reduce clutter, use {{old button|hide selected|#ffffa1}} to temporarily hide points and triangles, then {{old button|unhide all|#a1ffa1}} to show the again.
 
* To reduce clutter, use {{old button|hide selected|#ffffa1}} to temporarily hide points and triangles, then {{old button|unhide all|#a1ffa1}} to show the again.
Line 34: Line 26:
 
== User interface ==
 
== User interface ==
  
When you open the Modeller, the user interface looks as follows:
+
The modeller interface consists of the following parts:
 
 
[[File:LFS Editor modeller user interface.jpg]]
 
 
 
The interface consists of the following parts:
 
  
 
# 3D model view
 
# 3D model view
 
# [[#Editing modes|editing mode selector]]
 
# [[#Editing modes|editing mode selector]]
# editing mode specific controls
+
# [[#Editing modes|editing mode specific controls]]
 
# [[#Load / save object|load / save object]]
 
# [[#Load / save object|load / save object]]
# modeller [[#View modes|view modes]] & [[#View options|view options]]
+
# [[LFS Editor/Modeller/Special View Modes|special view modes]] and [[#View options|view options]]
 
# [[LFS Editor User Interface#View controls|common editor view controls]]
 
# [[LFS Editor User Interface#View controls|common editor view controls]]
 +
 +
[[File:LFS Editor modeller user interface.jpg|600px]]
  
 
== Vehicle model structure ==
 
== Vehicle model structure ==
Line 51: Line 41:
 
Modeller uses 3D meshes to represent the vehicle model in 3D space. All meshes are built from three basic structures - points, edges and triangles.
 
Modeller uses 3D meshes to represent the vehicle model in 3D space. All meshes are built from three basic structures - points, edges and triangles.
  
[[Image:LFS editor mesh parts.jpg]]
+
[[Image:LFS editor mesh parts.jpg|600px]]
  
 
=== Points ===
 
=== Points ===
  
The most elementary part of a 3D model is the point (also referred to as a vertex) which is a single point in 3D space. Points are represented in the 3D viewport in [[#Point|point mode]] as small square buttons.
+
The most elementary part of a 3D model is the point (also referred to as a vertex) which is a single point in 3D space. Points are represented in the 3D viewport in [[/Point Mode|point mode]] as small square buttons.
  
 
=== Edges ===
 
=== Edges ===
  
An edge always connects two points by a straight line. They are used to construct triangles. Edges are represented in 3D viewport in [[#Tri|tri]] and [[#Point|point]] modes as thin lines.
+
An edge always connects two points by a straight line. They are used to construct triangles. Edges are represented in 3D viewport in [[/Triangle Mode|triangle]] and [[/Point Mode|point]] modes as thin lines.
  
 
=== Triangles ===
 
=== Triangles ===
Line 67: Line 57:
 
A triangle is defined as the area between three points, with an edge on every side.
 
A triangle is defined as the area between three points, with an edge on every side.
  
== Object types ==
+
== Editing modes ==
  
The vehicle model consists of a main object and optionally one or more subobjects.
+
Buttons for switching editing modes are located at the top left of the screen. You can also press {{key press|1}} to {{key press|8}} on your keyboard to switch between the modes.
  
=== Main object ===
+
{| class="wikitable"
 
+
| style="text-align: center" | {{old button|subob}}||[[/Subobject Mode/]]
This is usually the vehicle body, excluding small independent parts or special objects like the steering wheel, wipers etc.
+
|-
 
+
| style="text-align: center" | {{old button|tri}}||[[/Triangle Mode/]]
=== Subobject ===
+
|-
 
+
| style="text-align: center" | {{old button|point}}||[[/Point Mode/]]
Subobjects are standalone 3D models belonging to the vehicle model. They can be loaded or saved independently of the main object.
+
|-
 
+
| style="text-align: center" | {{old button|build}}||[[/Build Mode/]]
There are several types of subobjects that can be created, such as steering wheel, internal mirror, brakes, mudguards, wings and other attachments.
+
|-
 
+
| style="text-align: center" | {{old button|map}}||[[/Texture Mapping Mode/]]
See [[#Subob|subob editing mode]] for more information about working with subobjects.
+
|-
 +
| style="text-align: center" | {{old button|cutout}}||[[/Texture Cutout Mode/]]
 +
|-
 +
| style="text-align: center" | {{old button|page}}||[[/Texture Page Mode/]]
 +
|-
 +
| style="text-align: center" | {{old button|view}}||[[/View Mode/]]
 +
|}
  
 
== Load / save object ==
 
== Load / save object ==
  
{{see also|LFS Editor Guides#Loading a model}}
+
{{see also|LFS Editor/Guides/Loading & Saving a Model in Modeller|Loading a model into LFS Editor}}
  
 
At the bottom left of the screen, there is a set of buttons used to load or save an object in the Modeller.
 
At the bottom left of the screen, there is a set of buttons used to load or save an object in the Modeller.
Line 109: Line 105:
 
|-
 
|-
 
| {{old button|skin}}{{old button|XFG_DEFAULT}} || Click the skin name (e.g. XFG_DEFAULT) to select a JPG image in data\skins to use as a skin in the editor
 
| {{old button|skin}}{{old button|XFG_DEFAULT}} || Click the skin name (e.g. XFG_DEFAULT) to select a JPG image in data\skins to use as a skin in the editor
 +
|-
 +
| {{old button|OBJ|#ffffa1}} || Load an [[Loading_a_model_into_LFS_Editor#Loading_an_external_3D_model|OBJ file]] from data\obj
 
|-
 
|-
 
|}
 
|}
  
== View modes ==
+
== Special view modes ==
 
 
In the bottom right part of the screen, you can choose different view modes of the model:
 
 
 
[[image:LFS_Editor_Modeller_view_modes.jpg|Modeller view modes]]
 
 
 
=== Layers ===
 
 
 
[[Image:LFS Editor Modeller layers mode.jpg|thumb|Layers]]
 
 
 
Each colour represents triangles assigned to a particular layer. You can toggle layers on/off by clicking the layer buttons in the top left part of the screen.
 
 
 
{{Clear}}
 
 
 
=== Wire ===
 
 
 
[[Image:LFS Editor Modeller wire mode.jpg|thumb|Wireframe]]
 
 
 
Shows the edges as a wireframe. The edges can have different colours:
 
 
 
* grey - two triangles share the edge. This is the normal condition for most edges in an object.
 
* red - an unshared edge - only one triangle uses this edge.
 
* cyan - three triangles share the edge.
 
* orange - four triangles share the edge.
 
 
 
When you see an edge that is not grey, it may be intentional or it may draw your attention to a bug in the model. There are reasons to have unshared edges or multiple shared edges in some cases. But if it is not intentional, it may indicate a modelling error such as:
 
 
 
* A double built triangle - this would appear as a cyan triangle where you expect grey triangles.
 
* A triangle connected to the wrong vertex - could cause unshared edges.
 
 
 
It's good to click wire mode occasionally and if you see edges that are not grey, make sure that you know the reason for them and that they are as intended.
 
 
 
{{Clear}}
 
 
 
=== Mappings ===
 
 
 
[[Image:LFS Editor Modeller mappings view.jpg|thumb|Mappings]]
 
 
 
Each colour represents a different mapping.
 
 
 
{{Clear}}
 
 
 
=== Flat ===
 
 
 
[[Image:LFS Editor Modeller flat mode.jpg|thumb|Flat]]
 
 
 
Flat shading of the triangles without being smoothed.
 
 
 
{{Clear}}
 
 
 
=== Groups ===
 
 
 
[[Image:LFS Editor Modeller groups mode.jpg|thumb|Smoothing groups]]
 
 
 
{{see also|LFS Editor Guides#Smoothing groups}}
 
 
 
Smoothing groups. The boundaries between different smoothing groups usually have a sharp edge. All triangles within one smoothing group have artificial smoothing applied.
 
 
 
When you switch to the groups view mode and select {{old button|tri}} mode, an additional set of buttons will be shown in the top right corner of the screen.
 
 
 
[[Image:LFS Editor smoothing group tri mode.jpg|thumb|Groups mode in combination with tri mode]]
 
 
 
Each smoothing group is represented by a number and a distinct colour.
 
 
 
[[Image:LFS Editor smoothing group buttons.jpg|Smoothing group buttons]]
 
 
 
If needed, you can create new groups by clicking the {{old button|new group (N)|#ffffa1}} button, where N is the number of the group to be created.
 
 
 
You can create up to 23 groups for the model.
 
 
 
When you select a group which is not assigned to any triangles, a {{old button|delete|#EA927E}} button appears at the top, allowing you to delete unused groups:
 
 
 
[[Image:LFS Editor smoothing group delete button.jpg|Delete group button]]
 
 
 
When you press and hold {{key press|Ctrl}}, the labels of the group buttons will say {{old button|all}}. If you click one of them, all triangles assigned to that group will be selected.
 
 
 
[[Image:LFS Editor smoothing group all buttons.jpg|Select all buttons]]
 
 
 
=== Gouraud ===
 
 
 
[[Image:LFS Editor Modeller gouraud mode.jpg|thumb|Gouraud]]
 
 
 
The default rendering of the model with [https://en.wikipedia.org/wiki/Gouraud_shading gouraud shading] applied. This is how the car should appear in game.
 
 
 
{{Clear}}
 
 
 
=== N.C.level ===
 
 
 
[[Image:LFS Editor Modeller NC level mode.jpg|thumb|Normal contribution levels]]
 
 
 
Normal contribution levels. Each triangle meeting at a vertex, within the same smoothing group, contributes to the [https://en.wikipedia.org/wiki/Normal_(geometry) normal] of that surface at that vertex. In fact, large triangles have a larger contribution. So for example you could make a simple "hardback book" shaped object and most of the apparent curvature would be on the spine of that book. But the spine would still be contributing to the normals, so the front and back faces of the "book" would still be a little curved. If, however, you set the normal contribution level" of the spine to zero, then the spine would not contribute to the normals at all. Then the front and back face of the book would look totally flat.
 
 
 
{{Clear}}
 
 
 
=== L.R.swap ===
 
 
 
[[Image:LFS Editor Modeller L.R. swap mode.jpg|thumb|Left/right swap]]
 
 
 
Driver swap modes. The triangles can have different colours:
 
 
 
* grey - applied to mirrored triangles, which do not have any swapping
 
* blue (static) - do not change sides when driver side is swapped
 
* red (swap) - change sides when driver side is swapped
 
 
 
In this mode, you can set driver swap modes to triangles by going to the {{old button|tri|#c9c9c9}} mode, selecing one or more triangles and clicking one of the swap mode buttons in the top right corner.
 
 
 
{{Clear}}
 
 
 
== Editing modes ==
 
 
 
{{Under construction}}
 
 
 
=== Subob ===
 
 
 
Subobject mode
 
 
 
=== Tri ===
 
 
 
Triangle mode
 
 
 
=== Point ===
 
 
 
=== Build ===
 
  
=== Map ===
+
{{main article|LFS Editor/Modeller/Special View Modes|Special View Modes}}
 
 
=== Cutout ===
 
 
 
=== Page ===
 
 
 
=== View ===
 
  
 
== View options ==
 
== View options ==
Line 248: Line 118:
 
{{Under construction}}
 
{{Under construction}}
  
=== Show main ===
+
;Show main
 
+
:
=== Show subobs ===
+
;Show subobs
 
+
:
=== Show wheels ===
+
;Show wheels
 
+
:
=== Show hidden ===
+
;Show hidden
 
+
:
=== Normals ===
+
;Normals
 +
:
 +
;Test L.R.swap
 +
:
 +
;Wire overlay
 +
:
  
=== Test L.R.swap ===
+
{{Shared repository category|LFS Modeller screenshots}}
  
=== Wire overlay ===
+
[[Category:LFS Editor|{{SUBPAGENAME}}]]

Latest revision as of 22:40, 7 February 2024

LFS Editor
Vehicle Mods

Modeller is a part of the LFS Editor. It is used to edit the 3D model, which includes editing the mesh and applying textures.

LFS Editor entry screen
Modeller start screen - standalone mode
Modeller with a car loaded through Vehicle Editor

Requirements

To be able to use the modeller, you must have an S3 license. To get the S3 license, you can visit the LFS shop page.

Entering the modeller

First, follow the instructions how to download and install the LFS Editor.

Once you have the editor installed and run the LFS Editor application, you will be presented with the entry screen. Click the Modeller button to enter the Modeller.

The modeller can also be entered from the Vehicle Editor by pressing E or clicking the E - Edit Model button on the right hand side of the vehicle editor.

General modeller tips

  • Press ⇧ Shift + F to temporarily hide the editor buttons.
  • To reduce clutter, use hide selected to temporarily hide points and triangles, then unhide all to show the again.

User interface

The modeller interface consists of the following parts:

  1. 3D model view
  2. editing mode selector
  3. editing mode specific controls
  4. load / save object
  5. special view modes and view options
  6. common editor view controls

LFS Editor modeller user interface.jpg

Vehicle model structure

Modeller uses 3D meshes to represent the vehicle model in 3D space. All meshes are built from three basic structures - points, edges and triangles.

LFS editor mesh parts.jpg

Points

The most elementary part of a 3D model is the point (also referred to as a vertex) which is a single point in 3D space. Points are represented in the 3D viewport in point mode as small square buttons.

Edges

An edge always connects two points by a straight line. They are used to construct triangles. Edges are represented in 3D viewport in triangle and point modes as thin lines.

Triangles

Triangles (often abbreviated to tris) are used to build the actual surface of the object. They are what you see when you render the mesh. If this area does not contain a face, it will simply be transparent or nonexistent in the actual model.

A triangle is defined as the area between three points, with an edge on every side.

Editing modes

Buttons for switching editing modes are located at the top left of the screen. You can also press 1 to 8 on your keyboard to switch between the modes.

subob Subobject Mode
tri Triangle Mode
point Point Mode
build Build Mode
map Texture Mapping Mode
cutout Texture Cutout Mode
page Texture Page Mode
view View Mode

Load / save object

At the bottom left of the screen, there is a set of buttons used to load or save an object in the Modeller.

Modeller load and save objects.jpg

If you have an subobject selected, another row of buttons appears, allowing you to load or save the current subobject.

Load / save object buttons
subobject Indicates that a subobject is currently selected
load Load a new subobject, replacing the selected subobject
save Save the current subobject as an object in data\3dob
main object The name of the main object
LOAD Load a new object from data\3dob
SAVE Load the main object to data\3dob
skinXFG_DEFAULT Click the skin name (e.g. XFG_DEFAULT) to select a JPG image in data\skins to use as a skin in the editor
OBJ Load an OBJ file from data\obj

Special view modes

Main article: Special View Modes

View options

TemplateIconUnderConstruction.png This page or section is being initially created, or is in the process of an expansion or major restructuring. You are welcome to assist in its construction by editing it.
Show main
Show subobs
Show wheels
Show hidden
Normals
Test L.R.swap
Wire overlay
Gallery icon.png

Shared repository has media related to LFS Modeller screenshots.