Page 1 of 1

3d engine requests

Posted: Wed Oct 16, 2013 2:28 pm
by berserkivix
render to texture
shadows
skeletal animations
physics
terrain

Re: 3d engine requests

Posted: Wed Oct 16, 2013 3:08 pm
by Kjell
Hi berserkivix,
berserkivix wrote:render to texture
This is already available using the RenderTarget & SetRenderTarget components.
berserkivix wrote:shadows
Shadows aren't build-in at the moment. Even though you can implement it yourself using OpenGL calls, it would be convenient if there was a standard build-in shadow feature indeed.
berserkivix wrote:skeletal animations
Agreed, this is a big missing feature ( in my opinion ). You can do this yourself as well, but keep in mind there's no way to import skinned characters either.
berserkivix wrote:physics
Bullet physics and Box2D are already available as extensions.
berserkivix wrote:terrain
This is pretty simple to do yourself actually ( or have someone write a library for it ), but it would be nice to have a run-of-the-mill terrain component with proper LODing.

K

so just...

Posted: Wed Oct 16, 2013 6:55 pm
by berserkivix
and so just terrain, shadows and skeletal animations?
wow

progress

Posted: Thu Oct 24, 2013 1:00 pm
by berserkivix
did you made any progress?
are these features at least scheduled?

Posted: Thu Oct 31, 2013 12:51 am
by jonaspm
KJell is not the developer of ZGE, please ask VilleK instead :)

i were...

Posted: Thu Oct 31, 2013 5:31 am
by berserkivix
i were asking in general, i guess the developer already read the topic

Posted: Sat Nov 02, 2013 2:57 am
by jonaspm
Oh! it's okay then :)

Re: 3d engine requests

Posted: Mon Jul 30, 2018 7:47 am
by berserkivix
Kjell wrote:Hi berserkivix,
berserkivix wrote:shadows
Shadows aren't build-in at the moment. Even though you can implement it yourself using OpenGL calls, it would be convenient if there was a standard build-in shadow feature indeed.
Any updates?
Kjell wrote:
berserkivix wrote:physics
Bullet physics and Box2D are already available as extensions.
Can I deploy games made with them to Android?