File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -181,6 +181,13 @@ message TrafficSign
181181 //
182182 optional Classification classification = 2 ;
183183
184+ // Opaque reference of an associated 3D model of the traffic sign.
185+ //
186+ // \note It is implementation-specific how model_references are resolved to
187+ // 3d models.
188+ //
189+ optional string model_reference = 3 ;
190+
184191 //
185192 // \brief \c Classification data for a traffic sign.
186193 //
@@ -5459,6 +5466,13 @@ message TrafficSign
54595466 //
54605467 optional Classification classification = 2 ;
54615468
5469+ // Opaque reference of an associated 3D model of the supplementary traffic sign.
5470+ //
5471+ // \note It is implementation-specific how model_references are resolved to
5472+ // 3d models.
5473+ //
5474+ optional string model_reference = 3 ;
5475+
54625476 //
54635477 // \brief \c Classification data for a supplementary traffic sign.
54645478 //
You can’t perform that action at this time.
0 commit comments