12 lines
182 B
Protocol Buffer
12 lines
182 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
import "Vector.proto";
|
||
|
// Obf: BFCLKLDHKOM
|
||
|
message ShapeBox {
|
||
|
Vector center = 1;
|
||
|
Vector axis0 = 2;
|
||
|
Vector axis1 = 3;
|
||
|
Vector axis2 = 4;
|
||
|
Vector extents = 5;
|
||
|
}
|