Announcement: free world creator

Blitz3D Forums/Blitz3D Programming/Announcement: free world creator

Charrua(Posted 2010) [#1]
Hi, a simple world creator for Blitz3D and BlitzMax (+MiniB3d)

_______________________________________________________________
02/2010 NEW
Added JV-ODE and miniODE support
_______________________________________________________________



Visit the toolbox for more details

http://blitzbasic.com/toolbox/toolbox.php?tool=247

Best regards

Juan


jfk EO-11110(Posted 2010) [#2]
looks good.


Charrua(Posted 2010) [#3]
Hi

I added Ode support experimentally
added 2 ode demos and a "awc_ode_lib.bb" for them

Juan


Blitzplotter(Posted 2010) [#4]
Charrua, I'm very impressed by your AWC. The way the items move around is very intuitive & I like the way the grids appear when moving a light & the way the lights snap to grid. The Menu assistance in the top left is great.

The second demo works great [edit] Anyway, moved the lights around for a sunrise in the corner of demo 2:




Charrua(Posted 2010) [#5]
thank's for the feedback.

i updated a new version (with a new ode demo with hinge joints)

to implement phisics, i added a sub type for pivots, and the new version has a modification in the way pivots are saved/loaded, so the old demos with pivots should give some errors.
the update sees the file version and load it acordingly, hope that solves your problem, my bad, this morning was the first thig i do, when i realized that with my pillow!

AWC should be in whatever directory you like, probably i expressed my self wrong, my english is poor.

for textures, meshes and the like, awc uses full paths, but if the files your are using are in a directory child of where awc.exe is, then relative path addresing is used.

best regards

Juan


Blitzplotter(Posted 2010) [#6]
Charrua, I suspected it could go in whatever directory you want, cheers.


Charrua(Posted 2010) [#7]
Hi

Added support for minOde a free phisics lib by Yasha
( http://blitzbasic.com/Community/posts.php?topic=89067 )

4 demos included for JV-ODE and miniODE.

The worlds made should be loaded and simulated with JV-ODE or miniOde, included are 2 libs one for each and a world loader.

Juan