Hello, on 11/21/2006 04:44 PM blackwater dev said the following: > I want people to be able to put in some dimensions, like a lot size, and > then pick some other items (which will have their dimensions stored). The > user can then drag the other items onto their lot, move them, etc just to > see what fits and where. They could even view it in 3d. My current app is > all PHP so trying to find the best way to do this. Does anyone have any > ideas or of a site which does something similiar? Will I have to use > something like Flash? This might not be exactly what you are looking for, but surely demonstrates that PHP can be used to render 3D graphics: 3D graphics in pure PHP http://www.phpdeveloper.org/news/6665 As for interacting with the 3D graphics, that is another story. Flash may be a good solution but I think you still need a 3D object render engine for Flash. -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php