Benutzer-Werkzeuge

Webseiten-Werkzeuge


guicomponents:4dview

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste ÜberarbeitungBeide Seiten der Revision
guicomponents:4dview [2014/12/18 10:54] oliverguicomponents:4dview [2014/12/18 10:56] oliver
Zeile 1: Zeile 1:
 ====== Overview ====== ====== Overview ======
 {{ :guicomponents:stick-figure.png?200|}}This component visualizes 3d objects in space and time. It is used to show a 3d-stick-figure for marker based motion analysis. But it is also possible to show arbitrary 3d objects like planes, spheres or bones. The scene can move with the time correspondig to the global time position defined by the Time Synchronization component. Different views of the same scene at time are possible and a lot of specific 3d objects e.g. to visualizate the ground, force plates, bottom of support areas, segments centre of mass points, ... are available.  {{ :guicomponents:stick-figure.png?200|}}This component visualizes 3d objects in space and time. It is used to show a 3d-stick-figure for marker based motion analysis. But it is also possible to show arbitrary 3d objects like planes, spheres or bones. The scene can move with the time correspondig to the global time position defined by the Time Synchronization component. Different views of the same scene at time are possible and a lot of specific 3d objects e.g. to visualizate the ground, force plates, bottom of support areas, segments centre of mass points, ... are available. 
 +===== Configuration =====
 +==== Markers and Points ====
 +<Marker>- and <Point>-elements visualize spherical objects. Many markerbased motion analysis measurement systems use retroreflective spherical markers, with different diameters, which can visualized with the <Marker>-element. All other points are visualized with the <Point>-element. <Marker>- and <Point>-element differs in the diameter and the default colors.
 +
 +Each marker is defined as an child to the <MarkerSet>-element:
 +
 +<code xml>
 +<MarkerSet name="Markers">
 +    <Marker name="ABC" origin="ABC"/>
 +</MarkerSet>
 +</code>
 +
 +And each <Point>-element is defined as an child of the <PointSet>-element:
 +
 +<code>
 +<PointSet name="Point">
 +       <Point name="D" origin="D"/>
 +</PointSet>
 +</code>
 +
 +The <MarkerSet>- and the <PointSet>-element must have an attribute "name", which can be used by the graphical user interface to visualize and edit the visualization description.
guicomponents/4dview.txt · Zuletzt geändert: 2014/12/18 10:58 von oliver

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki