Firebase Update
This commit is contained in:
19
express-server/node_modules/protobufjs/tests/protobufnet.proto
generated
vendored
Normal file
19
express-server/node_modules/protobufjs/tests/protobufnet.proto
generated
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
message IMeshImp {
|
||||
}
|
||||
message Mesh {
|
||||
optional IMeshImp _meshImp = 1;
|
||||
repeated float3 _vertices = 2;
|
||||
repeated uint32 _colors = 3;
|
||||
repeated float3 _normals = 4;
|
||||
repeated float2 _uvs = 5;
|
||||
repeated int32 _triangles = 6;
|
||||
}
|
||||
message float2 {
|
||||
optional float x = 1 [default = 0];
|
||||
optional float y = 2 [default = 0];
|
||||
}
|
||||
message float3 {
|
||||
optional float x = 1 [default = 0];
|
||||
optional float y = 2 [default = 0];
|
||||
optional float z = 3 [default = 0];
|
||||
}
|
Reference in New Issue
Block a user