Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public enum Antialiasing
/// and is especially useful to optimize volume traversal. You should always have your
/// volumes in dedicated layers instead of the default one for best performances.
/// </summary>
public LayerMask volumeLayer;
public LayerMask volumeLayer = 1;

/// <summary>
/// If <c>true</c>, it will kill any invalid / NaN pixel and replace it with a black color
Expand Down