away3d / away3d-core-fp11

Away3D engine for Flash Player 11
http://www.away3d.com
Other
639 stars 275 forks source link

Constructive Solid Geometry #354

Open timknip opened 11 years ago

timknip commented 11 years ago

Hi all,

check https://github.com/timknip/csg.as which is a port of csg.js https://github.com/evanw/csg.js/

Code is dead-simple to implement.

Would be a nice feature for Away!

Just a heads-up :-)

richardolsson commented 11 years ago

Yeah, it looks nice! Thanks :)

timknip commented 11 years ago

Hi all,

Created an example in my fork of the integration-examples-fp11 repo.

Don't forget to include csg.as to the integration-examples-fp11 ;-)

timknip commented 11 years ago

Screenshot

timknip commented 11 years ago

There's also "image / shader based" CSG: http://wonderfl.net/c/vpLs and OpenCSG

Maybe an even better option...