Skip to content

Commit

Permalink
Save progress for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
j9liu committed Dec 7, 2023
1 parent a8b4ae4 commit f686fed
Show file tree
Hide file tree
Showing 9 changed files with 1,533 additions and 103 deletions.
2 changes: 1 addition & 1 deletion Runtime/CesiumFeatureIdAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ internal CesiumFeatureIdAttribute()
/// <inheritdoc />
public override Int64 GetFeatureIdFromRaycastHit(RaycastHit hitInfo)
{
int vertex = GetFirstVertexFromHitTriangle(hitInfo);
int vertex = base.GetFirstVertexFromHitTriangle(hitInfo);
return this.GetFeatureIdForVertex(vertex);
}
}
Expand Down
380 changes: 316 additions & 64 deletions Runtime/CesiumMetadataValue.cs

Large diffs are not rendered by default.

Loading

0 comments on commit f686fed

Please sign in to comment.