PongLyon

Results 2 issues of PongLyon

```ruby char* c_file_path = RSTRING_PTR(file_path); char* c_thumbnail_dir = RSTRING_PTR(thumbnail_path); SUModelRef model = SU_INVALID; SUResult res = SUModelCreateFromFile(&model, c_file_path); if (res != SU_ERROR_NONE) { rb_raise(rb_eRuntimeError, "Failed to create a new model");...

C API
SketchUp
SDK