Skip to content

Commit

Permalink
Add TODO(#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
TeodorVecerdi committed Dec 1, 2021
1 parent 7437713 commit 988c13a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ internal class CurveVisualizerSettings {

[Serializable]
internal class InstancedGeometrySettings {
// TODO(#17): Provide a way to add per-instance per-submesh materials
// Maybe using a List<List<Material>>?
public List<Material> Materials = new List<Material>();
}
}

0 comments on commit 988c13a

Please sign in to comment.