Bizorke / Gear3Engine-Issues

For bugs and features.
1 stars 0 forks source link

Removal of drawable decorator. #1276

Open JSideris opened 2 years ago

JSideris commented 2 years ago

The problem with this decorator is that it doesn't work for objects that must be represented server-side.

Most of the functionality can easily be removed. Renders can be extended to each game object.

Drawing is also currently coupled with physics, which is problematic. By moving draw logic game-side, the client-side representation will have access to physical properties of each object. Generalizations for interpolation will still be a challenge though.