Simple Normals Rendering
This commit is contained in:
parent
97525efacb
commit
0e41a6e4fd
9 changed files with 2296 additions and 156 deletions
|
|
@ -95,3 +95,6 @@ void Topology::updateTransformed() {
|
|||
mTrigCaches[idx].updateCache(mPointsTransformed);
|
||||
}
|
||||
}
|
||||
|
||||
const Buffer<TrigCache>& Topology::getTrigs() const { return mTrigCaches; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue