How convert skp to obj in the c sdk

i’m developing viewer and i want to have integration sketchup for showcase their rendering on the go without need installation in the most seamless experience possible any way to allow skp to obj from the c sdk

Yes, you can write an SKP to OBJ conversion utility using the SDK.

But, no there is no renderer with the SDK, so SketchUp’s rendering styles will not show up in an OBJ export.

See the "samples" folder in the SDK for an example exporter that writes XML files. You can adapt it to instead write OBJ format.

The consumer (you) must code the export serialization of model data. There are no ready-made format converters in the SDK.

1 Like