Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented ArrowShape for visualizing arrows #356

Merged
merged 3 commits into from
Mar 21, 2015
Merged

Conversation

mxgrey
Copy link
Member

@mxgrey mxgrey commented Mar 18, 2015

I've created an ArrowShape which is just a specialization of the MeshShape.

This pull request also has constructors and destructors for aiScene, which allows us to delete aiScenes in the destructor of the MeshShape class. The only catch is that there is a void* mPrivate in the aiScene structure which cannot be properly destructed without some hidden internal assimp data structures. It's probably worth raising an issue with the assimp retainers to understand why certain important constructors and destructors are not included in their basic library.

@jslee02 jslee02 added this to the Release DART 5.0 milestone Mar 18, 2015
jslee02 added a commit that referenced this pull request Mar 21, 2015
Implemented ArrowShape for visualizing arrows
@jslee02 jslee02 merged commit 03a6340 into master Mar 21, 2015
@mxgrey mxgrey deleted the grey/ArrowShape branch March 23, 2015 01:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants