<div>Hi, Alberto</div><div>I saw your answer well. However, there are parts that I still don't understand.</div><div><br></div><div>From what you answered, the way that works for me is to modify the coordinates of the two vertices of the line.</div><div><br></div><div>First, I need to set the coordinates and travel time with the values ​​below.</div><div><br></div><div><br></div><div>=======================================================</div><div>[model1]  </div><div>movePoint1) longitude:127.0,      latitude: 37.0,  moveTime: 10 second</div><div>movePoint2) longitude:127.005,   latitude: 37.0,  moveTime: 20 second</div><div>movePoint3) longitude:127.01,    latitude: 37.0,  moveTime: 30 second</div><div><br></div><div>[model2]  </div><div>movePoint1) longitude:128.0,      latitude: 37.0,  moveTime: 15 second</div><div>movePoint2) longitude:128.005,   latitude: 37.0,  moveTime: 20 second</div><div>movePoint3) longitude:128.01,    latitude: 37.0,  moveTime: 25 second</div><div><br></div><div>[model1 model2 connetion line]</div><div><br></div><div>movePoint1)  point1:   longitude:127.0,   latitude: 37.0,  moveTime: 10 second</div><div>                         point2:   longitude:128.0,   latitude: 37.0,  moveTime: 15 second</div><div><br></div><div>movePoint2)  point1:  longitude:127.005,  latitude: 37.0,  moveTime: 20 second</div><div>                        point2:   longitude:128.0,   latitude: 37.0,  moveTime: 15 second</div><div><br></div><div>movePoint3) point1:   longitude:127.01,   latitude: 37.0,  moveTime: 30 second</div><div>                       point2:  longitude:128.01,   latitude: 37.0,  moveTime: 25 second</div><div>======================================================================</div><div><br></div><div> AnimationPath, you can set the center coordinate and movement time in the insert function.</div><div><br></div><div>And Since 3ds models are displayed with one coordinate, there is no problem using AnimationPath.</div><div><br></div><div>As you answered, you need to modify the two coordinates of the line, but AnimationPath could not find a function that moves while changing the coordinates of the model with more than two coordinates.</div><div><br></div><div>There is no problem when displaying in a static state, but it seems to be a problem when using animationPath.</div><div><br></div><div>Couldn't the model (line or polygon) displayed with two or more coordinates use the Animation effect by using AnimationPath?</div><br><div class="gmail_quote"><div dir="auto" class="gmail_attr">2020년 10월 19일 월요일 오후 10시 51분 37초 UTC+9에 OpenSceneGraph Users님이 작성:<br/></div><blockquote class="gmail_quote" style="margin: 0 0 0 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi, you have to modify the geometry of the line.
<br>
<br>You can do that either scaling and rotating it or by modifying the
<br>coordinates of the vertices.  In the latter case, be sure to deactivate
<br>the display lists of the geometry, otherwise the line will not be
<br>reflect any changes.
<br>
<br>-- 
<br>Alberto
<br>
<br>_______________________________________________
<br>osg-users mailing list
<br><a href data-email-masked rel="nofollow">osg-...@lists.openscenegraph.org</a>
<br><a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" target="_blank" rel="nofollow" data-saferedirecturl="https://www.google.com/url?hl=ko&q=http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org&source=gmail&ust=1603260224982000&usg=AFQjCNHOcnJMELMRyiUeAntGETSdRi2xRQ">http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org</a>
<br></blockquote></div>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "OpenSceneGraph Users" group.<br />
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:osg-users+unsubscribe@googlegroups.com">osg-users+unsubscribe@googlegroups.com</a>.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/osg-users/c3287453-f66d-4cca-8de3-c610b3ae05e0n%40googlegroups.com?utm_medium=email&utm_source=footer">https://groups.google.com/d/msgid/osg-users/c3287453-f66d-4cca-8de3-c610b3ae05e0n%40googlegroups.com</a>.<br />