1BLENDERPLAYER(1) General Commands Manual BLENDERPLAYER(1)
2
3
4
6 blenderplayer - the blender game engine runner
7
9 usage: blenderplayer [-w [w h l t]] [-f [fw fh fb ff]] [-g gamengi‐
10 neoptions] [-s stereomode] [-m aasamples] filename.blend
11
13 blenderplayer is the 3D and physics game engine
14
16 -h : Prints this command summary
17
18 -w : display in a window
19 optional parameters
20 w = window width
21 h = window height
22 l = window left coordinate
23 t = window top coordinate
24 Note: If w or h is defined, both must be defined.
25 Also, if l or t is defined, all options must be used.
26
27 -f : start game in full screen mode
28 optional parameters
29 fw = full screen mode pixel width
30 fh = full screen mode pixel height
31 fb = full screen mode bits per pixel
32 ff = full screen mode frequency
33 Note: If fw or fh is defined, both must be defined.
34 Also, if fb is used, fw and fh must be used. ff requires all
35 options.
36
37 -s : start player in stereo
38
39 depending on the type of stereo you want:
40
41 stereomode: hwpageflip
42 (Quad buffered shutter glasses)
43
44 syncdoubling
45 (Above Below)
46
47 sidebyside
48 (Left Right)
49
50 anaglyph
51 (Red-Blue glasses)
52
53 vinterlace
54 (Vertical interlace for autostereo display)
55
56 -D : start player in dome mode
57
58 Optional parameters:
59
60 angle = field of view in degrees
61
62 tilt = tilt angle in degrees
63
64 warpdata = a file to use for warping the image (absolute path)
65
66 mode = fisheye (Fisheye), truncatedfront (Front-Truncated),
67 truncatedrear (Rear-Truncated), cubemap(Cube Map),
68 sphericalpanoramic (Spherical Panoramic)
69
70 depending on the type of dome you are using
71
72 -m : maximum anti-aliasing (eg. 2,4,8,16)
73
74 -i : parent windows ID
75
76 -d : turn debugging on
77
78 -g : game engine options
79
80 Name Default Description
81
82 --------------------------- ------------------------------------
83
84 fixedtime 0 "Enable all frames"
85
86 nomipmap 0 Disable mipmaps
87
88 show_framerate 0 Show the frame rate
89
90 show_properties 0 Show debug properties
91
92 show_profile 0 Show profiling information
93
94 blender_material 0 Enable material settings
95
96 ignore_deprecation_warnings 1 Ignore deprecation warnings
97
98 - : all arguments after this are ignored, allowing python to access
99 them from sys.argv
100
102 blenderplayer -w 320 200 10 10 -g noaudio //home//user//filename.blend
103 Launch blenderplayer in window mode with size 320x200 at 10 pix‐
104 els from left and 10 pixels from top of the screen without
105 audio.
106
107 blenderplayer -g show_framerate = 0 //home//user//filename.blend
108 Disable framerate reports.
109
110 blenderplayer -i 232421 -m 16 //home//user//filename.blend
111 Launch blenderplayer embedded in an existing window and set
112 antialiasing to 16.
113
114
116 blender(1)
117
118
120 This manpage was written for a Debian by Kevin Roy <kiniou@gmail.com>.
121
122
123
124Blender 2.60 (sub 0) October 17, 2011 BLENDERPLAYER(1)