Raycasting Engine Speed

Posted:
Mon Jan 08, 2007 1:54 am
by mcveighja
I have created a working raycasting engine with game editor. The version with texture maps calls setpen() and putpixel() for each pixel it draws. This is a bottleneck. I would like to increase the speed. Any suggestions would be appreciated.
Thanks
Jason (KidsCo)

Posted:
Mon Jan 08, 2007 2:10 am
by makslane
I think the current engine is not suitable for this kind of code.
To make a code like that works, you need a direct access to screen buffer or other buffer that can be copy to the screen.
The current Game Editor engine doesn't have this kind of feature.

Posted:
Wed Apr 18, 2007 11:22 pm
by Sgt. Sparky
could that be an added feature?

no...

Posted:
Sun Apr 22, 2007 2:04 pm
by kyensoftware
No, not that one...THE ONE DESCRIBED IN THIS POST!