summaryrefslogtreecommitdiffstats
path: root/test/uscxml/proto/3DViewer/ModelInfo.proto
diff options
context:
space:
mode:
Diffstat (limited to 'test/uscxml/proto/3DViewer/ModelInfo.proto')
-rw-r--r--test/uscxml/proto/3DViewer/ModelInfo.proto10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/uscxml/proto/3DViewer/ModelInfo.proto b/test/uscxml/proto/3DViewer/ModelInfo.proto
new file mode 100644
index 0000000..3214a71
--- /dev/null
+++ b/test/uscxml/proto/3DViewer/ModelInfo.proto
@@ -0,0 +1,10 @@
+import "LinearAlgebra.proto";
+
+message ModelInfo {
+ required string name = 1;
+ required string description = 2;
+}
+
+message Annotation {
+ required Vector3 position = 1;
+} \ No newline at end of file