-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Pack Geometries before passing to a web worker #2342
Commits on Dec 19, 2014
-
Make Ellipsoid and VertexFormat implement packable in order to make g…
…eometries packable.
Configuration menu - View commit details
-
Copy full SHA for 8db80fb - Browse repository at this point
Copy the full SHA 8db80fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c976c6 - Browse repository at this point
Copy the full SHA 5c976c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64aa675 - Browse repository at this point
Copy the full SHA 64aa675View commit details -
Make polyline, simple polyline, sphere and sphere outline geometries …
…implement packable.
Configuration menu - View commit details
-
Copy full SHA for 2308c57 - Browse repository at this point
Copy the full SHA 2308c57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86eac13 - Browse repository at this point
Copy the full SHA 86eac13View commit details -
Make polyline volume, rectangle, and wall fill/outline geometries imp…
…lement the packable interface.
Configuration menu - View commit details
-
Copy full SHA for fb59f28 - Browse repository at this point
Copy the full SHA fb59f28View commit details
Commits on Dec 22, 2014
-
Add packable tests for bounding sphere, ellipsoid and vertex format. …
…Also added packable tests for box, circle and ellipse fill/outline geometries.
Configuration menu - View commit details
-
Copy full SHA for 56e147d - Browse repository at this point
Copy the full SHA 56e147dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30766ef - Browse repository at this point
Copy the full SHA 30766efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4053cf1 - Browse repository at this point
Copy the full SHA 4053cf1View commit details
Commits on Dec 23, 2014
-
Add packable tests for polyline, polyline volume and rectangle fill/o…
…utline geometries.
Configuration menu - View commit details
-
Copy full SHA for f4c6aec - Browse repository at this point
Copy the full SHA f4c6aecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f0745a - Browse repository at this point
Copy the full SHA 9f0745aView commit details -
Initial pack geometries before sending to web worker. Still needs web…
… worker support to unpack the geometry.
Configuration menu - View commit details
-
Copy full SHA for 9af7036 - Browse repository at this point
Copy the full SHA 9af7036View commit details -
Pack geometries into an array when possible before passing to a web w…
…orker. Unpack when necessary of the web worker.
Configuration menu - View commit details
-
Copy full SHA for 8fca16c - Browse repository at this point
Copy the full SHA 8fca16cView commit details
Commits on Dec 30, 2014
-
Configuration menu - View commit details
-
Copy full SHA for e8c6034 - Browse repository at this point
Copy the full SHA e8c6034View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87fb766 - Browse repository at this point
Copy the full SHA 87fb766View commit details -
Configuration menu - View commit details
-
Copy full SHA for d042918 - Browse repository at this point
Copy the full SHA d042918View commit details
Commits on Dec 31, 2014
-
Merge pull request #2365 from AnalyticalGraphicsInc/pack-subtasks
Pack geometry creation sub-tasks
Configuration menu - View commit details
-
Copy full SHA for 382d342 - Browse repository at this point
Copy the full SHA 382d342View commit details -
Updates from review: Use scratch variables when unpacking box, circle…
…, ellipse, sphere, and ellipsoid fill/outline geometries.
Configuration menu - View commit details
-
Copy full SHA for d1ba164 - Browse repository at this point
Copy the full SHA d1ba164View commit details -
Updates from review: use scratch variables when unpacking corridor, c…
…ylinder, polygon, polyline, polyline volume, rectangle, and wall fill/outline geometries.
Configuration menu - View commit details
-
Copy full SHA for e5d3f39 - Browse repository at this point
Copy the full SHA e5d3f39View commit details
Commits on Jan 5, 2015
-
Remove the create*Geometry workers. Require geometries to implement p…
…ackable and have a createGeometry function.
Configuration menu - View commit details
-
Copy full SHA for 4073f38 - Browse repository at this point
Copy the full SHA 4073f38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b78cbf - Browse repository at this point
Copy the full SHA 0b78cbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a484adc - Browse repository at this point
Copy the full SHA a484adcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20c8d28 - Browse repository at this point
Copy the full SHA 20c8d28View commit details -
Revert "Remove the create*Geometry workers. Require geometries to imp…
…lement packable and have a createGeometry function." This reverts commit 4073f38.
Configuration menu - View commit details
-
Copy full SHA for 9e4f045 - Browse repository at this point
Copy the full SHA 9e4f045View commit details
Commits on Jan 6, 2015
-
Configuration menu - View commit details
-
Copy full SHA for d263195 - Browse repository at this point
Copy the full SHA d263195View commit details
Commits on Jan 7, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 3763284 - Browse repository at this point
Copy the full SHA 3763284View commit details