Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
removed unused property I thought was removed already
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Dec 28, 2020
1 parent 6b69d42 commit 754297e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,6 @@ public class BaseMixedRealitySpatialMeshObserverProfile : BaseMixedRealitySpatia
/// </summary>
public SpatialAwarenessMeshLevelOfDetail MeshLevelOfDetail => meshLevelOfDetail;

[SerializeField]
[Tooltip("Level of detail, in triangles per cubic meter.\nIgnored unless MeshLevelOfDetail is set to Custom.")]
private uint meshTrianglesPerCubicMeter = 0;

/// <summary>
/// The level of detail, in triangles per cubic meter, for the returned spatial mesh.
/// </summary>
/// <remarks>This value is ignored, unless <see cref="MeshLevelOfDetail"/> is set to Low.</remarks>
public uint MeshTrianglesPerCubicMeter => meshTrianglesPerCubicMeter;

[SerializeField]
[Tooltip("Should normals be recalculated when a mesh is added or updated?")]
private bool meshRecalculateNormals = true;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ public interface IMixedRealitySpatialMeshObserver : IMixedRealitySpatialAwarenes
{
/// <summary>
/// Gets or sets the level of detail, as a MixedRealitySpatialAwarenessMeshLevelOfDetail value, for the returned spatial mesh.
/// Setting this value to Custom, implies that the developer is specifying a custom value for MeshTrianglesPerCubicMeter.
/// </summary>
SpatialAwarenessMeshLevelOfDetail MeshLevelOfDetail { get; }

Expand Down

0 comments on commit 754297e

Please sign in to comment.