Open thomthom opened 13 years ago
Original report by me.
Make EntitiesProvider keep a cache of faces => QuadFace for reuse of QuadFace objects. While keeping a separate record of what EntitiesProvider contains.
This means that EntitiesProvider.include? Should not check the face => QuadFace.
Then get and [] can be aliases of each others.
Possible bug with #add and/or #get.
Original report by me.
Make EntitiesProvider keep a cache of faces => QuadFace for reuse of QuadFace objects. While keeping a separate record of what EntitiesProvider contains.
This means that EntitiesProvider.include? Should not check the face => QuadFace.
Then get and [] can be aliases of each others.