3d engine requests

If there is something important you think is missing in the current version of ZGameEditor then you can post a feature request here!

Moderator: Moderators

Post Reply
berserkivix
Posts: 10
Joined: Wed Oct 16, 2013 2:21 pm

3d engine requests

Post by berserkivix »

render to texture
shadows
skeletal animations
physics
terrain
User avatar
Kjell
Posts: 1876
Joined: Sat Feb 23, 2008 11:15 pm

Re: 3d engine requests

Post 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
berserkivix
Posts: 10
Joined: Wed Oct 16, 2013 2:21 pm

so just...

Post by berserkivix »

and so just terrain, shadows and skeletal animations?
wow
berserkivix
Posts: 10
Joined: Wed Oct 16, 2013 2:21 pm

progress

Post by berserkivix »

did you made any progress?
are these features at least scheduled?
User avatar
jonaspm
Posts: 89
Joined: Fri Jul 06, 2012 3:51 pm
Contact:

Post by jonaspm »

KJell is not the developer of ZGE, please ask VilleK instead :)
berserkivix
Posts: 10
Joined: Wed Oct 16, 2013 2:21 pm

i were...

Post by berserkivix »

i were asking in general, i guess the developer already read the topic
User avatar
jonaspm
Posts: 89
Joined: Fri Jul 06, 2012 3:51 pm
Contact:

Post by jonaspm »

Oh! it's okay then :)
berserkivix
Posts: 10
Joined: Wed Oct 16, 2013 2:21 pm

Re: 3d engine requests

Post 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?
Post Reply