Unreal Engine: Difference between revisions

From David's Wiki
(Created page with "Unreal Engine ==Installation== ===Linux=== * Link your Epic and Github accounts. * Clone Unreal from GitHub. * Build ==Coordinate Systems== Unreal uses a weird left-handed c...")
 
 
Line 4: Line 4:
===Linux===
===Linux===
* Link your Epic and Github accounts.
* Link your Epic and Github accounts.
* Clone Unreal from GitHub.
* Accept the organization invite on your GitHub account.
* Build
* Clone Unreal from GitHub at [https://github.com/EpicGames/UnrealEngine https://github.com/EpicGames/UnrealEngine].
* Compile


==Coordinate Systems==
==Coordinate Systems==

Latest revision as of 21:42, 20 July 2020

Unreal Engine

Installation

Linux

Coordinate Systems

Unreal uses a weird left-handed coordinate system where:

  • +z is up
  • +x is forward (into the screen)
  • +y is right