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

Feature/publish to sketchfab #2

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Conversation

AurL
Copy link

@AurL AurL commented Feb 18, 2016

No description provided.

@AurL AurL added question and removed question labels Feb 18, 2016
@AurL AurL force-pushed the feature/publish-to-sketchfab branch from c74aa70 to 25bd164 Compare February 18, 2016 17:27
@AurL AurL force-pushed the feature/publish-to-sketchfab branch from 25bd164 to 1399096 Compare February 19, 2016 14:49
if ( lastSplitBackslash > lastSplit )
lastSplit = lastSplitBackslash;
if ( lastSplitSlash > lastSplit )
lastSplit = lastSplitSlash;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

overall indentation

also what happens if worldPath contains neither \ nor /?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be ok since lastSplit is initialized with worldPath ?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So you're relying on the fact that NULL is 0? I don't like it very much. Also, does it make sense to search for both / and \? Aren't you just looking for the basename?

@AurL AurL force-pushed the feature/publish-to-sketchfab branch 2 times, most recently from 2ad4c28 to 37ef112 Compare February 22, 2016 13:50
@AurL AurL force-pushed the feature/publish-to-sketchfab branch from 89be329 to bba57d5 Compare March 3, 2016 16:51
@AurL AurL force-pushed the feature/publish-to-sketchfab branch 4 times, most recently from 7ed25e7 to 54c5946 Compare March 9, 2016 20:27
@AurL AurL force-pushed the feature/publish-to-sketchfab branch 3 times, most recently from 4b878f7 to 9be40d2 Compare March 10, 2016 17:47
@AurL AurL force-pushed the feature/publish-to-sketchfab branch from 9be40d2 to e09ccd4 Compare March 10, 2016 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants