Improved the culling result of HizCulling;
Added custom inspector for VolumeObject; Change the name of AoVolume to VolumeObject;
This commit is contained in:
@@ -9,9 +9,9 @@ namespace Misaki.AoVolume
|
||||
|
||||
public static readonly VolumeEntity Invalid = new(_INVALID_INDEX);
|
||||
|
||||
public VolumeEntity(int index)
|
||||
public VolumeEntity(int entityIndex)
|
||||
{
|
||||
this.entityIndex = index;
|
||||
this.entityIndex = entityIndex;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user