Author Topic: Resize Hyperion  (Read 3098 times)

0 Members and 1 Guest are viewing this topic.

arthurvmdantas

  • Associate
  • Posts: 2
Resize Hyperion
« on: December 15, 2007, 10:40:41 AM »
Hi guys, I'm from Brazil  (sorry for my English) ;)

When I launch Hyperion (1.16)  it opens with 1024x768 (i think) and cover the entire screen. I'm unable to resize the window or maximize it (the maximize button isn't avaliable).

I would like to use it in 640x480 or another resolutions. It's possible? (I remember that older versions of Hyperion it was possible).

And, why Hyperion now is a "Demo - System"? There's another version?

Thanks  ;D


shadow

  • Capo Regime
  • ***
  • Posts: 353
Re: Resize Hyperion
« Reply #1 on: December 15, 2007, 03:05:45 PM »
Yes, you can resize Hyperion !
Do you want to resize Hyperion only when it starts, or in a demo ?

In a demo, you can choose the resolution in the "scene" node :
Code: [Select]
<scene name="hypergraph_56" display_fps="FALSE" show_ref_grid="FALSE"
       display_elapsed_time="TRUE"  >
<window_size width="1024" height="768" />
<background_color r="0.0" g="0.0" b="0.0" />
</scene>

If you want to resize the startup size (when there is no demo) , edit this line :
Code: [Select]
startup_width="1024" startup_height="768"in the hyperion.conf file, located in the hyperion installation directory.

Last, but not least, yes, there are two Versions of Hyperion :
http://ozone3d.net/hyperion_purchasing.php?lang=2
3D, photos panoramiques : http://www.shadows.fr

arthurvmdantas

  • Associate
  • Posts: 2
Re: Resize Hyperion
« Reply #2 on: December 15, 2007, 06:28:54 PM »
Thanks  :med: