Commit Graph

324 Commits

Author SHA1 Message Date
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
Edwin Jakobs
699e254471 Fix post buffer cache bug in Compositor 2020-03-01 14:07:40 +01:00
Edwin Jakobs
899b8b1e7a Add PerspectivePlane distortion filter 2020-03-01 13:07:33 +01:00
Edwin Jakobs
5b2652a1d3 Merge pull request #35 from ricardomatias/glslify-fixes
No request when glslify module is already downloaded
2020-02-29 14:55:15 +01:00
Ricardo Matias
2b36b6f439 No request when glslify module is already downloaded 2020-02-29 14:27:59 +01:00
Edwin Jakobs
6eade9e632 Add DirectionalField to orx-jumpflood 2020-02-29 14:01:32 +01:00
Edwin Jakobs
050d6b3035 Add support for resolving specific delegated properties 2020-02-29 12:26:52 +01:00
Edwin Jakobs
ad8d6632a9 Fix jdk 8 compatibility 2020-02-28 21:03:27 +01:00
Edwin Jakobs
c722a060a0 Replace khttp with java standard library https methods 2020-02-28 20:58:08 +01:00
Ricardo Matias
75d6802ea8 Add orx-glslify 2020-02-28 20:58:08 +01:00
Edwin Jakobs
b6c16f0831 Add access to accumulation buffer in orx-compositor 2020-02-27 22:30:46 +01:00
Edwin Jakobs
5b23e1898c Fix bias in integer randomization 2020-02-27 22:27:50 +01:00
Edwin Jakobs
a249d928fd Add DistanceField filter to orx-jumpflood 2020-02-27 19:29:04 +01:00
Edwin Jakobs
20c3a13ece Add configurable color type for Layer 2020-02-27 19:26:44 +01:00
Edwin Jakobs
2ac9a28a31 Fix for orx-olive's build.gradle 2020-02-27 17:22:27 +01:00
Edwin Jakobs
9cb7ac6644 Add Filter interfaces for PoissonBlend and PoissonFill 2020-02-27 16:45:50 +01:00
Edwin Jakobs
96bd90e6b9 Fix for orx-olive dependencies 2020-02-27 16:44:56 +01:00
Edwin Jakobs
950ec6ac7d Add support for resolving shader phrases from delegated properties 2020-02-27 13:05:40 +01:00
Edwin Jakobs
c55f32915d Fix gradle files to be future proof 2020-02-26 19:31:46 +01:00
Edwin Jakobs
f534f47077 Merge pull request #33 from reinvdwoerd/master
Added the option to choose a specific server server / application to SyphonClient
2020-02-26 18:03:11 +01:00
Edwin Jakobs
50b4a1fca0 Upgrade to Gradle 6.2.1 2020-02-26 16:50:06 +01:00
Rein van der Woerd
ff442da068 Added the option to choose a specific server server / application to SyphonClient
Also updated the preview gif to the right colors and added orx-syphon to the README
2020-02-26 13:29:11 +01:00