Statistics HUD

free scripts, plugins, models, textures
Post Reply
User avatar
clintonman
Captain
Posts: 5430
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Statistics HUD

Post by clintonman »

statHUD.jpg
Heads Up Display(HUD) for mesh statistics.

To run push the Start HUD button
To stop push the Stop Clock then the Stop HUD buttons.

This displays top to bottom the number of faces, triangles, edges and vertices.
From left to right is whole object counts, selected items count and SDS counts.

Limitations:

Face counts are totally unreliable and edge counts are often doubled. Only triangle and vertex counts are reliable. Switching tho model side will mess up the text positioning. In this case just shutdown the HUD and start it again.

Script note: The text is displayed using AddMeasureText which is limited to 0-9 and cdfikmnptt(also upper case) letters and numbers. AddText works with all numbers and letters but doesn't look good. Each letter is divided into 5 segments so a size of 0.25 will make a letter that is 1.25 total size.
Attachments
statHUD.zip
(34.39 KiB) Downloaded 246 times
Clinton Reese

http://clintons3d.com
User avatar
trueBlue
Captain
Posts: 5214
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Statistics HUD

Post by trueBlue »

Wanted to see how Markers worked and in doing so I updated this Statistics HUD created by Clinton Reese

Fixed an issue with the modified Marker not deleting
Fixed an error when no 3D Space view exist
This version does not export the connectors from the Eye camera
Fixed the Edge row by using a 1 for the missing L or E in the Measure Text
Used the GetNumFaces times 2 for the Edge count and divided by 2 for the number of selected Edges
Includes a Generate GUID script for the Markers

Included here for demonstration purposes is a modified copy of the Clock HUD created by Clinton Reese
With the random GUID for the Markers you able to run more then one activity with unique GUIDs within the Marker
Clock and Statistics.png
Attachments
Mesh Statistics.RsObj
(67.71 KiB) Downloaded 153 times
Clock.RsObj
(63.47 KiB) Downloaded 152 times
Post Reply