Martin Gerhardy

Results 177 comments of Martin Gerhardy

unfortunately that didn't help, the fips-turbobadger include dir is still in front of the oryol tb dir.

Repeat until fail could be useful, too

http://www.red3d.com/cwr/papers/1999/gdc99steer.html

BehaviourTreeModel should be the base for this.

Adding and removing nodes is already possible with the model (but only in live debug session - see issue #19 )

oh. btw. If I just use the doxygen header: ``` /*** * @file * @ingroup LUA */ ``` I'm getting this: ``` /home/mgerhardy/dev/simpleai/src/ai/LUAAIRegistry.h:5: ?: unknown tag: 'ingroup' nil /home/mgerhardy/dev/simpleai/src/ai/LUAAIRegistry.h:493: internal...

https://github.com/hathlife/voxel_section_editor

found in voxel_section_editor `HVA.pas` ```pas // This function converts the Westwood coordinates into OpenGL's // (x,y,z) becomes (y,z,x) procedure THVA.WestwoodToOpenGLCoordinates; var i : integer; Temp: single; begin for i :=...

TVoxelSection.WestwoodToOpenGLCoordinates