-
Notifications
You must be signed in to change notification settings - Fork 226
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
Basic Lattice/FFD Implementation #44
Basic Lattice/FFD Implementation #44
Commits on Dec 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8e6dae6 - Browse repository at this point
Copy the full SHA 8e6dae6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9f02dc - Browse repository at this point
Copy the full SHA d9f02dcView commit details
Commits on Jan 28, 2021
-
* Started a Lattice deformer - known issues: LatticeJob code is poorl…
…y written, Process needs a better way of turning serialised arrays into native arrays, doesn't work with meshes bigger than unit bounds, no scene view editing support yet, no subdivision support yet
Barnaby MacBook committedJan 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 6665d02 - Browse repository at this point
Copy the full SHA 6665d02View commit details -
* Simplify the native array copying and fix lingering native arrays
Barnaby MacBook committedJan 28, 2021 Configuration menu - View commit details
-
Copy full SHA for af76466 - Browse repository at this point
Copy the full SHA af76466View commit details -
* Code cleanup and use Bursted lerp
Barnaby MacBook committedJan 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 356bd88 - Browse repository at this point
Copy the full SHA 356bd88View commit details
Commits on Jan 30, 2021
-
* Reorder corners so they make more logical sense
Barnaby MacBook committedJan 30, 2021 Configuration menu - View commit details
-
Copy full SHA for aa22ec3 - Browse repository at this point
Copy the full SHA aa22ec3View commit details -
Merge remote-tracking branch 'upstream/develop' into feature/lattice
Barnaby MacBook committedJan 30, 2021 Configuration menu - View commit details
-
Copy full SHA for c1baf50 - Browse repository at this point
Copy the full SHA c1baf50View commit details -
* Lattice deformer now supports subdivision resolution
Barnaby MacBook committedJan 30, 2021 Configuration menu - View commit details
-
Copy full SHA for bef131a - Browse repository at this point
Copy the full SHA bef131aView commit details -
* Depth test the lattice lines * Make sure new lattice deformers have…
… sensible default corners
Barnaby MacBook committedJan 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 4f38f08 - Browse repository at this point
Copy the full SHA 4f38f08View commit details -
* Lattice calculations are now relative to the lattice deformer (or c…
…ustom transform), means a lattice source projection can now be easily mapped to any bounds
Barnaby MacBook committedJan 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 848fe49 - Browse repository at this point
Copy the full SHA 848fe49View commit details -
* Added scene view UI for editing lattice * Vertices outside the latt…
…ice are also deformed (doesn't seem quite right so needs more work) * When changing the subdivision now resamples using the last lattice * Cap max subdivisions at 32 per axis * Unrelated to lattice - cleaning all deformables also cleans GroupDeformers
Barnaby MacBook committedJan 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 9ef679a - Browse repository at this point
Copy the full SHA 9ef679aView commit details
Commits on Jan 31, 2021
-
* Fix issue with interpolation outside the lattice * Remove some redu…
…ndant else code so the code is simpler
Barnaby MacBook committedJan 31, 2021 Configuration menu - View commit details
-
Copy full SHA for 7948d0e - Browse repository at this point
Copy the full SHA 7948d0eView commit details
Commits on Feb 1, 2021
-
Barnaby MacBook committed
Feb 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 5c6d11d - Browse repository at this point
Copy the full SHA 5c6d11dView commit details -
* Rename corners to control points
Barnaby MacBook committedFeb 1, 2021 Configuration menu - View commit details
-
Copy full SHA for a8cfabe - Browse repository at this point
Copy the full SHA a8cfabeView commit details
Commits on Feb 2, 2021
-
* Control Points and Resolution made readonly * Added Get and SetCont…
…rolPoint methods * Removed the ControlPoints field on the inspector as it's not that useful with large counts and error prone * Changed behaviour of modifier keys when selecting control points so they toggle * Tool is now only reset when you click the first control point, changing tool with a control point selected will reset the selection so you can easily change mode back
Barnaby MacBook committedFeb 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 85c1b8f - Browse repository at this point
Copy the full SHA 85c1b8fView commit details