Class AtlasChartsPacker
Inheritance
AtlasChartsPacker
Namespace: ShadowsOfMordor
Assembly: FlaxEngine.dll
File: Engine/ShadowsOfMordor/AtlasChartsPacker.h
Syntax
public class AtlasChartsPacker
Constructors
~AtlasChartsPacker()
AtlasChartsPacker(const LightmapSettings* settings)
Initializes a new instance of the AtlasChartsPacker class.
Declaration
public AtlasChartsPacker(const LightmapSettings* settings)
Parameters
LightmapSettings
settings
The settings. |
Methods
Insert(Builder::LightmapUVsChart* chart)
Inserts the specified chart into atlas .
Declaration
public Node* Insert(Builder::LightmapUVsChart* chart)
Parameters
Builder::LightmapUVsChart
chart
The chart. |
Returns
Node
|