Mercurial > hg > Game > Cerium
annotate Renderer/Test/protobuf/aquarium.proto @ 2069:26aa08c9a1de draft default tip
cuda example fix
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 12 Feb 2017 10:04:55 +0900 |
parents | 0cd0ab8680f4 |
children |
rev | line source |
---|---|
867
9b25de3bb8de
add init_aquarium with protobuf
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents:
866
diff
changeset
|
1 package aqua; |
9b25de3bb8de
add init_aquarium with protobuf
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents:
866
diff
changeset
|
2 |
866 | 3 message Width { |
4 required int32 width = 1; | |
5 } | |
6 | |
7 message Position { | |
8 required float x = 1; | |
9 required float y = 2; | |
902
0cd0ab8680f4
[aquarium] add direction of fish
game@zeus.cr.ie.u-ryukyu.ac.jp
parents:
867
diff
changeset
|
10 required float angle_x = 3; |
0cd0ab8680f4
[aquarium] add direction of fish
game@zeus.cr.ie.u-ryukyu.ac.jp
parents:
867
diff
changeset
|
11 required float angle_y = 4; |
866 | 12 } |