summaryrefslogtreecommitdiffstats
path: root/test/uscxml/proto/3DViewer/ModelInfo.proto
blob: 3214a710f074a2282876b4c171815fcf834b08e7 (plain)
1
2
3
4
5
6
7
8
9
10
import "LinearAlgebra.proto";

message ModelInfo {
	required string name = 1;
	required string description = 2;
}

message Annotation {
	required Vector3 position = 1;
}