Feasibility of this occurring?
-
Was asked if SketchUp was able to open up in a web page rather than the application. Did some searching around and found that it would not. Please correct me if I am wrong.
What I am looking for is to see if SketchUp could be fed some parameters on start up that can be fed to attributes, through something like the target line? My task currently is to see if it is possible. We would feed the parameters of a location into SketchUp and then set x/y/z attributes of a 3d sphere (from a plug in) that would move that specific location. I have read about changing the attributes with scripts but would need to have the values from somewhere.
Thanks.
-
@thatllhappen said:
Was asked if SketchUp was able to open up in a web page rather than the application. Did some searching around and found that it would not. Please correct me if I am wrong.
Correct. SketchUp can not open in a web page. But SketchUp can open a web page, and communicate over a network.
The second question - yes, it is possible, and actually not too difficult; although it really depends on the fine details.
-
I posted an informative reply on this topic at the Sketchup Developer's Google group.
(I guess I'll just Carbon Copy it here.)@unknownuser said:
Is there any possibility of using Google Sketchup within a website ...?
GoogleGroup Topic: To Run Google sketchup within websiteI believe you must export models as Collada(.DAE) files for use on websites.
The website would use Google O3D pluginto VIEW the model.
Visitors would need to download and install the plugin.
Interaction can be done on the model by the website visitors, thru Javascriptprogramming. Such as changing colors, or materials, moving objects around, etc. But all these things I think must be drawn in Sketchup.There is no basic editing / modeling capability in O3D. Only manipulation of components.
O3D Technical Overview
http://code.google.com/apis/o3d/docs/techoverview.htmlO3D Developer's Guide
http://code.google.com/apis/o3d/docs/devguideintro.html
Working Webpage Examples:
Smart Designer by SmartFurniture.com
http://www.smartfurniture.com/smartdesigner
Smart Designer is a new online application that enables consumers and businesses to design and order their own furniture products. They can then interact with those customized products in the context of a 3D space that simulates their homes or offices.Home Configurator (Firefox only)
http://o3d.googlecode.com/svn/trunk/samples/home-configurators/homedesigner.html.
Advertisement