N3XTD: 3D engine
- Psychophanta
- Always Here
- Posts: 5153
- Joined: Wed Jun 11, 2003 9:33 pm
- Location: Anare
- Contact:
Ill be happy to test it on Linux - afterall your farer than i with my wrapper.
With purebasic3d.com do you plan to create a free ( n3xt3D ) and commercial ( DM3d ) usable 3d enviroment for PB? Its a great idea actually!
For me its a plus that you used irrlicht as i am meanwhile pretty familiar with it - tho havent followed recent development quiet as closely anymore because of work ....if you get home at 23.00 everyday - not much stuff gettin done. :/
Cheers,
Thalius
With purebasic3d.com do you plan to create a free ( n3xt3D ) and commercial ( DM3d ) usable 3d enviroment for PB? Its a great idea actually!
For me its a plus that you used irrlicht as i am meanwhile pretty familiar with it - tho havent followed recent development quiet as closely anymore because of work ....if you get home at 23.00 everyday - not much stuff gettin done. :/
Cheers,
Thalius
"In 3D there is never enough Time to do Things right,
but there's always enough Time to make them *look* right."
"psssst! i steal signatures... don't tell anyone!
"
but there's always enough Time to make them *look* right."
"psssst! i steal signatures... don't tell anyone!

Yes, even if for the moment I stopped the development of DM3D to focus on N3xtD.Thalius wrote:With purebasic3d.com do you plan to create a free ( n3xt3D ) and commercial ( DM3d ) usable 3d enviroment for PB? Its a great idea actually!
It's time that I started going to bed.Thalius wrote:..if you get home at 23.00 everyday - not much stuff gettin done. :/

i havent tested yet, tho is the irrmesh and scene format supported ?
Would be very handy because of this:
http://code.google.com/p/tubras/wiki/irrbTutorials
Cheers,
Thalius
Would be very handy because of this:
http://code.google.com/p/tubras/wiki/irrbTutorials

Cheers,
Thalius
"In 3D there is never enough Time to do Things right,
but there's always enough Time to make them *look* right."
"psssst! i steal signatures... don't tell anyone!
"
but there's always enough Time to make them *look* right."
"psssst! i steal signatures... don't tell anyone!

Saboteur wrote:The engine seems very complete: renderer, physics, gui... Will you include support for irrlicht scenes?
This will be available in the next update, as well as the integration code Blindside (XEffects).Thalius wrote:i havent tested yet, tho is the irrmesh and scene format supported ?
Saboteur wrote:Anyway, I think the engine need massive tests by users. XD
That is quite right. We try to test the engine (thank you to Cpl.Bator which is very effective for this).

This will be available in the next update, as well as the integration code Blindside (XEffects).

If you get that to run then this will be the win !
I ve been griping around with compiling errors everywhere trying to implement this ( or several gfx glitches - such as the Z-Buffer lookups using RTT on ATI Cards ... which actually came up today again in the german forums .. man i could have smacked my head ... )
For the depth buffer in this case you have to make a copy on thoose (which i found out ) - new possibilities tho partially slower lookups... otherwise you end up with gfx garbage - but np! i can test this stuff!
Keep up the good work

Thalius
"In 3D there is never enough Time to do Things right,
but there's always enough Time to make them *look* right."
"psssst! i steal signatures... don't tell anyone!
"
but there's always enough Time to make them *look* right."
"psssst! i steal signatures... don't tell anyone!

@Cpl.Bator you Tease ! gogo Softshadows! 
Thats not Release 11 isnt it ? (aka as using Xeffects)
btw. what would be helpful ( since am catching myself searching the include for the commands ) would be an PB ide function description or jaPBe file - for autocompletion and stuff. (jaPBe file i could prolly build).
Cheers,
Thalius

Thats not Release 11 isnt it ? (aka as using Xeffects)
btw. what would be helpful ( since am catching myself searching the include for the commands ) would be an PB ide function description or jaPBe file - for autocompletion and stuff. (jaPBe file i could prolly build).
Cheers,
Thalius
"In 3D there is never enough Time to do Things right,
but there's always enough Time to make them *look* right."
"psssst! i steal signatures... don't tell anyone!
"
but there's always enough Time to make them *look* right."
"psssst! i steal signatures... don't tell anyone!

N3XTD update ( the twelfth)
A lot of bugs fixed or missing filled (thank you to Cpl.Bator the TerminaBetaTesteur).
In terms of innovations, integration XEffect instructions. They allow
implementation simple and easy to effect (shader) and scenes full shadowmapping. Attention, old maps
or input range refrain;).
Second integration, the ability to directly import scene built with irrEdit1.5 (Link section of the site).
Very interesting for those who know.
In summary, 6 new samples, the 031-048-220-221-222-223
Links are always those of the original post, or on http://www.n3xt-d.org web site (download section).
The next areas of work are:
- The C++ Header, which was much needed,
- always various routines to improve and add some functions.


A lot of bugs fixed or missing filled (thank you to Cpl.Bator the TerminaBetaTesteur).
In terms of innovations, integration XEffect instructions. They allow
implementation simple and easy to effect (shader) and scenes full shadowmapping. Attention, old maps
or input range refrain;).
Second integration, the ability to directly import scene built with irrEdit1.5 (Link section of the site).
Very interesting for those who know.
In summary, 6 new samples, the 031-048-220-221-222-223
Links are always those of the original post, or on http://www.n3xt-d.org web site (download section).
The next areas of work are:
- The C++ Header, which was much needed,
- always various routines to improve and add some functions.


