Commit Graph

545 Commits

Author SHA1 Message Date
Edwin Jakobs
96b39ce7a1 Upgrade to Gradle 6.2.2 2020-03-16 21:49:20 +01:00
Edwin Jakobs
fe22f36bdf Add Fisheye filter 2020-03-16 21:49:20 +01:00
Edwin Jakobs
576833cd50 Add DisplaceBlend filter 2020-03-16 21:49:20 +01:00
Edwin Jakobs
37f25c6019 Merge pull request #52 from hamoid/addDodecahedron
Add Dodecahedron.kt
2020-03-15 16:34:11 +01:00
Edwin Jakobs
607316d9d1 Merge pull request #49 from ricardomatias/orx-image-fit
Externalize fitting algorithm
2020-03-15 16:32:02 +01:00
Abe Pazos
a9fa814a1a Add Dodecahedron.kt 2020-03-15 15:55:38 +01:00
Edwin Jakobs
c3584d1dcb Merge pull request #50 from hamoid/addExampleToReadme
readme: add display 3D mesh examples
2020-03-14 17:08:00 +01:00
Edwin Jakobs
9168211a84 Merge pull request #51 from hamoid/fixPlaneUV
Plane.kt: fix uv coordinates
2020-03-14 17:06:59 +01:00
Abe Pazos
c22f9f73c6 Plane.kt: fix uv coordinates 2020-03-14 16:58:02 +01:00
Ricardo Matias
e2364c9560 Externalize fitting algorithm 2020-03-14 16:43:28 +01:00
Abe Pazos
734f71602c readme: add examples displaying 3D meshes 2020-03-14 16:26:51 +01:00
Rein van der Woerd
cba59e6a89 Vector control in GUI
Also using snapshot of panel
2020-03-14 16:17:45 +01:00
Edwin Jakobs
fe7f5dfbb0 Add distance-transform based Inpaint 2020-03-14 11:43:56 +01:00
Edwin Jakobs
142f3d52c4 Add checkers pattern 2020-03-13 22:48:13 +01:00
Edwin Jakobs
f0eb582ae5 Bump OPENRNDR to 0.3.40-rc.4 2020-03-13 15:56:52 +01:00
Edwin Jakobs
cefc44fe7b Add OuterGlow 2020-03-13 15:03:17 +01:00
Edwin Jakobs
dd7f97e7b7 Merge pull request #46 from reinvdwoerd/master
Prevent a crash when using a 'val' with a parameter annotation...
2020-03-13 14:20:26 +01:00
Rein van der Woerd
c8605f7f53 Prevent a crash when using a 'val' with a parameter annotation...
It tried to cast an immutable to a mutable property...
2020-03-12 22:21:03 +01:00
Edwin Jakobs
6e83f0551a Add regular polygon shape generator functions 2020-03-12 19:06:07 +01:00
Edwin Jakobs
49d139a33f Fix 3d simplex noise 2020-03-12 15:09:04 +01:00
Edwin Jakobs
1938cbcce3 Rename gradient functions 2020-03-12 15:08:28 +01:00
Edwin Jakobs
eff96bac94 Add 1d noise versions, Gaussian noise, noise gradients, 4D fractal functions 2020-03-12 12:40:12 +01:00
Edwin Jakobs
5b0775289c Clean-up and add simplexQuintic, simplexHermite 2020-03-11 17:29:15 +01:00
Edwin Jakobs
d795ef91f3 Add support for unnamed triangle groups 2020-03-10 11:11:08 +01:00
Edwin Jakobs
f663677cfa Fix formatting of OBJLoader 2020-03-10 11:06:34 +01:00
Edwin Jakobs
a8fc4f34d7 Add checks for event.propagationCancelled in OrbitalControls 2020-03-09 18:50:52 +01:00
Edwin Jakobs
0d1eae3752 Upgrade to kotlin 1.3.70, kotlinx-coroutines-core 1.3.4, kluent 1.60 2020-03-09 15:35:35 +01:00
Edwin Jakobs
48ef24d741 Fix package for RoundedRectangle.kt 2020-03-09 13:07:40 +01:00
Edwin Jakobs
3da0040b07 Add Drawer extension methods for rounded rectangle 2020-03-09 12:50:22 +01:00
Edwin Jakobs
639b9ac911 Add orx-shapes 2020-03-09 12:47:09 +01:00
Edwin Jakobs
fee87d5e53 Merge pull request #45 from ricardomatias/glslify-fix
Ignore pragma indentation
2020-03-09 12:20:40 +01:00
Edwin Jakobs
fc784c8947 Merge branch 'ricardomatias-compositor-mask' 2020-03-09 12:16:32 +01:00
Edwin Jakobs
781e4ce957 Clean-up imports 2020-03-09 12:15:39 +01:00
Edwin Jakobs
915579367a Merge branch 'compositor-mask' of https://github.com/ricardomatias/orx into ricardomatias-compositor-mask 2020-03-09 12:10:01 +01:00
Ricardo Matias
84b03f9ae5 Add mask method to compositor
Closes #29
2020-03-09 11:38:18 +01:00
Ricardo Matias
45a8dfc55d Ignore pragma indentation 2020-03-09 11:00:05 +01:00
Edwin Jakobs
f4f02ffdbe Merge pull request #44 from hamoid/master
Add SimplexNoise4D.kt
2020-03-08 17:10:39 +01:00
Abe Pazos
e6b29ba404 Use correct package in SimplexNoise4D.kt 2020-03-08 12:13:17 +01:00
Abe Pazos
961fb325d8 Add SimplexNoise4D.kt 2020-03-06 11:31:48 +01:00
Edwin Jakobs
c483ec57b3 Merge pull request #40 from ricardomatias/radom-pick-fix
Fix pick from Random
2020-03-05 22:00:13 +01:00
Edwin Jakobs
55d91f6c88 Merge pull request #42 from BoydRotgans/master
DensePose model support Runway
2020-03-05 21:59:31 +01:00
boydrotgans
84e5b38f7e DensePose model support 2020-03-05 16:28:00 +01:00
Ricardo Matias
e6233ebe9a Fix pick from Random 2020-03-05 12:55:31 +01:00
Edwin Jakobs
8fe9596e91 Merge pull request #39 from reinvdwoerd/master
Increased the DropShadow filter offset range in GUI
2020-03-04 23:07:48 +01:00
Rein van der Woerd
a33fcc0b5c Merge branch 'master' of https://github.com/reinvdwoerd/orx 2020-03-04 22:15:48 +01:00
Rein van der Woerd
1d31ac5a3f Added a stronger randomize() to the GUI when holding Shift...
With different styling to indicate that the effect will be greater...
2020-03-04 22:15:32 +01:00
Rein van der Woerd
d191f44dfa Increased the DropShadow filter offset range in GUI 2020-03-04 08:22:21 +01:00
Edwin Jakobs
5a4ce58589 Merge pull request #37 from ricardomatias/orx-glslify-preprocessor
Swith orx-glslify to preprocessor usage
2020-03-01 14:48:25 +01:00
Ricardo Matias
c74d4a250a Swith orx-glslify to preprocessor usage 2020-03-01 14:31:06 +01:00
Edwin Jakobs
857b8714fe Fix persistence issues in JumpFlood 2020-03-01 14:08:09 +01:00