The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
167 views

What concepts are there for interactive water?

I want water to be a gameplay object in my game. The player should be able to take in in a bucket and tip it out somewhere in the world. Water should flow in some way so that it can be used to build ...
0
votes
2answers
140 views

How can I improve my Animation

The first approaches in animation for my game relied mostly on sine and cosine functions with the time as parameter. Here is an example of a very basic jump I implemented. if(jumping) { height = ...