Jacob Merrill
Jacob Merrill
Can we overload the return of the raycast and return the child shape as the last arg? On Sun, Jul 29, 2018, 1:53 PM panzergame wrote: > This patch is...
after downloading the source go to the upbge folder and type in the command prompt there make update
one idea is to just use a ray and if it intersects stop velocity in that direction so the capsule can't touch you can use the same ray to detect...
@rcampos0 please refrain from answering questions you are not really answering. @rECRUTAsantos please wait for us to check out a bug before closing it
Scaling text in game has always been super expensive, Not sure exactly why. On Fri, Jul 27, 2018, 11:17 AM Uniday Studio wrote: > If you add an animation to...
Render the text to a texture and then animate the object containing the text material? On Sun, Dec 2, 2018, 3:02 PM Uniday Studio @panzergame @adriansnetlis > @BluePrintRandom > any...
what about having both behaviors [checkbox?] On Jun 23, 2018 2:20 PM, "panzergame" wrote: It could be supported but this will slow down the update of vertex color as we...
this is now done by @lordloki so this can be closed*
What about using a jvm to call compiled libs both directions? Pgi has some success integrating a engine running JS, Lua, and python all in 1 shot. On Jan 29,...
This socket could be used with blender game, to send game models in and get blender meshes out? (to run blender BPY operations inside the bge?) if you could provide...