Blog

Notes on ongoing projects — builds, experiments, and things I'm learning.

Unreal Engine is a great game engine, and ecosystem, but some seemingly basic things are really complicated to pull off. I want to have a particle follow a path, something that is pretty easy in most other systems, but not UE4.

First thing I need a path. UE4 calls these splines, but you can't impo...

I am interested in bringing live green screen shot footage into a UE4 environment.

To get a different image per eye use a lerp and a custom node:

Create a custom node in your material editor and add "return ResolvedView.StereoPassIndex; " (Note: output type should be Float1)

To get a mate...

Will AR be more popular than VR? The complete immersive experience is what draws me to VR, but I definitely can see the utility of AR, especially when it comes to training. I've proposed a new concept for a training piece that I am currently prototyping.

Hello World??

XCode 9.3

I had to get my...