README.txt 546 B

123456789101112131415
  1. ev-pro
  2. ======
  3. This folder contains abstractions for projection mapping.
  4. There are currently 5 projection modules to select from:
  5. * [ev_pro_22] has 2x2 cornerpoints for flat surfaces.
  6. * [ev_pro_33] has 3x3 cornerpoints for curved surfaces.
  7. * [ev_pro_55] has 5x5 cornerpoints for heavily distorted surfaces.
  8. * [ev_pro_22easy] is an alternative to ev_pro_22, with less functionality.
  9. * [ev_pro_33easy] is an alternative to ev_pro_33, with less functionality.
  10. Additional modules:
  11. * [ev_texhelper] is a tool for easy texture coordinates selection.