Commit Graph

186 Commits

Author SHA1 Message Date
Sean Lilley fbefce69af Fixed normalized Windows paths 2018-08-30 12:18:32 -04:00
Matthew Amato ca2b3830c8 Bump version for release. 2018-06-08 08:16:26 -04:00
Sean Lilley d34f95ed30
Merge pull request #144 from AnalyticalGraphicsInc/1.0-luminance
load greyscale images as luminance instead of alpha
2018-06-07 21:10:14 -04:00
Kangning Li 0e1f7146d8 edit CHANGES.md version 2018-06-07 15:13:16 -04:00
Kangning Li 55b123add0 update CHANGES.md 2018-06-07 15:08:22 -04:00
Kangning Li b46be04fc6 load greyscale images as luminance instead of alpha 2018-06-07 15:00:21 -04:00
Matthew Amato 13d5a90632 Update CHANGES and version for release 2018-03-28 14:01:54 -04:00
Sean Lilley e05c01e8f4
Merge pull request #137 from AnalyticalGraphicsInc/update-1.0-npm-modules
Update npm modules
2018-03-27 14:52:56 -04:00
Matthew Amato 7af05ec359 Update npm modules
Only `mime` required a minor code change on our end.
2018-03-27 14:31:57 -04:00
Sean Lilley 0e11909860 Updated to version 1.3.0 2017-08-11 12:23:07 -04:00
Sean Lilley b20df62524 Merge pull request #85 from rahwang/more-vertices-faces
Support concave and/or n-vertex faces
2017-08-09 17:54:19 -04:00
Rachel Hwang 3293621155 correct winding order check bug 2017-08-08 11:59:02 -04:00
Rachel Hwang 563d5243a2 cleanup edits 2017-07-27 14:05:10 -04:00
Sean Lilley 9da383e434 Style edits 2017-07-24 16:42:03 -04:00
Sean Lilley 8701c87767 Bumped to 1.2.0 2017-07-11 11:59:38 -04:00
Matthew Amato 88d1396370 Merge pull request #95 from AnalyticalGraphicsInc/fragile-tests
Rework fragile tests
2017-07-11 11:39:07 -04:00
Sean Lilley 3df055c42a Rework fragile tests 2017-07-11 11:33:18 -04:00
Patrick Cozzi b1cc54bcdc Merge pull request #92 from AnalyticalGraphicsInc/event-stream
Remove dependency on event-stream
2017-06-28 14:00:31 -04:00
Matthew Amato 912ab5edff Remove dependency on event-stream
Node has built in functions for reading lines from a file, so there's
no need to depend on `event-stream` just for it.
2017-06-28 13:15:56 -04:00
Rachel Hwang f526e9b0d8 refactor regexes and correct line buffering bug 2017-06-28 10:05:25 -04:00
Patrick Cozzi 54cbb22339 Merge pull request #91 from AnalyticalGraphicsInc/ignore-cleanup
Clean up .gitignore and .npmignore
2017-06-28 08:38:17 -04:00
Matthew Amato 24513be7b8 Clean up .gitignore and .npmignore
There were some outdated and missing entries.
2017-06-28 08:34:42 -04:00
Matthew Amato b9e3d9719b Merge pull request #90 from omh1280/eslint2
Switch from gulp-eslint to the ESLint CLI
2017-06-28 08:24:25 -04:00
Ottavio Hartman 644c281e9c Switch from gulp-eslint to the ESLint CLI. Switch to eslint-config-cesium 2.0. 2017-06-27 13:20:48 -04:00
Rachel Hwang 2706b95b5b correct cross product calculation 2017-06-26 12:49:57 -04:00
Rachel Hwang a07ef6a3ab refactor line buffering 2017-06-26 12:23:34 -04:00
Matthew Amato 813290af6c Merge pull request #89 from AnalyticalGraphicsInc/keep-diffuse
Keep diffuse intact so that shader generation for generateNormals works
2017-06-23 10:34:53 -04:00
Matthew Amato d2eee3e4c5 Update CHANGES.md 2017-06-23 10:34:21 -04:00
Matthew Amato 604e273d23 Merge pull request #87 from omh1280/coverage
Replace Istanbul with nyc
2017-06-23 10:29:56 -04:00
Sean Lilley d728340ad4 Keep diffuse intact so that shader generation for generateNormals works correctly 2017-06-22 21:18:12 -04:00
Ottavio Hartman 7946fecbeb Replace Istanbul with NYC 2017-06-20 13:24:03 -04:00
Rachel Hwang 2105e7bf82 adding winding order sanitization when normals are provided 2017-06-16 14:08:12 -04:00
Rachel Hwang 2396899f5d refactored face line parsing to support multiline faces 2017-06-16 12:59:34 -04:00
Rachel Hwang 7e82e90b35 adding convexivity test and fan method for convex polygon triangulation 2017-06-15 11:11:27 -04:00
Sean Lilley 185061c4b1 Merge pull request #86 from AnalyticalGraphicsInc/lilleyse-patch-1
Fix CHANGES.md
2017-06-14 20:01:14 -04:00
Sean Lilley dbe455fe14 Fix CHANGES.md 2017-06-14 20:00:48 -04:00
Sean Lilley 5aa9aa9abf Merge pull request #83 from rahwang/default-mip-mapping
make mip-mapping on by default
2017-06-14 19:42:04 -04:00
Rachel Hwang d1ac5816d4 make mip-mapping on by default 2017-06-14 19:27:14 -04:00
Rachel Hwang 50d26f4fd7 loads concave faces with more than 3 vertices 2017-06-14 17:08:55 -04:00
Patrick Cozzi d2e5df2d77 Fix typo 2017-06-14 08:22:41 -04:00
Patrick Cozzi b9084bb54f Merge pull request #84 from AnalyticalGraphicsInc/pjcozzi-patch-1
Update LICENSE.md so GitHub reports Apache 2.0 license
2017-06-14 07:38:44 -04:00
Patrick Cozzi 23d243cda9 Update LICENSE.md so GitHub reports Apache 2.0 license 2017-06-14 07:38:15 -04:00
Rachel Hwang 133e428cb4 get n-many vertices for a face 2017-06-13 20:48:09 -04:00
Matthew Amato c82c3ec36e Merge pull request #82 from omh1280/eslint_node
Replace JSHint with ESLint shareable config
2017-06-12 16:05:56 -04:00
Ottavio Hartman f2c3e05d8f Enable no-unused-vars and fix eslint errors 2017-06-12 15:10:35 -04:00
Ottavio Hartman c8adca3324 Replace JSHint with ESLint shareable config 2017-06-12 11:42:37 -04:00
Patrick Cozzi b8ecde6e13 Merge pull request #78 from AnalyticalGraphicsInc/update-npm
Update npm dependencies
2017-05-20 15:20:08 -04:00
Matthew Amato f141c2d9c9 Update npm dependencies
A few npm dependencies were major versions behind, so this updates `yargs`,
`fs-extra`, and `jasmin-spec-reporter` to their latest versions.

The major change here is `fs-extra`, which now has promise implementations
of all functions by default, this means there's no reason to manually
`Promisify` a function any more, the result is less code overall.

There is one important edge case, `fs-extra` uses built-in native Node
promises, which do not have a `finally` function. If you start a promise
change with an `fs-extra` function, you need to wrap it in `Promise.resolve`
in order to make use of finally at the end (assuming you are using finally
at all, if not you don't need to worry about it. The upside is that your
code will always error if you forget to do this.
2017-05-19 11:37:33 -04:00
Ed Mackey 1b9f54ef22 Merge pull request #77 from AnalyticalGraphicsInc/tr
Treat alpha as 1.0 - Tr
2017-05-19 11:19:43 -04:00
Sean Lilley f62e2bd6cf Fix test 2017-05-18 09:37:45 -04:00