Model height

Hi!

I have been doign a 3d model. Actual plan is to load it programatically to google eatrh. That’s fine. The porblem is that I need to be able to change height and lenght of the model programatically.

I think this is possible through .dae file. I can already change simple model height(e.g a square). But when the model is more complicated it much more harder.

I’ve read collada specs and poked around .dae but I can’t understand it enough.

So I’m wondering is there any easy way to do this thing? Any easy way to understand all the numbers in .dae? Or some com library available which I could use to do the job?

Thanks in advance,
Niko

It’s probably easiest to just use the KML to adjust the scale.

http://code.google.com/apis/kml/documen … tml#scale2