Tag: unity

Flow Field Editor Still Alive

I’ve come up with some new ideas for what seemed a completed tool. This release of FFE (“Flow Field” Editor) has changed significantly, so I will describe it from scratch. Introduction What FFE now produces is in general an image. It can be created from: flow field points, color points, […]

GraviBall Demo

A small Unity3D game I started creating recently. Features custom character controller and several interesting transparent materials. It will get more fascinating as I come up with new ideas to employ the non-orthodox game physics. Game created in Unity Indie. All geometry and textures were created in Blender.

Another Flow Field Editor Update

Probably final this time 😉 I was trying to find a compromise between speed and quality and came up with an idea of triangle-based cubic interpolation. Fortunately it turned out that such beast already existed – http://cran.r-project.org/web/packages/akima/. It’s several times faster than Natural Neighbour and gives better results than Linear […]

Monkey Dodge – Attempt at my own Flow Map

So this is how I attempted to create my own flowmap: 1) Took a screenshot of the scene from above: 2) Using GIMP, performed edge detection using Sobel size 3 filter 3) Performed Dilation 3 times. 4) Performed Brightness/Contrast adjustment, setting Brightness to 126, contrast to 127 5) I loaded […]

Unity 3D Indie Realtime Water Reflection

Using the following two-pass shader I was able to get realtime water reflections in Indie/Free Edition of Unity 3D: The shader was based on some other shader demonstrating light computations in Unity3D. I added the second pass, made a mirror reflection of geometry against water and switched face culling to […]