![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SplineTerrainGeneratorEntityBaseClass |
Functions | |
| SplineTerrainGeneratorEntityBaseClass GeneratorBaseEntityClass | GetSegmentBoundBoxes (inout notnull array< vector > mins, inout notnull array< vector > maxs) |
| proto external void | RegisterGenerator (vector bbMin, vector bbMax, int priority) |
| proto external void | RemoveGenerator (bool forceUpdate, array< vector > mins, array< vector > maxs) |
| proto external void | AddRectsToUpdateQueue (array< vector > mins, array< vector > maxs) |
| proto external void | UpdateRectsFromQueue () |
| proto external float | GetMaxTerrainResolution () |
| event array< float > | GetExtents () |
| event float | GenerateTerrain (array< vector > aShapeControlPoints, array< vector > aShapeTesselatedPoints, array< float > aShapeDistancesFromStart, array< int > aTesselatedToOriginalIndices, int heightMapXPos, int heightMapYPos, vector closestPointOnLineWP, vector genPointWS, float oldHeight, int tessPointAIdx, int tessPointBIdx, float ABRatio, float terrainInvScale, float signedDistFromSpline) |