abrindam / ArtemisEngineeringClient

Java client for Artemis SBS. Attempts to provide an better experience for those playing the Engineering station.
2 stars 1 forks source link

Support damcon team control #12

Open abrindam opened 8 years ago

abrindam commented 8 years ago

Will require displaying 3D model of ship and allowing user to interact with it.

abrindam commented 8 years ago

@jacobmaxfrank: Just fixed a crash due to 100% node health causing an index of 10 into the texture array, and we only have textures 0-9 current. Quick fix was to clamp possible indexes to max of 9, but this will cause health of 90-100% to be rendered the same color. May want to come up with a better solution.

abrindam commented 8 years ago

Remaining work: