Update RuntimeTerrainRenderObjects interface to use detail and distant materials
This commit is contained in:
@@ -252,7 +252,8 @@ interface RuntimeTerrainRenderChunkObjects {
|
|||||||
interface RuntimeTerrainRenderObjects {
|
interface RuntimeTerrainRenderObjects {
|
||||||
group: Group;
|
group: Group;
|
||||||
chunks: RuntimeTerrainRenderChunkObjects[];
|
chunks: RuntimeTerrainRenderChunkObjects[];
|
||||||
material: Material;
|
detailMaterial: Material;
|
||||||
|
distantMaterial: Material;
|
||||||
}
|
}
|
||||||
|
|
||||||
function createRuntimeGeometryBrush(brush: RuntimeBoxBrushInstance): Brush {
|
function createRuntimeGeometryBrush(brush: RuntimeBoxBrushInstance): Brush {
|
||||||
|
|||||||
Reference in New Issue
Block a user