TouchDesigner / TouchEngine-UE-Samples

A sample project relying on the TouchEngine-UE plugin.
Other
65 stars 6 forks source link

Simple Scoring should eventually use only DAT data type #20

Closed jetXS closed 3 years ago

jetXS commented 3 years ago

I see in the blueprint that you are mixing CHOP and DAT.. I think if the DAT is coming as an array of an array of strings (RE: https://github.com/mbechard/TouchEngine-UE4/issues/52) the display going on should fully rely on cells values / strings.

Note, the linked issue of the Plugin repo, is really an important one. Datastructure and types need to really match what's in TouchEngine / TouchDesigner.

CHOPs/DATs are respectively arrays of arrays of floats and arrays of arrays of strings.

jetXS commented 3 years ago

Done overcall.