Add more field descriptions to README.md#3
Open
vexcat wants to merge 25 commits into
Open
Conversation
These are all my findings so far from messing with a .pdo file I have and trying to render it in WebGL With these fields, you have enough information to know where to place tabs and which edges are valleys/mountains. I haven't tested exactly how tabAngles works, but i'm pretty confident that they *are* angles
|
Nice information! Just want to say thank you! Based on your work, I have been able to implement PDO importing for my paper craft application. I heard that you are about to create an app to display pepakura models in-browser, why not checking out mine :p |
It's actually in Parts -> Faces oops
Author
|
That app is really well-made, good job! Is its source code available somewhere? |
|
Unfortunately the source code is not publicly available, since my co-author doesn’t approve of it. But if you need a feature, just request it in my Discord server (server URL is available in the app) :) |
|
@vexcat any updates on your planned app? I'm running into issues with this script: Traceback (most recent call last):
File "loader.py", line 228, in <module>
parse(data)
File "loader.py", line 100, in parse
print 'unk6:', arr(buf.double, buf.double, buf.double, buf.double)
File "loader.py", line 57, in double
return self.unpack('d')
File "loader.py", line 27, in unpack
ret = struct.unpack(fmt, self.read(struct.calcsize(fmt)))
struct.error: unpack requires a string argument of length 8And can't seem to find a way around it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I've been testing some guesswork on what some of the unknowns are and have found the meaning of a few more key fields!
I'll probably be submitting more push requests (or adding to this one) over the next week or so while I work on an app to display pepakura models in-browser