Document that pixel history events show up in the timeline bar

This commit is contained in:
baldurk
2015-07-19 00:44:37 +02:00
parent 9eb1ccc1f5
commit 65a3ed0df0
3 changed files with 17 additions and 0 deletions
+11
View File
@@ -74,6 +74,17 @@
<mediaLink>
<caption placement="after" lead="Resource Usage">The usage bar showing reads and writes to a texture.</caption>
<image xlink:href="ResourceUsage"/>
</mediaLink>
</content>
</section>
<section address="pixelhistory">
<title>Pixel history event Display</title>
<content>
<para>When a pixel history window is focussed, the timeline bar will show the results over each EID
with a red triangle to show rejected pixels and green triangles to show passed pixels.</para>
<mediaLink>
<caption placement="after" lead="Pixel History Results">The timeline bar shows the results of a pixel's history.</caption>
<image xlink:href="PixelHistoryTimeline"/>
</mediaLink>
</content>
</section>
Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

+6
View File
@@ -121,6 +121,12 @@
<Tokens Include="Tokens.tokens" />
</ItemGroup>
<ItemGroup>
<Image Include="imgs\Screenshots\PixelHistoryTimeline.png">
<ImageId>PixelHistoryTimeline</ImageId>
<AlternateText>Pixel History Timeline</AlternateText>
<AlternateText>Pixel history events displayed in timeline bar</AlternateText>
<ImageId>PixelHistoryTimeline</ImageId>
</Image>
<Image Include="imgs\Screenshots\BookmarksBar.png">
<ImageId>BookmarksBar</ImageId>
<AlternateText>Bookmarks Bar</AlternateText>