1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xml:lang="en-US" lang="en-US"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" /> 7 <title>Layout (lyt) Sample Demo</title> 8 </head> 9 10 <body> 11 <h1>animShare Demo</h1> 12 13 <h2>Overview</h2> 14 15 <p>Demonstrates how to share an animation set for a particle pain with another pain using "animation sharing."</p> 16 17 <h2>How to Use</h2> 18 19 <p>Move the cross-hairs with the pointing device.</p> 20 21 <p>When the crosshairs are moved over a pane, the animation of that pane changes.</p> 22 23 <h2>Description</h2> 24 25 <p>12 picture panes are located in the sample layout file. All panes are registered in <b>Group_00</b>.</p> 26 27 <p>Animation has been set only for <b>Picture_00</b> in the upper left.</p> 28 29 <p>"Animation sharing" information for sharing the <b>Picture_00</b> animation with each pain in <b>Group_00</b> is set.</p> 30 31 <p>The following processing is performed by this sample demo.</p> 32 33 <ul> 34 <li>Initialization of the resource accessor</li> 35 <li>Loading of binary files</li> 36 <li>Binding of animations for each group</li> 37 <li>Hit check</li> 38 <li>Switching of animations based on whether there is a hit</li> 39 </ul> 40 41 <h2>Scope of the Demo</h2> 42 43 <p>This sample demo is related to the following items.</p> 44 45 <ul> 46 <li><a href="../ArcResourceAccessor/Overview.html"><code>nw::lyt::ArcResourceAccessor</code></a></li> 47 <li><a href="../AnimResource/Overview.html"><code>nw::lyt::AnimResource</code></a></li> 48 <li><a href="../AnimTransform/Overview.html"><code>nw::lyt::AnimTransform</code></a></li> 49 <li><a href="../Bounding/Overview.html"><code>nw::lyt::Bounding</code></a></li> 50 <li><a href="../Group/Overview.html"><code>nw::lyt::Group</code></a></li> 51 <li><a href="../Layout/Overview.html"><code>nw::lyt::Layout</code></a></li> 52 <li><a href="../Pane/Overview.html"><code>nw::lyt::Pane</code></a></li> 53 </ul> 54 55 <hr><p>CONFIDENTIAL</p></body> 56</html> 57