forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
10
leenkx/Sources/iron/object/Clipmap.hx
Normal file
10
leenkx/Sources/iron/object/Clipmap.hx
Normal file
@ -0,0 +1,10 @@
|
||||
package iron.object;
|
||||
|
||||
class Clipmap {
|
||||
public var voxelSize = 0.125;
|
||||
public var extents:iron.math.Vec3;
|
||||
public var center:iron.math.Vec3;
|
||||
public var offset_prev:iron.math.Vec3;
|
||||
|
||||
public function new() {};
|
||||
}
|
Reference in New Issue
Block a user