51

(9 replies, posted in General)

I don't have a great knowledge about graphics in C++,
so I have no idea of how to implement such a thing... maybe I'll give it a try too after some research on graphics! smile

but some years ago , i used a little 3d program like maratis to make some model testing suite...
it already has bloom and depth of field, maybe its source could be usefull...

It has a good graphics, but some feature was missing for a complete editor ( the scene editor and the scene tree system )...

here it is...
https://github.com/centralnoise/BlendEL … master/elf

video
http://www.youtube.com/watch?v=qg7_N2-H4Wg

I hope maratis can get this capability...

52

(9 replies, posted in General)

Hi!

Does maratis support post processing effects?

PS It would be nice to add some effects like bloom or depth of field

If I create a text and modify its properties like font size, scale, position and save
then I can't change the text anymore

54

(1 replies, posted in Bug report)

If a camera looks the text objects from behind, it became invisble, is it a normal behaviour or a bug?

You can reproduce the bug creating a text and rotating about 180°

55

(2 replies, posted in Scripting)

Thank you!

56

(3 replies, posted in Bug report)

you're welcome smile

57

(3 replies, posted in Bug report)

when I set an object's parent to no string, maratis crashes

58

(2 replies, posted in Scripting)

Hi all!

I'm trying to include some of my old lua file with the "require" function
but it says there's no "require" function...

Is there an alternative in Maratis?