-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.lua
More file actions
16 lines (15 loc) · 799 Bytes
/
Copy pathmain.lua
File metadata and controls
16 lines (15 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--------------------------------------------------------------------------------
-- Gideros Gradient Mesh examples
--
-- Project setup:
-- Scale mode: No Scale Top Left
-- Logical size: 320 x 480
-- Orientation: Landscape left
--
-- Uncomment the example you want to run.
--------------------------------------------------------------------------------
-- require "examples/gradient_overlay" -- Image overlays using gradient palettes
-- require "examples/radial_gradient_splash_masks" -- Radial gradients with splash texture masks
require "examples/radial_shapes_hole_deform" -- Circles, regular polygons, holes, and deformation
-- require "examples/hexagon_portrait_texture_mask" -- Legacy texture masking experiment
-- require "examples/texture_mask_rotated_mesh"