Skip to content

Commit

Permalink
Merge pull request #211 from bertt/add_attribute_to_custom_vertex_wit…
Browse files Browse the repository at this point in the history
…h_feature_id

add trimming attribute to custom vertex with feature id
  • Loading branch information
vpenades authored Dec 19, 2023
2 parents 29ab865 + 947bd83 commit 7b6fda0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/SharpGLTF.Cesium.Tests/VertexWithFeatureId.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Numerics;

using SharpGLTF.Geometry.VertexTypes;
using SharpGLTF.Schema2;

namespace SharpGLTF
{

#if NET6_0_OR_GREATER
[DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicFields)]
#endif
[System.Diagnostics.DebuggerDisplay("𝐂:{Color} 𝐔𝐕:{TexCoord}")]
public struct VertexWithFeatureId : IVertexCustom
{
Expand Down

0 comments on commit 7b6fda0

Please sign in to comment.