Module embree4_rs::geometry

source ·

Structs

Traits

  • A trait implemented by all geometry types. If you want to implement your own geometry type, you must implement this trait.
  • The user geometry implementation. If you want to use custom geometry, you need to implement this trait. See the examples/ for an example of how to implement one.