Updates to GeometryNew, Array and ArraDispatchers to clean up GeometryNew so that is no longer uses ArrayData.
This commit is contained in:
@@ -465,6 +465,10 @@ void ArrayDispatchers::init()
|
||||
_activeDispatchList.resize(5);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// With inidices
|
||||
//
|
||||
AttributeDispatch* ArrayDispatchers::vertexDispatcher(Array* array, IndexArray* indices)
|
||||
{
|
||||
return _useVertexAttribAlias ?
|
||||
|
||||
Reference in New Issue
Block a user