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

Typed Arrays #858

Merged
merged 14 commits into from
Jun 14, 2013
Merged

Typed Arrays #858

merged 14 commits into from
Jun 14, 2013

Conversation

bagnell
Copy link
Contributor

@bagnell bagnell commented Jun 12, 2013

Modify existing geometry and most of the geometry pipeline to use typed arrays.

positions = new Float64Array(6 * 4 * 3);

// +z face
positions[0] = min.x; positions[1] = min.y; positions[2] = max.z;
Copy link
Contributor

Choose a reason for hiding this comment

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

Generally we don't put more than one line on the same line, but this is OK here I suppose.

@pjcozzi
Copy link
Contributor

pjcozzi commented Jun 13, 2013

@bagnell just those comments. JSHint, tests, and viewer are good.

@hpinkos this may have a minor impact on #855.

@pjcozzi
Copy link
Contributor

pjcozzi commented Jun 13, 2013

Sorry, actually viewer needs some fixes.

@bagnell
Copy link
Contributor Author

bagnell commented Jun 14, 2013

@pjcozzi I think this is ready for another review. I'm not sure what needed fixing in the viewer (before merging with the batching branch).

@pjcozzi
Copy link
Contributor

pjcozzi commented Jun 14, 2013

Viewer is OK; I must of had a build issue.

I cleaned up a few things. Merging.

pjcozzi added a commit that referenced this pull request Jun 14, 2013
@pjcozzi pjcozzi merged commit 466c08c into batching Jun 14, 2013
@pjcozzi pjcozzi deleted the typedArrays branch June 14, 2013 13:42
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.

2 participants