Are you updating the position/color of the cubes on the CPU or did you pass in a direction/speed/initial color per cube and do the math on the GPU using a time based value?
@7thsanctum9 жыл бұрын
ManIkWeet Positions are updated on GPU as part of the shader. The position moves in a particular direction per frame. There is no collisions though between objects.
@ManIkWeet9 жыл бұрын
7thsanctum That is pretty awesome!
@artwaretists18199 жыл бұрын
will you release the code somewhere?
@7thsanctum9 жыл бұрын
Artwaretists Code is available on Github here : github.com/7thsanctum/Personal-Project--Third-Year-