Changeset 941 for OGRE/trunk
- Timestamp:
- 05/10/06 14:46:44 (19 years ago)
- Location:
- OGRE/trunk/resources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OGRE/trunk/resources/overlays/VisibilityDemo.overlay
r934 r941 701 701 702 702 703 #element TextArea(Example/Visibility/MyAlgorithm): Example/Visibility/Templates/HeaderText704 #{705 # left 5706 # width 180707 # height 30708 # top 10709 # caption A710 #}711 703 element TextArea(Example/Visibility/MyAlgorithmInfo): Example/Visibility/Templates/HeaderText 712 704 { … … 715 707 height 30 716 708 top 10 717 caption chc709 caption Algorithm 718 710 } 719 711 element TextArea(Example/Visibility/MyFps): Example/Visibility/Templates/HeaderText … … 735 727 } 736 728 } 729 730 731 Example/Visibility/LoadingOverlay 732 { 733 zorder 500 734 735 // Stats block 736 container BorderPanel(Example/Visibility/Loading/LoadingPanel) 737 { 738 metrics_mode pixels 739 vert_align top 740 left 5 741 top 5 742 #width 620 743 width 200 744 height 110 745 material Core/StatsBlockCenter 746 border_size 1 1 1 1 747 border_material Core/StatsBlockBorder 748 border_topleft_uv 0.0000 1.0000 0.0039 0.9961 749 border_top_uv 0.0039 1.0000 0.9961 0.9961 750 border_topright_uv 0.9961 1.0000 1.0000 0.9961 751 border_left_uv 0.0000 0.9961 0.0039 0.0039 752 border_right_uv 0.9961 0.9961 1.0000 0.0039 753 border_bottomleft_uv 0.0000 0.0039 0.0039 0.0000 754 border_bottom_uv 0.0039 0.0039 0.9961 0.0000 755 border_bottomright_uv 0.9961 0.0039 1.0000 0.0000 756 757 758 element TextArea(Example/Visibility/Loading/MyLoadingInfo): Example/Visibility/Templates/HeaderText 759 { 760 left 5 761 width 180 762 height 30 763 top 10 764 caption Loading 765 } 766 } 767 } -
OGRE/trunk/resources/terrainCulling.cfg
r940 r941 12 12 #ViewZ=528 13 13 14 VisibilityEnvironment=D:/svn/gametools/GTP/trunk/Lib/Vis/Preprocessing/scripts/ visibilty_vienna.xml14 VisibilityEnvironment=D:/svn/gametools/GTP/trunk/Lib/Vis/Preprocessing/scripts/generate_viewcells.env
Note: See TracChangeset
for help on using the changeset viewer.