be88ex / earth-api-samples

Automatically exported from code.google.com/p/earth-api-samples
1 stars 0 forks source link

Model doesn't refresh dynamic texture #287

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Create a .dae model with a texture from a URL.  For example, the attached
file is a triangle with the texture from UCLA's campus webcam
(http://camera1.clicc.ucla.edu/cgi-bin/jpg/image.cgi).
2.Add the following lines to a kml file:
<Link>
    <href>[name of .dae file]</href>
    <refreshMode>onInterval</refreshMode>
    <refreshInterval>5</refreshInterval>
</Link>
3.Import the .kml file in a Google Earth plugin instance.

What is the expected output or behavior? What do you see instead?
The model should refresh its texture every 5 seconds, but instead, it keeps
the same texture every time it attempts to refresh.

Which plugin version are you using?
I think it's the most recent.

Which browsers and operating systems are affected?
At least Firefox 3.0.11 and Windows Vista.

Original issue reported on code.google.com by austin.a...@gmail.com on 16 Jul 2009 at 4:57

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by api.roman.public@gmail.com on 1 Aug 2009 at 12:15

GoogleCodeExporter commented 8 years ago
Thanks for the issue report. It looks like this was fixed back in 
5.1.3506.3999, but please provide additional information if you are still 
experiencing problems.

Original comment by bcke...@google.com on 8 Mar 2011 at 2:01