drwave / usd-sketchup

Source & macOS binary of USD exporter for SketchUp
Other
63 stars 5 forks source link

optimize single GeomSubset #23

Open drwave opened 5 years ago

drwave commented 5 years ago

Because USD's Hydra's StreamGL renderer does not currently support GeomSubset, you can trivially exported textured geometry from this exporter that current usdview w/Hydra doesn't render correctly (i.e. no texture). In many cases, there are single faces (with two sides) that are using GeomSubset, but it's really not a subset, it's the whole thing.

In that case, we should omit doing the material as a subset and just apply the material to the whole mesh.