Browse Source

Added missing orx features...

master
Rein van der Woerd 5 years ago
committed by GitHub
parent
commit
eab750d7f7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 25
      build.gradle.kts

25
build.gradle.kts

@ -13,26 +13,33 @@ val orxFeatures = setOf(
// "orx-camera", // "orx-camera",
"orx-compositor", "orx-compositor",
// "orx-easing", // "orx-easing",
// "orx-filter-extension",
// "orx-file-watcher", // "orx-file-watcher",
// "orx-parameters",
// "orx-filter-extension",
"orx-fx", "orx-fx",
"orx-gui", // "orx-glslify",
// "orx-gradient-descent",
// "orx-integral-image", // "orx-integral-image",
// "orx-interval-tree", // "orx-interval-tree",
"orx-image-fit",
// "orx-jumpflood", // "orx-jumpflood",
// "orx-kinect-v1", "orx-gui",
"orx-image-fit",
// "orx-kdtree", // "orx-kdtree",
// "orx-mesh-generators" // "orx-mesh-generators",
// "orx-midi", // "orx-midi",
// "orx-no-clear", // "orx-no-clear",
"orx-noise", "orx-noise",
// "orx-obj" // "orx-obj-loader",
"orx-olive", "orx-olive",
// "orx-osc" // "orx-osc",
// "orx-palette" // "orx-palette",
// "orx-runway" // "orx-poisson-fill",
// "orx-runway",
// "orx-shader-phrases",
"orx-shade-styles" "orx-shade-styles"
// "orx-syphon",
// "orx-temporal-blur",
// "orx-kinect-v1"
) )
/* Which OPENRNDR libraries should be added to this project? */ /* Which OPENRNDR libraries should be added to this project? */

Loading…
Cancel
Save