Skip to content

Commit 4f1ab0e

Browse files
author
Kloot
committed
add the UpSpring sources
1 parent 6469a55 commit 4f1ab0e

File tree

288 files changed

+99548
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

288 files changed

+99548
-1
lines changed

README

-1
This file was deleted.

data/data.ups

14.2 KB
Binary file not shown.

data/palette.pal

1 KB
Binary file not shown.

data/skybox.dds

64.2 KB
Binary file not shown.

data/views.cfg

+82
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
x = 49
2+
y = 56
3+
width = 1069
4+
height = 684
5+
springTexDir = "D:/MyProjects/mysvn/upspring/examples/texdir"
6+
optimizeOnLoad = 1
7+
showTimeline = 0
8+
showTrackEdit = 0
9+
showIK = 0
10+
numViews = 4
11+
View0 = {
12+
X = 387
13+
Y = 0
14+
Width = 385
15+
Height = 313
16+
bgRed = 0.267327
17+
bgGreen = 0.267327
18+
bgBlue = 0.267327
19+
mode = 2
20+
rendermode = 0
21+
camCtlMode = 1
22+
bDrawCenters = 1
23+
bCullFaces = 0
24+
bLighting = 0
25+
bHideGrid = 0
26+
bDrawRadius = 0
27+
}
28+
29+
View1 = {
30+
X = 387
31+
Y = 313
32+
Width = 385
33+
Height = 323
34+
bgRed = 0.267327
35+
bgGreen = 0.267327
36+
bgBlue = 0.267327
37+
mode = 3
38+
rendermode = 2
39+
camCtlMode = 0
40+
bDrawCenters = 1
41+
bCullFaces = 0
42+
bLighting = 0
43+
bHideGrid = 0
44+
bDrawRadius = 0
45+
}
46+
47+
View2 = {
48+
X = 0
49+
Y = 0
50+
Width = 387
51+
Height = 313
52+
bgRed = 0.267327
53+
bgGreen = 0.267327
54+
bgBlue = 0.267327
55+
mode = 1
56+
rendermode = 0
57+
camCtlMode = 0
58+
bDrawCenters = 1
59+
bCullFaces = 1
60+
bLighting = 0
61+
bHideGrid = 0
62+
bDrawRadius = 0
63+
}
64+
65+
View3 = {
66+
X = 0
67+
Y = 313
68+
Width = 387
69+
Height = 323
70+
bgRed = 0.267327
71+
bgGreen = 0.267327
72+
bgBlue = 0.267327
73+
mode = 0
74+
rendermode = 0
75+
camCtlMode = 0
76+
bDrawCenters = 1
77+
bCullFaces = 0
78+
bLighting = 0
79+
bHideGrid = 0
80+
bDrawRadius = 0
81+
}
82+

0 commit comments

Comments
 (0)