sxrsdk / sxrsdk-demos

9 stars 24 forks source link

Modify rendering orders and fix input #72

Open NolaDonato opened 5 years ago

NolaDonato commented 5 years ago

Modify demos to work with SXR PR#114 Some of the older demos have a rendering order for each object. These are modified to have fewer rendering orders. Some objects have also been repositioned to work correctly with the new rendering orders. Also use float3 for position in shaders consistently. A few demos had broken input in monoscopic mode. I enabled gesture detection and attached the callbacks to the TouchPadInput class used in the old apps.

SXR DCO signed off by: Nola Donato nola.donato@samsung.com

NolaDonato commented 5 years ago

This PR is currently a work in progress. Not all the demos have been tested yet.