| 61 | TexturedQuad::Ptr textured_quad_; |
| 62 | |
| 63 | void |
| 64 | printHelp(int, char** argv) |
| 65 | { |
| 66 | print_error("Syntax is: %s <filename>\n", argv[0]); |
| 67 | print_info("acceptable filenames include vtk, obj and ply. ply can support color\n"); |
| 68 | } |
| 69 | |
| 70 | void |
| 71 | display_score_image(const float* score_buffer) |