I've been searching for how to add a new schema into USD.
I found that there is a framework for generating and definining a new schema given by Pixar, but I can't find a way to render the custom schema on usdview or Hydra renderer.
For example, if I define an image schema which is to display an image on a 3D scene thorough USD schema definition and locate built plugin into right location, then how should I tell either usdview or Hydra renderer render properly? Are there any other plugin frameworks, provided by Pixar, to read and process user defined schemas? I can't find any documentation about them. Maybe I misundertand USD system.
Thanks in advance.
I found that there is a way to define a new schema through tools provided by Pixar. (Generating New Schema Classes — Universal Scene Description 22.11 documentation)
However, I can't find any resources for developing plugins for rendering new schema types of USD.