Skip to content

Commit 501a1e6

Browse files
Add details on ray tracing use case
Signed-off-by: Thomas Sedlmayer <tsedlmayer@pmsfit.de>
1 parent 4f86986 commit 501a1e6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

osi_sensorviewconfiguration.proto

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,6 +1067,15 @@ message RaytracerViewConfiguration
10671067

10681068
// Format of raytracer data (includes number, kind and format of channels).
10691069
//
1070+
// The \c RayTracerFormat is used to facilitate information exchange between
1071+
// different modules within a shared context. The ray tracing provider
1072+
// communicates the location of the data on the GPU to the consumer.
1073+
// Additionally, the \c RayTracerFormat defines how this data should be
1074+
// interpreted, enabling the consumer to correctly process it during
1075+
// GPU-based post-processing. This configuration ensures that the consumer
1076+
// understands the structure and semantics of the data, allowing for
1077+
// efficient and accurate interpretation in the post-processing.
1078+
//
10701079
// In the message provided by the sensor model, this field can
10711080
// be repeated and all values are acceptable to the model, with
10721081
// the most acceptable value being listed first, and the remaining

0 commit comments

Comments
 (0)