3Dickulus / FragM

Derived from https://github.com/Syntopia/Fragmentarium/
GNU General Public License v3.0
344 stars 30 forks source link

wiki #149

Closed adammaj1 closed 4 years ago

adammaj1 commented 4 years ago

I can't find info in wiki about :

TIA

adammaj1 commented 4 years ago

I run it cd /Fragmentarium-2.5.3 ./Fragmentarium-2.5.3 -l en

( there is no pl file )

adammaj1 commented 4 years ago

to save : MainMenu/Render/High resolutiona and animation render change Render tiles


Is it 1600x900 maximal resolution?

3Dickulus commented 4 years ago

https://github.com/3Dickulus/FragM/wiki/02.-Usage

Maximum resolution is determined by your gfx card, 16384x16384 for mine, FragM will report maximum texture size in the log tab at startup. Output image resolution is controlled by tile size and a ^2 multiplier, top slider in the High Resolution and Animation dialog. https://github.com/3Dickulus/FragM/wiki/05.-Dialogs

To render a single image from this dialog...

set Start frame and End frame to 1 un-check Animation box choose a filename (no path just name) un-check the last (bottom) 3 boxes select [ OK ]

...this will render a single hires image in the same folder as the main program using the name you provide.

3Dickulus commented 4 years ago

mkdir Fragmentarium-Source/build cd Fragmentarium-Source/build cmake-gui .. <<< select configure, set options like install path here, select generate, then quit make install <<< will install Fragmentarium in the path you specified above with ALL of the support files

English is the default language, check the Translation folder in the source tree for the language files, make install should generate a Languages/ folder in the install path next to the executable.

Fragmentarium gui should be English if there are no language files available.

adammaj1 commented 4 years ago

I create bash file f

#!/bin/bash
cd ~/Fragmentarium-2.5.3
./Fragmentarium-2.5.3

and run ./f