Commit Graph

101 Commits

Author SHA1 Message Date
Sean Lilley 3ca2822690 Naming changes to be more like master 2018-11-01 00:33:13 -04:00
Sean Lilley 376d228ae0 Reorder CHANGES.md 2018-11-01 00:23:58 -04:00
Sean Lilley ede9aaf0c6 Code and test fixes 2018-11-01 00:04:42 -04:00
Sean Lilley 9280038371 Merge branch '1.0' into fixes-from-master 2018-10-31 23:13:55 -04:00
Sean Lilley ade20d8c1d Port over #127 2018-10-31 23:06:13 -04:00
Sean Lilley 9fc526b692 Sceure/logging/outside fixes 2018-10-31 23:03:45 -04:00
Sean Lilley 96154b559c Port over #117 2018-10-31 22:46:44 -04:00
Sean Lilley 05e9788fea Port over #116 2018-10-31 22:02:13 -04:00
Sean Lilley 99806cc4a7 Add specs and CHANGES updates for porting over #120 #133 #136 2018-10-31 21:43:45 -04:00
Sean Lilley d42e2548c8 PR updates 2018-10-31 21:39:53 -04:00
Sean Lilley 30428d8ee4 Treat alpha of 0 as 1 2018-10-30 11:34:57 -04:00
Sean Lilley c60f4ebde3 Same as #162 2018-10-29 23:15:47 -04:00
Sean Lilley bab00f2558 Same as #161 2018-10-29 21:10:54 -04:00
Sean Lilley 57a9baf60e Update triangulation algorithm 2018-10-16 09:49:21 -04:00
Sean Lilley 43e78f3651 Clear vertex cache too 2018-10-11 16:41:11 -04:00
Sean Lilley 07d1c9cdef Reset vertex count properly 2018-10-10 18:36:13 -04:00
Sean Lilley 485645e0b9 Back port fixes from #153 2018-09-18 20:34:56 -04:00
Sean Lilley fbefce69af Fixed normalized Windows paths 2018-08-30 12:18:32 -04:00
Kangning Li b46be04fc6 load greyscale images as luminance instead of alpha 2018-06-07 15:00:21 -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 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
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
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
Sean Lilley d728340ad4 Keep diffuse intact so that shader generation for generateNormals works correctly 2017-06-22 21:18:12 -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
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
Rachel Hwang 133e428cb4 get n-many vertices for a face 2017-06-13 20:48:09 -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
Sean Lilley 86c604826c Treat alpha as 1.0 - Tr 2017-05-18 09:32:06 -04:00
Sean Lilley 81201dcd03 Return Promise.reject instead of throwing error 2017-04-27 13:35:47 -04:00
Ed Mackey f9c0e130aa Merge pull request #62 from AnalyticalGraphicsInc/single-bin
Don't save out two bins
2017-04-25 16:27:31 -04:00
Sean Lilley 403e4cf68e Spec improvements 2017-04-25 13:02:14 -04:00
likangning93 930b14a350 Merge pull request #68 from AnalyticalGraphicsInc/up-axis
Options to convert up axis
2017-04-25 10:15:34 -04:00
Sean Lilley 20bbd17cd9 Fix ambient of 1,1,1 2017-04-23 13:34:09 -04:00
Sean Lilley ec7acba6a9 Fix doc 2017-04-20 15:09:03 -04:00
Sean Lilley 93dac5ebdc Convert up axis 2017-04-20 14:43:59 -04:00
Sean Lilley d7a354b313 Use temp directory 2017-04-20 10:07:01 -04:00
Sean Lilley a6ff230fc3 Don't save out two bins 2017-04-14 12:00:43 -04:00
Sean Lilley 37febbcd93 Renaming files 2017-04-12 16:55:03 -04:00
Sean Lilley cc8fee19c4 Many updates 2017-04-11 17:38:03 -04:00
Sean Lilley 28d081e0ae Remove TODO comment, moved to isse 2017-04-05 13:17:31 -04:00