воскресенье, 28 сентября 2014 г.

четверг, 25 сентября 2014 г.

Planet Shooter. Physics 2.

In my last post I mentioned that using brute-force approach for collision detection I can handle 200 objects on my machine with 60 fps. My next step was to add some spatial structure for fast collisions.

воскресенье, 14 сентября 2014 г.

среда, 26 марта 2014 г.

суббота, 8 марта 2014 г.

Order independent transparency in flash

Hi. The word of warning in the beginning - my approach is some sort of depth peeling algorithm, but it's not true depth peeling - it's impossible in flash yet. It also not uses different buffers - A, K etc - simply because we don't have it in flash. My Approach uses too many passes to be useful real-time technique. It's just a proof of concepts and was a good train for my brain :)

пятница, 17 января 2014 г.

Air 4.0 and new graphics stuff

Hello everyone. It was silent here for a long time. I was quite busy - my son was born and I changed a job and moved to new country. Now it seems I have some time for blog.

So, what we have? As you may already know new Air sdk was released recently with some stage3d API improvements. The new method for context request and new buffer usage flag were introduced.