Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
qt3dstudio
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
public-demos
qt3dstudio
Commits
70ad0bef
Commit
70ad0bef
authored
Mar 29, 2019
by
Teemu Tamminen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added LowEndCluster Demo
parent
3a85396a
Changes
38
Hide whitespace changes
Inline
Side-by-side
Showing
38 changed files
with
1860 additions
and
0 deletions
+1860
-0
LowEndCluster/FpsDisplay.qml
LowEndCluster/FpsDisplay.qml
+35
-0
LowEndCluster/LowEndCluster.pro
LowEndCluster/LowEndCluster.pro
+32
-0
LowEndCluster/Presentation/Presentation.uia
LowEndCluster/Presentation/Presentation.uia
+17
-0
LowEndCluster/Presentation/Presentation_1_1.uip
LowEndCluster/Presentation/Presentation_1_1.uip
+114
-0
LowEndCluster/Presentation/maps/UV-Checker.png
LowEndCluster/Presentation/maps/UV-Checker.png
+0
-0
LowEndCluster/Presentation/maps/road.jpg
LowEndCluster/Presentation/maps/road.jpg
+0
-0
LowEndCluster/Presentation/materials/Plane_Diffuse_Default.materialdef
.../Presentation/materials/Plane_Diffuse_Default.materialdef
+44
-0
LowEndCluster/Presentation/materials/UV-Checker.materialdef
LowEndCluster/Presentation/materials/UV-Checker.materialdef
+44
-0
LowEndCluster/Presentation/materials/lowpolyCoupe.materialdef
...ndCluster/Presentation/materials/lowpolyCoupe.materialdef
+44
-0
LowEndCluster/Presentation/materials/lowpolyCoupeRed.materialdef
...luster/Presentation/materials/lowpolyCoupeRed.materialdef
+44
-0
LowEndCluster/Presentation/models/lowPolyCar/lowPolyCar.import
...dCluster/Presentation/models/lowPolyCar/lowPolyCar.import
+24
-0
LowEndCluster/Presentation/models/lowPolyCar/maps/Low_lowpolyCoupe_Diffuse.jpg
...ation/models/lowPolyCar/maps/Low_lowpolyCoupe_Diffuse.jpg
+0
-0
LowEndCluster/Presentation/models/lowPolyCar/maps/Low_lowpolyCoupe_Diffuse.psd
...ation/models/lowPolyCar/maps/Low_lowpolyCoupe_Diffuse.psd
+0
-0
LowEndCluster/Presentation/models/lowPolyCar/maps/Low_lowpolyCoupe_Diffuse_red.jpg
...n/models/lowPolyCar/maps/Low_lowpolyCoupe_Diffuse_red.jpg
+0
-0
LowEndCluster/Presentation/models/lowPolyCar/meshes/polySurface3.mesh
...r/Presentation/models/lowPolyCar/meshes/polySurface3.mesh
+0
-0
LowEndCluster/Presentation/models/road_001/meshes/Plane.mesh
LowEndCluster/Presentation/models/road_001/meshes/Plane.mesh
+0
-0
LowEndCluster/Presentation/models/road_001/road.import
LowEndCluster/Presentation/models/road_001/road.import
+18
-0
LowEndCluster/Presentation/presentations/Presentation.uip
LowEndCluster/Presentation/presentations/Presentation.uip
+104
-0
LowEndCluster/Presentation/presentations/Presentation_autosave.uip
...ster/Presentation/presentations/Presentation_autosave.uip
+104
-0
LowEndCluster/SimulationData.qml
LowEndCluster/SimulationData.qml
+356
-0
LowEndCluster/TitilliumWeb-Italic.ttf
LowEndCluster/TitilliumWeb-Italic.ttf
+0
-0
LowEndCluster/arrow.jpg
LowEndCluster/arrow.jpg
+0
-0
LowEndCluster/barcenter.jpg
LowEndCluster/barcenter.jpg
+0
-0
LowEndCluster/barside.jpg
LowEndCluster/barside.jpg
+0
-0
LowEndCluster/fuel.jpg
LowEndCluster/fuel.jpg
+0
-0
LowEndCluster/light.jpg
LowEndCluster/light.jpg
+0
-0
LowEndCluster/main.cpp
LowEndCluster/main.cpp
+35
-0
LowEndCluster/main.qml
LowEndCluster/main.qml
+807
-0
LowEndCluster/needle.png
LowEndCluster/needle.png
+0
-0
LowEndCluster/needleTrail.png
LowEndCluster/needleTrail.png
+0
-0
LowEndCluster/parkbrake.jpg
LowEndCluster/parkbrake.jpg
+0
-0
LowEndCluster/qml.qrc
LowEndCluster/qml.qrc
+38
-0
LowEndCluster/rpmgauge.jpg
LowEndCluster/rpmgauge.jpg
+0
-0
LowEndCluster/seatbelt.jpg
LowEndCluster/seatbelt.jpg
+0
-0
LowEndCluster/smallring.jpg
LowEndCluster/smallring.jpg
+0
-0
LowEndCluster/speeedgauge.jpg
LowEndCluster/speeedgauge.jpg
+0
-0
LowEndCluster/temp.jpg
LowEndCluster/temp.jpg
+0
-0
LowEndCluster/tempFill.jpg
LowEndCluster/tempFill.jpg
+0
-0
No files found.
LowEndCluster/FpsDisplay.qml
0 → 100644
View file @
70ad0bef
import
QtQuick
2.11
Rectangle
{
id
:
fpsDisplayControl
property
real
fps
:
0.0
property
alias
textcolor
:
fpsText
.
color
property
alias
fpslabel
:
fpsLabelText
.
text
color
:
"
black
"
Text
{
id
:
fpsText
text
:
fps
.
toFixed
(
1
)
font.family
:
"
Helvetica
"
font.pixelSize
:
fpsDisplayControl
.
width
/
2
font.weight
:
Font
.
Light
color
:
"
white
"
width
:
parent
.
width
verticalAlignment
:
Text
.
AlignVCenter
horizontalAlignment
:
Text
.
AlignHCenter
}
Text
{
id
:
fpsLabelText
text
:
"
FPS
"
font.family
:
"
Helvetica
"
font.pixelSize
:
fpsDisplayControl
.
width
/
5
font.weight
:
Font
.
Light
color
:
"
white
"
width
:
parent
.
width
anchors.top
:
fpsText
.
bottom
verticalAlignment
:
Text
.
AlignVCenter
horizontalAlignment
:
Text
.
AlignHCenter
}
}
LowEndCluster/LowEndCluster.pro
0 → 100644
View file @
70ad0bef
QT
+=
quick
CONFIG
+=
c
++
11
#
The
following
define
makes
your
compiler
emit
warnings
if
you
use
#
any
Qt
feature
that
has
been
marked
deprecated
(
the
exact
warnings
#
depend
on
your
compiler
).
Refer
to
the
documentation
for
the
#
deprecated
API
to
know
how
to
port
your
code
away
from
it
.
DEFINES
+=
QT_DEPRECATED_WARNINGS
#
You
can
also
make
your
code
fail
to
compile
if
it
uses
deprecated
APIs
.
#
In
order
to
do
so
,
uncomment
the
following
line
.
#
You
can
also
select
to
disable
deprecated
APIs
only
up
to
a
certain
version
of
Qt
.
#
DEFINES
+=
QT_DISABLE_DEPRECATED_BEFORE
=
0
x060000
#
disables
all
the
APIs
deprecated
before
Qt
6.0
.
0
SOURCES
+=
\
main
.
cpp
RESOURCES
+=
qml
.
qrc
#
Additional
import
path
used
to
resolve
QML
modules
in
Qt
Creator
'
s
code
model
QML_IMPORT_PATH
=
#
Additional
import
path
used
to
resolve
QML
modules
just
for
Qt
Quick
Designer
QML_DESIGNER_IMPORT_PATH
=
#
Default
rules
for
deployment
.
qnx
:
target
.
path
=
/
tmp
/
$$
{
TARGET
}
/
bin
else
:
unix
:
!
android
:
target
.
path
=
/
opt
/
$$
{
TARGET
}
/
bin
!
isEmpty
(
target
.
path
)
:
INSTALLS
+=
target
DISTFILES
+=
\
SimulationData
.
qml
LowEndCluster/Presentation/Presentation.uia
0 → 100644
View file @
70ad0bef
<?xml version='1.0' encoding='utf-8'?>
<application
xmlns=
"http://qt.io/qt3dstudio/uia"
>
<assets
initial=
"Presentation"
>
<!-- <presentation id="Presentation" src="presentations/Presentation.uip"/>-->
<presentation
id=
"Presentation"
src=
"Presentation_1_1.uip"
/>
<dataInput
metadata=
""
name=
"roadSpeed"
type=
"Float"
/>
</assets>
<statemachine
ref=
"#logic"
>
<visual-states>
<state
ref=
"Initial"
>
<enter>
<goto-slide
rel=
"next"
element=
"main:Scene"
/>
</enter>
</state>
</visual-states>
</statemachine>
</application>
LowEndCluster/Presentation/Presentation_1_1.uip
0 → 100644
View file @
70ad0bef
<?xml version="1.0" encoding="UTF-8" ?>
<UIP
version=
"5"
>
<Project
>
<ProjectSettings
author=
""
company=
""
presentationWidth=
"620"
presentationHeight=
"290"
maintainAspect=
"False"
preferKtx=
"False"
>
<CustomColors
count=
"16"
>
#4f456e #56416e #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff
</CustomColors>
</ProjectSettings>
<Graph
>
<Scene
id=
"Scene"
>
<Layer
id=
"Layer"
variants=
""
>
<Camera
id=
"Camera"
/>
<Component
id=
"Car"
>
<Model
id=
"Car_001"
name=
"polySurface3"
importid=
"polySurface3"
orientation=
"Right Handed"
position=
"0 0 -0"
rotation=
"0 -0 0"
rotationorder=
"XYZr"
scale=
"1 1 1"
sourcepath=
"models/lowPolyCar/meshes/polySurface3.mesh"
>
<ReferencedMaterial
id=
"lowpolyCoupeRed"
/>
</Model>
</Component>
<Component
id=
"Plane"
>
<Model
id=
"Plane_001"
name=
"Plane"
importid=
"Plane"
orientation=
"Right Handed"
position=
"0 0 -0"
rotation=
"-90 -0 0"
rotationorder=
"XYZr"
scale=
"100 100 100"
sourcepath=
"models/road/meshes/Plane.mesh"
>
<Material
id=
"Plane_Diffuse_Default"
name=
"Plane_Diffuse_Default"
>
<Image
id=
"Plane_Diffuse_Default_diffusemap"
/>
</Material>
</Model>
</Component>
<Model
id=
"Car2"
name=
"polySurface3"
importid=
"polySurface3"
orientation=
"Right Handed"
position=
"0 0 -0"
rotation=
"0 -0 0"
rotationorder=
"XYZr"
scale=
"1 1 1"
sourcepath=
"models/lowPolyCar/meshes/polySurface3.mesh"
>
<ReferencedMaterial
id=
"lowpolyCoupe"
/>
</Model>
<Model
id=
"Car3"
name=
"polySurface3"
importid=
"polySurface3"
orientation=
"Right Handed"
position=
"0 0 -0"
rotation=
"0 -0 0"
rotationorder=
"XYZr"
scale=
"1 1 1"
sourcepath=
"models/lowPolyCar/meshes/polySurface3.mesh"
>
<ReferencedMaterial
id=
"lowpolyCoupe_001"
/>
</Model>
</Layer>
<Material
id=
"__Container"
>
<Material
id=
"materials/lowpolyCoupe"
name=
"lowpolyCoupe"
blendmode=
"Normal"
diffuse=
"1 1 1"
diffusemap=
"#materials/lowpolyCoupe_diffusemap"
emissivepower=
"0"
importfile=
"models/lowPolyCar/lowPolyCar.import"
importid=
"lowpolyCoupe"
opacity=
"100"
specularamount=
"0"
>
<Image
id=
"materials/lowpolyCoupe_diffusemap"
name=
"lowpolyCoupe_diffusemap"
importid=
"lowpolyCoupe_diffusemap"
pivotu=
"0.5"
pivotv=
"0.5"
positionu=
"-0.5"
positionv=
"-0.5"
scaleu=
"1"
scalev=
"1"
sourcepath=
"models/lowPolyCar/maps/Low_lowpolyCoupe_Diffuse.psd"
tilingmodehorz=
"Tiled"
tilingmodevert=
"Tiled"
/>
</Material>
<Material
id=
"materials/lowpolyCoupeRed"
>
<Image
id=
"materials/lowpolyCoupeRed_diffusemap"
/>
</Material>
</Material>
</Scene>
</Graph>
<Logic
>
<State
name=
"Master Slide"
component=
"#Scene"
>
<Add
ref=
"#Layer"
background=
"SolidColor"
backgroundcolor=
"0 0 0"
disabledepthprepass=
"True"
disabledepthtest=
"False"
/>
<Add
ref=
"#Camera"
position=
"0 546.454 -720.64"
rotation=
"44.5 0 0"
>
<AnimationTrack
property=
"position.x"
type=
"EaseInOut"
>
0.008 0 0 0 2.003 0 0 0 22 0 0 0 24 0 0 0 44 0 0 0
</AnimationTrack>
<AnimationTrack
property=
"position.y"
type=
"EaseInOut"
>
0.008 258.454 0 0 2.003 811.454 0 0 22 811.454 0 0 24 258.454 0 0 44 258.454 0 0
</AnimationTrack>
<AnimationTrack
property=
"position.z"
type=
"EaseInOut"
>
0.008 -720.64 0 0 2.003 -616.64 0 0 22 -616.64 0 0 24 -720.64 0 0 44 -720.64 0 0
</AnimationTrack>
<AnimationTrack
property=
"rotation.x"
type=
"EaseInOut"
>
0.008 25.5 0 0 2.003 55.5 0 0 22 55.5 0 0 24 25.5 0 0 44 25.5 0 0
</AnimationTrack>
<AnimationTrack
property=
"rotation.y"
type=
"EaseInOut"
>
0.008 0 0 0 2.003 0 0 0 22 0 0 0 24 0 0 0 44 0 0 0
</AnimationTrack>
<AnimationTrack
property=
"rotation.z"
type=
"EaseInOut"
>
0.008 0 0 0 2.003 0 0 0 22 0 0 0 24 0 0 0 44 0 0 0
</AnimationTrack>
</Add>
<Add
ref=
"#__Container"
name=
"__Container"
/>
<Add
ref=
"#materials/lowpolyCoupe"
name=
"materials/lowpolyCoupe"
importfile=
"../models/lowPolyCar/lowPolyCar.import"
shaderlighting=
"None"
/>
<Add
ref=
"#materials/lowpolyCoupe_diffusemap"
importfile=
"../models/lowPolyCar/lowPolyCar.import"
sourcepath=
"models/lowPolyCar/maps/Low_lowpolyCoupe_Diffuse.jpg"
subpresentation=
""
/>
<Add
ref=
"#materials/lowpolyCoupeRed"
name=
"materials/lowpolyCoupeRed"
blendmode=
"Normal"
bumpamount=
"0.5"
diffuse=
"1 1 1"
diffuselightwrap=
"0"
diffusemap=
"#materials/lowpolyCoupeRed_diffusemap"
displaceamount=
"20"
emissivecolor=
"1 1 1"
emissivepower=
"0"
fresnelPower=
"0"
importfile=
"../models/lowPolyCar/lowPolyCar.import"
importid=
"lowpolyCoupe"
ior=
"1.5"
opacity=
"100"
shaderlighting=
"None"
sourcepath=
""
specularamount=
"0"
specularmodel=
"Default"
specularroughness=
"0"
speculartint=
"1 1 1"
translucentfalloff=
"1"
type=
"Material"
vertexcolors=
"False"
/>
<Add
ref=
"#materials/lowpolyCoupeRed_diffusemap"
importfile=
"../models/lowPolyCar/lowPolyCar.import"
importid=
""
sourcepath=
"models/lowPolyCar/maps/Low_lowpolyCoupe_Diffuse_red.jpg"
subpresentation=
""
/>
<State
id=
"Scene-Slide1"
name=
"Slide1"
playmode=
"Looping"
>
<Set
ref=
"#Layer"
endtime=
"44000"
/>
<Set
ref=
"#Camera"
endtime=
"44000"
/>
<Add
ref=
"#Car"
name=
"Car"
controlledproperty=
"$carSlide @slide"
endtime=
"44000"
position=
"0 0 -41"
/>
<Add
ref=
"#Plane"
name=
"Plane"
endtime=
"44000"
/>
<Add
ref=
"#Car2"
name=
"Car2"
endtime=
"44000"
importfile=
"models/lowPolyCar/lowPolyCar.import"
position=
"223.317 0 352.63"
rotation=
"0 180 0"
/>
<Add
ref=
"#lowpolyCoupe"
name=
"lowpolyCoupe"
endtime=
"44000"
referencedmaterial=
"#materials/lowpolyCoupe"
sourcepath=
"materials/lowpolyCoupe.materialdef"
/>
<Add
ref=
"#Car3"
name=
"Car3"
endtime=
"44000"
importfile=
"models/lowPolyCar/lowPolyCar.import"
position=
"-218.659 0 677.935"
rotation=
"0 180 0"
/>
<Add
ref=
"#lowpolyCoupe_001"
name=
"lowpolyCoupe"
endtime=
"44000"
referencedmaterial=
"#materials/lowpolyCoupe"
sourcepath=
"materials/lowpolyCoupe.materialdef"
/>
</State>
</State>
<State
name=
"Master Slide"
component=
"#Car"
>
<Add
ref=
"#Car_001"
name=
"Car"
endtime=
"12000"
importfile=
"models/lowPolyCar/lowPolyCar.import"
position=
"1.99085e-05 0 -227.727"
rotation=
"0 180 0"
>
<AnimationTrack
property=
"position.x"
type=
"EaseInOut"
/>
<AnimationTrack
property=
"position.y"
type=
"EaseInOut"
/>
<AnimationTrack
property=
"position.z"
type=
"EaseInOut"
/>
</Add>
<Add
ref=
"#lowpolyCoupeRed"
name=
"lowpolyCoupeRed"
endtime=
"12000"
referencedmaterial=
"#materials/lowpolyCoupeRed"
sourcepath=
"materials/lowpolyCoupeRed.materialdef"
/>
<State
id=
"Car-Top"
name=
"Top"
playmode=
"Looping"
>
<Set
ref=
"#Car_001"
endtime=
"18790"
position=
"1.99085e-05 0 -227.727"
>
<AnimationTrack
property=
"position.x"
type=
"EaseInOut"
dynamic=
"True"
>
0 1.99085e-05 0 0 2.00005 1.99085e-05 0 0 3.104 -223.962 0 0 4.708 -223.962 0 0 6.96605 1.99085e-05 0 0 9.01 1.99085e-05 0 0 14.254 224.095 0 0 16.466 224.095
0 0 18.7901 1.99085e-05 0 0
</AnimationTrack>
<AnimationTrack
property=
"position.y"
type=
"EaseInOut"
dynamic=
"True"
>
0 0 0 0 2.00005 0 0 0 3.104 0 0 0 4.708 0 0 0 6.96605 0 0 0 9.01 0 0 0 14.254 0 0 0 16.466 0
0 0 18.7901 0 0 0
</AnimationTrack>
<AnimationTrack
property=
"position.z"
type=
"EaseInOut"
dynamic=
"True"
>
0 -227.727 0 0 2.00005 -227.727 0 0 3.104 -227.727 0 0 4.708 -227.727 0 0 6.96605 -227.727 0 0 9.01 -227.727 0 0 14.254 -227.727 0 0 16.466 -227.727
0 0 18.7901 -227.727 0 0
</AnimationTrack>
</Set>
<Set
ref=
"#lowpolyCoupeRed"
endtime=
"18790"
/>
</State>
<State
id=
"Car-Bottom"
name=
"Bottom"
playmode=
"Stop at end"
playthroughto=
"Previous"
>
<Set
ref=
"#Car_001"
endtime=
"12000"
position=
"1.99085e-05 0 -227.727"
>
<AnimationTrack
property=
"position.x"
type=
"EaseInOut"
dynamic=
"True"
>
0 1.99085e-05 0 0 2 1.99085e-05 0 0
</AnimationTrack>
<AnimationTrack
property=
"position.y"
type=
"EaseInOut"
dynamic=
"True"
>
0 0 0 0 2 0 0 0
</AnimationTrack>
<AnimationTrack
property=
"position.z"
type=
"EaseInOut"
dynamic=
"True"
>
0 -227.727 0 0 2 -227.727 0 0
</AnimationTrack>
</Set>
<Set
ref=
"#lowpolyCoupeRed"
endtime=
"12000"
/>
</State>
</State>
<State
name=
"Master Slide"
component=
"#Plane"
>
<Add
ref=
"#Plane_001"
endtime=
"24000"
importfile=
"models/road/road.import"
position=
"1.326e-05 3.69591e-20 303.353"
rotation=
"-90 -90 0"
scale=
"216.21 337.5 337.5"
sourcepath=
"models/road_001/meshes/Plane.mesh"
>
<AnimationTrack
property=
"position.x"
type=
"EaseInOut"
>
0.008 6.03426e-05 0 0 1.395 1.99652e-05 0 0 2.003 1.326e-05 0 0 22.0021 1.326e-05 0 0 22.7 1.99652e-05 0 0 24 6.03426e-05 0 0 44 6.03426e-05 0 0
</AnimationTrack>
<AnimationTrack
property=
"position.y"
type=
"EaseInOut"
>
0.008 3.47976e-19 0 0 1.395 9.58182e-20 0 0 2.003 3.69591e-20 0 0 22.0021 3.69591e-20 0 0 22.7 9.58182e-20 0 0 24 3.47976e-19 0 0 44 3.47976e-19 0 0
</AnimationTrack>
<AnimationTrack
property=
"position.z"
type=
"EaseInOut"
>
0.008 1380.48 0 0 1.395 456.749 0 0 2.003 303.353 0 0 22.0021 303.353 0 0 22.7 456.749 0 0 24 1380.48 0 0 44 1380.48 0 0
</AnimationTrack>
<AnimationTrack
property=
"scale.x"
type=
"EaseInOut"
>
0.008 486.131 0 0 0.7 341.431 0 0 1.395 242.555 0 0 2.003 216.21 0 0 22.0021 216.21 0 0 22.7 242.555 0 0 23.366 341.431 0 0 24 486.131
0 0 44 486.131 0 0
</AnimationTrack>
<AnimationTrack
property=
"scale.y"
type=
"EaseInOut"
>
0.008 337.5 0 0 0.7 337.5 0 0 1.395 337.5 0 0 2.003 337.5 0 0 22.0021 337.5 0 0 22.7 337.5 0 0 23.366 337.5 0 0 24 337.5
0 0 44 337.5 0 0
</AnimationTrack>
<AnimationTrack
property=
"scale.z"
type=
"EaseInOut"
>
0.008 486.725 0 0 0.7 418.891 0 0 1.395 377.373 0 0 2.003 337.5 0 0 22.0021 337.5 0 0 22.7 377.373 0 0 23.366 418.891 0 0 24 486.725
0 0 44 486.725 0 0
</AnimationTrack>
</Add>
<Add
ref=
"#Plane_Diffuse_Default"
name=
"Plane_Diffuse_Default"
blendmode=
"Normal"
bumpamount=
"0.5"
diffuse=
"0.8 0.8 0.8"
diffuselightwrap=
"0"
diffusemap=
"#Plane_Diffuse_Default_diffusemap"
displaceamount=
"20"
emissivecolor=
"1 1 1"
emissivepower=
"0"
fresnelPower=
"0"
importfile=
"models/road/road.import"
importid=
"Plane_Diffuse_Default"
ior=
"1.5"
opacity=
"100"
shaderlighting=
"None"
sourcepath=
""
specularamount=
"0"
specularmodel=
"Default"
specularroughness=
"0"
speculartint=
"1 1 1"
translucentfalloff=
"1"
type=
"Material"
vertexcolors=
"True"
/>
<Add
ref=
"#Plane_Diffuse_Default_diffusemap"
controlledproperty=
"$roadSpeed positionv"
importid=
""
positionu=
"0"
scaleu=
"1"
scalev=
"5"
sourcepath=
"maps/road.jpg"
subpresentation=
""
tilingmodehorz=
"Tiled"
tilingmodevert=
"Tiled"
/>
<State
id=
"Plane-Slide1"
name=
"Slide1"
playmode=
"Looping"
>
<Set
ref=
"#Plane_001"
endtime=
"44000"
/>
</State>
</State>
</Logic>
</Project>
</UIP>
LowEndCluster/Presentation/maps/UV-Checker.png
0 → 100644
View file @
70ad0bef
10.3 KB
LowEndCluster/Presentation/maps/road.jpg
0 → 100644
View file @
70ad0bef
12.8 KB
LowEndCluster/Presentation/materials/Plane_Diffuse_Default.materialdef
0 → 100644
View file @
70ad0bef
<MaterialData version="1.0">
<Property name="shaderlighting">None</Property>
<Property name="blendmode">Normal</Property>
<Property name="diffuse">0.8 0.8 0.8</Property>
<Property name="diffusemap"><![CDATA[./maps/road.jpg]]></Property>
<Property name="specularamount">0</Property>
<Property name="specularroughness">0</Property>
<Property name="opacity">100</Property>
<Property name="emissivecolor">1 1 1</Property>
<Property name="emissivepower">0</Property>
<Property name="bumpamount">0.5</Property>
<Property name="displaceamount">20</Property>
<Property name="translucentfalloff">1</Property>
<Property name="diffuselightwrap">0</Property>
<Property name="specularmodel">Default</Property>
<Property name="speculartint">1 1 1</Property>
<Property name="ior">1.5</Property>
<Property name="fresnelPower">0</Property>
<Property name="vertexcolors">True</Property>
<Property name="sourcepath"></Property>
<Property name="importid">Plane_Diffuse_Default</Property>
<Property name="importfile">../models/road/road.import</Property>
<Property name="type">Material</Property>
<Property name="name"><![CDATA[materials/Plane_Diffuse_Default]]></Property>
<Property name="path"><![CDATA[C:/dev/lowendcluster/LowEndCluster/Presentation/materials/Plane_Diffuse_Default.materialdef]]></Property>
<TextureData name="diffusemap">
<Property name="scaleu">1</Property>
<Property name="scalev">1</Property>
<Property name="mappingmode">UV Mapping</Property>
<Property name="tilingmodehorz">No Tiling</Property>
<Property name="tilingmodevert">No Tiling</Property>
<Property name="rotationuv">0</Property>
<Property name="positionu">0</Property>
<Property name="positionv">0</Property>
<Property name="pivotu">0</Property>
<Property name="pivotv">0</Property>
<Property name="subpresentation"></Property>
<Property name="sourcepath"><![CDATA[./maps/road.jpg]]></Property>
<Property name="importid"></Property>
<Property name="importfile"></Property>
<Property name="type">Image</Property>
<Property name="name"><![CDATA[Image]]></Property>
</TextureData>
</MaterialData>
\ No newline at end of file
LowEndCluster/Presentation/materials/UV-Checker.materialdef
0 → 100644
View file @
70ad0bef
<MaterialData version="1.0">
<Property name="shaderlighting">None</Property>
<Property name="blendmode">Normal</Property>
<Property name="diffuse">1 1 1</Property>
<Property name="diffusemap"><![CDATA[./maps/UV-Checker.png]]></Property>
<Property name="specularamount">0</Property>
<Property name="specularroughness">0</Property>
<Property name="opacity">100</Property>
<Property name="emissivecolor">1 1 1</Property>
<Property name="emissivepower">0</Property>
<Property name="bumpamount">0.5</Property>
<Property name="displaceamount">20</Property>
<Property name="translucentfalloff">1</Property>
<Property name="diffuselightwrap">0</Property>
<Property name="specularmodel">Default</Property>
<Property name="speculartint">1 1 1</Property>
<Property name="ior">1.5</Property>
<Property name="fresnelPower">0</Property>
<Property name="vertexcolors">False</Property>
<Property name="sourcepath"></Property>
<Property name="importid"></Property>
<Property name="importfile">../maps/UV-Checker.png</Property>
<Property name="type">Material</Property>
<Property name="name"><![CDATA[materials/UV-Checker]]></Property>
<Property name="path"><![CDATA[C:/Users/tetammin/Documents/QtProjects/D3Cluster/Presentation/materials/UV-Checker.materialdef]]></Property>
<TextureData name="diffusemap">
<Property name="scaleu">1</Property>
<Property name="scalev">1</Property>
<Property name="mappingmode">UV Mapping</Property>
<Property name="tilingmodehorz">No Tiling</Property>
<Property name="tilingmodevert">No Tiling</Property>
<Property name="rotationuv">0</Property>
<Property name="positionu">0</Property>
<Property name="positionv">0</Property>
<Property name="pivotu">0</Property>
<Property name="pivotv">0</Property>
<Property name="subpresentation"></Property>
<Property name="sourcepath"><![CDATA[./maps/UV-Checker.png]]></Property>
<Property name="importid"></Property>
<Property name="importfile"></Property>
<Property name="type">Image</Property>
<Property name="name"><![CDATA[Image]]></Property>
</TextureData>
</MaterialData>
\ No newline at end of file
LowEndCluster/Presentation/materials/lowpolyCoupe.materialdef
0 → 100644
View file @
70ad0bef
<MaterialData version="1.0">
<Property name="shaderlighting">None</Property>
<Property name="blendmode">Normal</Property>
<Property name="diffuse">1 1 1</Property>
<Property name="diffusemap"><![CDATA[./models/lowPolyCar/maps/Low_lowpolyCoupe_Diffuse.jpg]]></Property>
<Property name="specularamount">0</Property>
<Property name="specularroughness">0</Property>
<Property name="opacity">100</Property>
<Property name="emissivecolor">1 1 1</Property>
<Property name="emissivepower">0</Property>
<Property name="bumpamount">0.5</Property>
<Property name="displaceamount">20</Property>
<Property name="translucentfalloff">1</Property>
<Property name="diffuselightwrap">0</Property>
<Property name="specularmodel">Default</Property>
<Property name="speculartint">1 1 1</Property>
<Property name="ior">1.5</Property>
<Property name="fresnelPower">0</Property>
<Property name="vertexcolors">False</Property>
<Property name="sourcepath"></Property>
<Property name="importid">lowpolyCoupe</Property>
<Property name="importfile">../models/lowPolyCar/lowPolyCar.import</Property>
<Property name="type">Material</Property>
<Property name="name"><![CDATA[materials/lowpolyCoupe]]></Property>
<Property name="path"><![CDATA[C:/dev/lowendcluster/LowEndCluster/Presentation/materials/lowpolyCoupe.materialdef]]></Property>
<TextureData name="diffusemap">
<Property name="scaleu">1</Property>
<Property name="scalev">1</Property>
<Property name="mappingmode">UV Mapping</Property>
<Property name="tilingmodehorz">Tiled</Property>
<Property name="tilingmodevert">Tiled</Property>
<Property name="rotationuv">0</Property>
<Property name="positionu">-0.5</Property>
<Property name="positionv">-0.5</Property>
<Property name="pivotu">0.5</Property>
<Property name="pivotv">0.5</Property>
<Property name="subpresentation"></Property>
<Property name="sourcepath"><![CDATA[./models/lowPolyCar/maps/Low_lowpolyCoupe_Diffuse.jpg]]></Property>
<Property name="importid">lowpolyCoupe_diffusemap</Property>
<Property name="importfile">../models/lowPolyCar/lowPolyCar.import</Property>
<Property name="type">Image</Property>
<Property name="name"><![CDATA[lowpolyCoupe_diffusemap]]></Property>
</TextureData>
</MaterialData>
\ No newline at end of file
LowEndCluster/Presentation/materials/lowpolyCoupeRed.materialdef
0 → 100644
View file @
70ad0bef
<MaterialData version="1.0">
<Property name="shaderlighting">None</Property>
<Property name="blendmode">Normal</Property>
<Property name="diffuse">1 1 1</Property>
<Property name="diffusemap"><![CDATA[./models/lowPolyCar/maps/Low_lowpolyCoupe_Diffuse_red.jpg]]></Property>
<Property name="specularamount">0</Property>
<Property name="specularroughness">0</Property>
<Property name="opacity">100</Property>
<Property name="emissivecolor">1 1 1</Property>
<Property name="emissivepower">0</Property>
<Property name="bumpamount">0.5</Property>
<Property name="displaceamount">20</Property>
<Property name="translucentfalloff">1</Property>
<Property name="diffuselightwrap">0</Property>
<Property name="specularmodel">Default</Property>
<Property name="speculartint">1 1 1</Property>
<Property name="ior">1.5</Property>
<Property name="fresnelPower">0</Property>
<Property name="vertexcolors">False</Property>
<Property name="sourcepath"></Property>
<Property name="importid">lowpolyCoupe</Property>
<Property name="importfile">../models/lowPolyCar/lowPolyCar.import</Property>
<Property name="type">Material</Property>
<Property name="name"><![CDATA[materials/lowpolyCoupeRed]]></Property>
<Property name="path"><![CDATA[C:/dev/lowendcluster/LowEndCluster/Presentation/materials/lowpolyCoupeRed.materialdef]]></Property>
<TextureData name="diffusemap">
<Property name="scaleu">1</Property>
<Property name="scalev">1</Property>
<Property name="mappingmode">UV Mapping</Property>
<Property name="tilingmodehorz">No Tiling</Property>
<Property name="tilingmodevert">No Tiling</Property>
<Property name="rotationuv">0</Property>
<Property name="positionu">0</Property>
<Property name="positionv">0</Property>
<Property name="pivotu">0</Property>
<Property name="pivotv">0</Property>
<Property name="subpresentation"></Property>
<Property name="sourcepath"><![CDATA[./models/lowPolyCar/maps/Low_lowpolyCoupe_Diffuse_red.jpg]]></Property>
<Property name="importid"></Property>
<Property name="importfile">../models/lowPolyCar/lowPolyCar.import</Property>
<Property name="type">Image</Property>
<Property name="name"><![CDATA[Image]]></Property>
</TextureData>
</MaterialData>
\ No newline at end of file
LowEndCluster/Presentation/models/lowPolyCar/lowPolyCar.import
0 → 100644
View file @
70ad0bef
<?xml version="1.0" encoding="UTF-8" ?>
<UIP
Version=
"1"
>
<Project
Revision=
"1"
>
<Graph
>
<Group
id=
"__import__root__"
>
<Model
id=
"polySurface3"
name=
"polySurface3"
orientation=
"Right Handed"
position=
"0 0 -0"
rotation=
"0 -0 0"
rotationorder=
"XYZr"
scale=
"1 1 1"
sourcepath=
"meshes/polySurface3.mesh"
>
<Material
id=
"lowpolyCoupe"
name=
"lowpolyCoupe"
blendmode=
"Normal"
diffuse=
"1 1 1"
diffusemap=
"lowpolyCoupe_diffusemap"
emissivepower=
"0"
opacity=
"100"
specularamount=
"0"
>
<Image
id=
"lowpolyCoupe_diffusemap"
name=
"lowpolyCoupe_diffusemap"
pivotu=
"0.5"
pivotv=
"0.5"
positionu=
"-0.5"
positionv=
"-0.5"
scaleu=
"1"
scalev=
"1"
sourcepath=
"maps/Low_lowpolyCoupe_Diffuse.psd"
tilingmodehorz=
"Tiled"
tilingmodevert=
"Tiled"
/>
</Material>
</Model>
</Group>
</Graph>
<Import
SrcFile=
"../../../../../../Desktop/LowEnd/lowPolyCar.fbx"
ImageDir=
"Images"
MeshDir=
"Meshes"
>
<Image
>
<Source
>
lowPolyCar.fbm/Low_lowpolyCoupe_Diffuse.psd
</Source>
<Dest
>
maps/Low_lowpolyCoupe_Diffuse.psd
</Dest>
</Image>
<Mesh
>
<Source
>
polySurface3
</Source>
<Dest
>
meshes/polySurface3.mesh
</Dest>
</Mesh>
</Import>
</Project>
</UIP>
LowEndCluster/Presentation/models/lowPolyCar/maps/Low_lowpolyCoupe_Diffuse.jpg
0 → 100644
View file @
70ad0bef
65 KB
LowEndCluster/Presentation/models/lowPolyCar/maps/Low_lowpolyCoupe_Diffuse.psd
0 → 100644
View file @
70ad0bef
File added
LowEndCluster/Presentation/models/lowPolyCar/maps/Low_lowpolyCoupe_Diffuse_red.jpg
0 → 100644
View file @
70ad0bef
72.9 KB
LowEndCluster/Presentation/models/lowPolyCar/meshes/polySurface3.mesh
0 → 100644
View file @
70ad0bef
File added
LowEndCluster/Presentation/models/road_001/meshes/Plane.mesh
0 → 100644
View file @
70ad0bef
File added
LowEndCluster/Presentation/models/road_001/road.import
0 → 100644
View file @
70ad0bef
<?xml version="1.0" encoding="UTF-8" ?>
<UIP
Version=
"1"
>
<Project
Revision=
"1"
>
<Graph
>
<Group
id=
"__import__root__"
>
<Model
id=
"Plane"
name=
"Plane"
orientation=
"Right Handed"
position=
"0 0 -0"
rotation=
"-90 -0 0"
rotationorder=
"XYZr"
scale=
"100 100 100"
sourcepath=
"meshes/Plane.mesh"
>
<Material
id=
"Plane_Diffuse_Default"
name=
"Plane_Diffuse_Default"
blendmode=
"Normal"
diffuse=
"0.8 0.8 0.8"
emissivepower=
"0"
opacity=
"100"
specularamount=
"0"
/>
</Model>
</Group>
</Graph>
<Import
SrcFile=
"../../../../../../Desktop/LowEnd/road.fbx"
ImageDir=
"Images"
MeshDir=
"Meshes"
>
<Mesh
>
<Source
>
Plane
</Source>
<Dest
>
meshes/Plane.mesh
</Dest>
</Mesh>
</Import>
</Project>
</UIP>
LowEndCluster/Presentation/presentations/Presentation.uip
0 → 100644
View file @
70ad0bef
<?xml version="1.0" encoding="UTF-8" ?>
<UIP
version=
"5"
>
<Project
>
<ProjectSettings
author=
""
company=
""
presentationWidth=
"620"
presentationHeight=
"290"
maintainAspect=
"False"
preferKtx=
"False"
>
<CustomColors
count=
"16"
>
#4f456e #56416e #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff
</CustomColors>
</ProjectSettings>
<Graph
>
<Scene
id=
"Scene"
>
<Layer
id=
"Layer"
>
<Camera
id=
"Camera"
/>
<Component
id=
"Car"
>
<Model
id=
"Car_001"
name=
"polySurface3"
importid=
"polySurface3"
orientation=
"Right Handed"
position=
"0 0 -0"
rotation=
"0 -0 0"
rotationorder=
"XYZr"
scale=
"1 1 1"
sourcepath=
"../models/lowPolyCar/meshes/polySurface3.mesh"
>
<ReferencedMaterial
id=
"lowpolyCoupeRed"
/>
</Model>
</Component>
<Component
id=
"Plane"
>
<Model
id=
"Plane_001"
name=
"Plane"
importid=
"Plane"
orientation=
"Right Handed"
position=
"0 0 -0"
rotation=
"-90 -0 0"
rotationorder=
"XYZr"
scale=
"100 100 100"
sourcepath=
"../models/road/meshes/Plane.mesh"
>
<Material
id=
"Plane_Diffuse_Default"
name=
"Plane_Diffuse_Default"
>
<Image
id=
"Plane_Diffuse_Default_diffusemap"
/>
</Material>
</Model>
</Component>
<Model
id=
"Car2"
name=
"polySurface3"
importid=
"polySurface3"
orientation=
"Right Handed"
position=
"0 0 -0"
rotation=
"0 -0 0"
rotationorder=
"XYZr"
scale=
"1 1 1"
sourcepath=
"../models/lowPolyCar/meshes/polySurface3.mesh"
>
<ReferencedMaterial
id=
"lowpolyCoupe"
/>
</Model>
<Model
id=
"Car3"
name=
"polySurface3"
importid=
"polySurface3"
orientation=
"Right Handed"
position=
"0 0 -0"
rotation=
"0 -0 0"
rotationorder=
"XYZr"
scale=
"1 1 1"
sourcepath=
"../models/lowPolyCar/meshes/polySurface3.mesh"
>
<ReferencedMaterial
id=
"lowpolyCoupe_001"
/>
</Model>
</Layer>
<Material
id=
"__Container"
>
<Material
id=
"materials/lowpolyCoupe"
name=
"lowpolyCoupe"
blendmode=
"Normal"
diffuse=
"1 1 1"
diffusemap=
"#materials/lowpolyCoupe_diffusemap"
emissivepower=
"0"
importfile=
"../models/lowPolyCar/lowPolyCar.import"
importid=
"lowpolyCoupe"
opacity=
"100"
specularamount=
"0"
>
<Image
id=
"materials/lowpolyCoupe_diffusemap"
name=
"lowpolyCoupe_diffusemap"
importid=
"lowpolyCoupe_diffusemap"
pivotu=
"0.5"
pivotv=
"0.5"
positionu=
"-0.5"
positionv=
"-0.5"
scaleu=
"1"
scalev=
"1"
sourcepath=
"../models/lowPolyCar/maps/Low_lowpolyCoupe_Diffuse.psd"
tilingmodehorz=
"Tiled"
tilingmodevert=
"Tiled"
/>
</Material>
<Material
id=
"materials/lowpolyCoupeRed"
>
<Image
id=
"materials/lowpolyCoupeRed_diffusemap"
/>
</Material>
</Material>
</Scene>
</Graph>
<Logic
>
<State
name=
"Master Slide"
component=
"#Scene"
>
<Add
ref=
"#Layer"
background=
"SolidColor"
backgroundcolor=
"0 0 0"
/>
<Add
ref=
"#Camera"
position=
"0 546.454 -720.64"
rotation=
"44.5 0 0"
>
<AnimationTrack
property=
"position.x"
type=
"EaseInOut"
>
0.008 0 0 0 2.003 0 0 0 12.005 0 0 0 14.003 0 0 0 23.993 0 0 0
</AnimationTrack>
<AnimationTrack
property=
"position.y"
type=
"EaseInOut"
>
0.008 258.454 0 0 2.003 811.454 0 0 12.005 811.454 0 0 14.003 258.454 0 0 23.993 258.454 0 0
</AnimationTrack>
<AnimationTrack
property=
"position.z"
type=
"EaseInOut"
>
0.008 -720.64 0 0 2.003 -616.64 0 0 12.005 -616.64 0 0 14.003 -720.64 0 0 23.993 -720.64 0 0
</AnimationTrack>
<AnimationTrack
property=
"rotation.x"
type=
"EaseInOut"
>
0.008 25.5 0 0 2.003 55.5 0 0 12.005 55.5 0 0 14.003 25.5 0 0 23.993 25.5 0 0
</AnimationTrack>
<AnimationTrack
property=
"rotation.y"
type=
"EaseInOut"
>
0.008 0 0 0 2.003 0 0 0 12.005 0 0 0 14.003 0 0 0 23.993 0 0 0
</AnimationTrack>
<AnimationTrack
property=
"rotation.z"
type=
"EaseInOut"
>
0.008 0 0 0 2.003 0 0 0 12.005 0 0 0 14.003 0 0 0 23.993 0 0 0
</AnimationTrack>
</Add>
<Add
ref=
"#__Container"
name=
"__Container"
/>
<Add
ref=
"#materials/lowpolyCoupe"
name=
"materials/lowpolyCoupe"
shaderlighting=
"None"
/>
<Add
ref=
"#materials/lowpolyCoupe_diffusemap"
importfile=
"../models/lowPolyCar/lowPolyCar.import"
sourcepath=
"../models/lowPolyCar/maps/Low_lowpolyCoupe_Diffuse.jpg"
subpresentation=
""
/>
<Add
ref=
"#materials/lowpolyCoupeRed"
name=
"materials/lowpolyCoupeRed"
blendmode=
"Normal"
bumpamount=
"0.5"
diffuse=
"1 1 1"
diffuselightwrap=
"0"
diffusemap=
"#materials/lowpolyCoupeRed_diffusemap"
displaceamount=
"20"
emissivecolor=
"1 1 1"
emissivepower=
"0"
fresnelPower=
"0"
importfile=
"../models/lowPolyCar/lowPolyCar.import"
importid=
"lowpolyCoupe"
ior=
"1.5"
opacity=
"100"
shaderlighting=
"None"
sourcepath=
""
specularamount=
"0"
specularmodel=
"Default"
specularroughness=
"0"
speculartint=
"1 1 1"
translucentfalloff=
"1"
type=
"Material"
vertexcolors=
"False"
/>
<Add
ref=
"#materials/lowpolyCoupeRed_diffusemap"
importfile=
"../models/lowPolyCar/lowPolyCar.import"
importid=
""
sourcepath=
"../models/lowPolyCar/maps/Low_lowpolyCoupe_Diffuse_red.jpg"
subpresentation=
""
/>
<State
id=
"Scene-Slide1"
name=
"Slide1"
playmode=
"Looping"
>
<Set
ref=
"#Layer"
endtime=
"24000"
/>
<Set
ref=
"#Camera"
endtime=
"24000"
/>
<Add
ref=
"#Car"
name=
"Car"
endtime=
"24000"
position=
"0 0 -41"
/>
<Add
ref=
"#Plane"
name=
"Plane"
endtime=
"24000"
/>
<Add
ref=
"#Car2"
name=
"Car2"
endtime=
"24000"
importfile=
"../models/lowPolyCar/lowPolyCar.import"
position=
"223.317 0 352.63"
rotation=
"0 180 0"
/>
<Add
ref=
"#lowpolyCoupe"
name=
"lowpolyCoupe"
endtime=
"24000"
referencedmaterial=
"#materials/lowpolyCoupe"
sourcepath=
"../materials/lowpolyCoupe.materialdef"
/>
<Add
ref=
"#Car3"
name=
"Car3"
endtime=
"24000"
importfile=
"../models/lowPolyCar/lowPolyCar.import"
position=
"-218.659 0 677.935"
rotation=
"0 180 0"
/>
<Add
ref=
"#lowpolyCoupe_001"
name=
"lowpolyCoupe"
endtime=
"24000"
referencedmaterial=
"#materials/lowpolyCoupe"
sourcepath=
"../materials/lowpolyCoupe.materialdef"
/>
</State>
</State>
<State
name=
"Master Slide"
component=
"#Car"
>
<Add
ref=
"#Car_001"
name=
"Car"
endtime=
"12000"
importfile=
"../models/lowPolyCar/lowPolyCar.import"
position=
"1.99085e-05 0 -227.727"
rotation=
"0 180 0"
>
<AnimationTrack
property=
"position.x"
type=
"EaseInOut"
>
0 1.99085e-05 0 0 2.00005 1.99085e-05 0 0 3.104 -223.962 0 0 4.708 -223.962 0 0 6.96605 1.99085e-05 0 0 9.01 1.99085e-05 0 0 14.254 224.095 0 0 16.466 224.095
0 0 18.7901 1.99085e-05 0 0
</AnimationTrack>
<AnimationTrack
property=
"position.y"
type=
"EaseInOut"
>
0 0 0 0 2.00005 0 0 0 3.104 0 0 0 4.708 0 0 0 6.96605 0 0 0 9.01 0 0 0 14.254 0 0 0 16.466 0
0 0 18.7901 0 0 0
</AnimationTrack>
<AnimationTrack
property=
"position.z"
type=
"EaseInOut"
>
0 -227.727 0 0 2.00005 -227.727 0 0 3.104 -227.727 0 0 4.708 -227.727 0 0 6.96605 -227.727 0 0 9.01 -227.727 0 0 14.254 -227.727 0 0 16.466 -227.727
0 0 18.7901 -227.727 0 0
</AnimationTrack>
</Add>
<Add
ref=
"#lowpolyCoupeRed"
name=
"lowpolyCoupeRed"
endtime=
"12000"
referencedmaterial=
"#materials/lowpolyCoupeRed"
sourcepath=
"../materials/lowpolyCoupeRed.materialdef"
/>
<State
id=
"Car-Slide1"
name=
"Slide1"
playmode=
"Looping"
>
<Set
ref=
"#Car_001"
endtime=
"18790"
/>
<Set
ref=
"#lowpolyCoupeRed"
endtime=
"18790"
/>
</State>
</State>
<State
name=
"Master Slide"
component=
"#Plane"
>
<Add
ref=
"#Plane_001"
endtime=
"24000"
importfile=
"../models/road/road.import"
position=
"1.326e-05 3.69591e-20 303.353"
rotation=
"-90 -90 0"
scale=
"216.21 337.5 337.5"
sourcepath=
"../models/road_001/meshes/Plane.mesh"
>
<AnimationTrack
property=
"position.x"
type=
"EaseInOut"
>
0.008 6.03426e-05 0 0 1.395 1.99652e-05 0 0 2.003 1.326e-05 0 0 12.005 1.326e-05 0 0 12.703 1.99652e-05 0 0 14.003 6.03426e-05 0 0 23.993 6.03426e-05 0 0
</AnimationTrack>
<AnimationTrack
property=
"position.y"
type=
"EaseInOut"
>
0.008 3.47976e-19 0 0 1.395 9.58182e-20 0 0 2.003 3.69591e-20 0 0 12.005 3.69591e-20 0 0 12.703 9.58182e-20 0 0 14.003 3.47976e-19 0 0 23.993 3.47976e-19 0 0
</AnimationTrack>
<AnimationTrack
property=
"position.z"
type=
"EaseInOut"
>
0.008 1380.48 0 0 1.395 456.749 0 0 2.003 303.353 0 0 12.005 303.353 0 0 12.703 456.749 0 0 14.003 1380.48 0 0 23.993 1380.48 0 0
</AnimationTrack>
<AnimationTrack
property=
"scale.x"
type=
"EaseInOut"
>
0.008 486.131 0 0 0.7 341.431 0 0 1.395 242.555 0 0 2.003 216.21 0 0 12.005 216.21 0 0 12.703 242.555 0 0 13.369 341.431 0 0 14.003 486.131
0 0 23.993 486.131 0 0
</AnimationTrack>
<AnimationTrack
property=
"scale.y"
type=
"EaseInOut"
>
0.008 337.5 0 0 0.7 337.5 0 0 1.395 337.5 0 0 2.003 337.5 0 0 12.005 337.5 0 0 12.703 337.5 0 0 13.369 337.5 0 0 14.003 337.5
0 0 23.993 337.5 0 0
</AnimationTrack>
<AnimationTrack
property=
"scale.z"
type=
"EaseInOut"
>
0.008 486.725 0 0 0.7 418.891 0 0 1.395 377.373 0 0 2.003 337.5 0 0 12.005 337.5 0 0 12.703 377.373 0 0 13.369 418.891 0 0 14.003 486.725
0 0 23.993 486.725 0 0
</AnimationTrack>
</Add>
<Add
ref=
"#Plane_Diffuse_Default"
name=
"Plane_Diffuse_Default"
blendmode=
"Normal"
bumpamount=
"0.5"
diffuse=
"0.8 0.8 0.8"
diffuselightwrap=
"0"
diffusemap=
"#Plane_Diffuse_Default_diffusemap"
displaceamount=
"20"
emissivecolor=
"1 1 1"
emissivepower=
"0"
fresnelPower=
"0"
importfile=
"../models/road/road.import"
importid=
"Plane_Diffuse_Default"
ior=
"1.5"
opacity=
"100"
shaderlighting=
"None"
sourcepath=
""
specularamount=
"0"
specularmodel=
"Default"
specularroughness=
"0"
speculartint=
"1 1 1"
translucentfalloff=
"1"
type=
"Material"
vertexcolors=
"True"
/>
<Add
ref=
"#Plane_Diffuse_Default_diffusemap"
importid=
""
positionu=
"0"
scaleu=
"1"
scalev=
"5"
sourcepath=
"../maps/road.jpg"
subpresentation=
""
tilingmodehorz=
"Tiled"
tilingmodevert=
"Tiled"
>
<AnimationTrack
property=
"positionv"
type=
"EaseInOut"
>
0.02 0 0 0 23.983 10 0 0
</AnimationTrack>
</Add>
<State
id=
"Plane-Slide1"
name=
"Slide1"
playmode=
"Looping"
>
<Set
ref=
"#Plane_001"
endtime=
"24000"
/>
</State>
</State>
</Logic>
</Project>
</UIP>
LowEndCluster/Presentation/presentations/Presentation_autosave.uip
0 → 100644
View file @
70ad0bef
<?xml version="1.0" encoding="UTF-8" ?>
<UIP
version=
"5"
>
<Project
>
<ProjectSettings
author=
""
company=
""
presentationWidth=
"620"
presentationHeight=
"290"
maintainAspect=
"False"
preferKtx=
"False"
>
<CustomColors
count=
"16"
>
#4f456e #56416e #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff
</CustomColors>
</ProjectSettings>
<Graph
>
<Scene
id=
"Scene"
>
<Layer
id=
"Layer"
>
<Camera
id=
"Camera"
/>
<Component
id=
"Car"
>
<Model
id=
"Car_001"
name=
"polySurface3"
importid=
"polySurface3"
orientation=
"Right Handed"
position=
"0 0 -0"
rotation=
"0 -0 0"
rotationorder=
"XYZr"
scale=
"1 1 1"
sourcepath=
"../models/lowPolyCar/meshes/polySurface3.mesh"
>
<ReferencedMaterial
id=
"lowpolyCoupeRed"
/>
</Model>
</Component>
<Component
id=
"Plane"
>
<Model
id=
"Plane_001"
name=
"Plane"
importid=
"Plane"
orientation=
"Right Handed"
position=
"0 0 -0"
rotation=
"-90 -0 0"
rotationorder=
"XYZr"
scale=
"100 100 100"
sourcepath=
"../models/road/meshes/Plane.mesh"
>
<Material
id=
"Plane_Diffuse_Default"
name=
"Plane_Diffuse_Default"
>
<Image
id=
"Plane_Diffuse_Default_diffusemap"
/>
</Material>
</Model>
</Component>
<Model
id=
"Car2"
name=
"polySurface3"
importid=
"polySurface3"
orientation=
"Right Handed"
position=
"0 0 -0"
rotation=
"0 -0 0"
rotationorder=
"XYZr"
scale=
"1 1 1"
sourcepath=
"../models/lowPolyCar/meshes/polySurface3.mesh"
>
<ReferencedMaterial
id=
"lowpolyCoupe"
/>
</Model>
<Model
id=
"Car3"
name=
"polySurface3"
importid=
"polySurface3"
orientation=
"Right Handed"
position=
"0 0 -0"
rotation=
"0 -0 0"
rotationorder=
"XYZr"
scale=
"1 1 1"
sourcepath=
"../models/lowPolyCar/meshes/polySurface3.mesh"
>
<ReferencedMaterial
id=
"lowpolyCoupe_001"
/>
</Model>
</Layer>
<Material
id=
"__Container"
>
<Material
id=
"materials/lowpolyCoupe"
name=
"lowpolyCoupe"
blendmode=
"Normal"
diffuse=
"1 1 1"
diffusemap=
"#materials/lowpolyCoupe_diffusemap"
emissivepower=
"0"
importfile=
"../models/lowPolyCar/lowPolyCar.import"
importid=
"lowpolyCoupe"
opacity=
"100"
specularamount=
"0"
>
<Image
id=
"materials/lowpolyCoupe_diffusemap"
name=
"lowpolyCoupe_diffusemap"
importid=
"lowpolyCoupe_diffusemap"
pivotu=
"0.5"
pivotv=
"0.5"
positionu=
"-0.5"
positionv=
"-0.5"
scaleu=
"1"
scalev=
"1"
sourcepath=
"../models/lowPolyCar/maps/Low_lowpolyCoupe_Diffuse.psd"
tilingmodehorz=
"Tiled"
tilingmodevert=
"Tiled"
/>
</Material>
<Material
id=
"materials/lowpolyCoupeRed"
>
<Image
id=
"materials/lowpolyCoupeRed_diffusemap"
/>
</Material>
</Material>
</Scene>
</Graph>
<Logic
>
<State
name=
"Master Slide"
component=
"#Scene"
>
<Add
ref=
"#Layer"
background=
"SolidColor"
backgroundcolor=
"0 0 0"
/>
<Add
ref=
"#Camera"
position=
"0 546.454 -720.64"
rotation=
"44.5 0 0"
>
<AnimationTrack
property=
"position.x"
type=
"EaseInOut"
>
0.008 0 0 0 2.003 0 0 0 12.005 0 0 0 14.003 0 0 0 23.993 0 0 0
</AnimationTrack>
<AnimationTrack
property=
"position.y"
type=
"EaseInOut"
>
0.008 258.454 0 0 2.003 811.454 0 0 12.005 811.454 0 0 14.003 258.454 0 0 23.993 258.454 0 0
</AnimationTrack>
<AnimationTrack
property=
"position.z"
type=
"EaseInOut"
>
0.008 -720.64 0 0 2.003 -616.64 0 0 12.005 -616.64 0 0 14.003 -720.64 0 0 23.993 -720.64 0 0
</AnimationTrack>
<AnimationTrack
property=
"rotation.x"
type=
"EaseInOut"
>
0.008 25.5 0 0 2.003 55.5 0 0 12.005 55.5 0 0 14.003 25.5 0 0 23.993 25.5 0 0
</AnimationTrack>
<AnimationTrack
property=
"rotation.y"
type=
"EaseInOut"
>
0.008 0 0 0 2.003 0 0 0 12.005 0 0 0 14.003 0 0 0 23.993 0 0 0
</AnimationTrack>
<AnimationTrack
property=
"rotation.z"
type=
"EaseInOut"
>
0.008 0 0 0 2.003 0 0 0 12.005 0 0 0 14.003 0 0 0 23.993 0 0 0
</AnimationTrack>
</Add>
<Add
ref=
"#__Container"
name=
"__Container"
/>
<Add
ref=
"#materials/lowpolyCoupe"
name=
"materials/lowpolyCoupe"
shaderlighting=
"None"
/>
<Add
ref=
"#materials/lowpolyCoupe_diffusemap"
importfile=
"../models/lowPolyCar/lowPolyCar.import"
sourcepath=
"../models/lowPolyCar/maps/Low_lowpolyCoupe_Diffuse.jpg"
subpresentation=
""
/>
<Add
ref=
"#materials/lowpolyCoupeRed"
name=
"materials/lowpolyCoupeRed"
blendmode=
"Normal"
bumpamount=
"0.5"
diffuse=
"1 1 1"
diffuselightwrap=
"0"
diffusemap=
"#materials/lowpolyCoupeRed_diffusemap"
displaceamount=
"20"
emissivecolor=
"1 1 1"
emissivepower=
"0"
fresnelPower=
"0"
importfile=
"../models/lowPolyCar/lowPolyCar.import"
importid=
"lowpolyCoupe"
ior=
"1.5"
opacity=
"100"
shaderlighting=
"None"
sourcepath=
""
specularamount=
"0"
specularmodel=
"Default"
specularroughness=
"0"
speculartint=
"1 1 1"
translucentfalloff=
"1"
type=
"Material"
vertexcolors=
"False"
/>
<Add
ref=
"#materials/lowpolyCoupeRed_diffusemap"
importfile=
"../models/lowPolyCar/lowPolyCar.import"
importid=
""
sourcepath=
"../models/lowPolyCar/maps/Low_lowpolyCoupe_Diffuse_red.jpg"
subpresentation=
""
/>
<State
id=
"Scene-Slide1"
name=
"Slide1"
playmode=
"Looping"
>
<Set
ref=
"#Layer"
endtime=
"24000"
/>
<Set
ref=
"#Camera"
endtime=
"24000"
/>
<Add
ref=
"#Car"
name=
"Car"
endtime=
"24000"
position=
"0 0 -41"
/>
<Add
ref=
"#Plane"
name=
"Plane"
endtime=
"24000"
/>
<Add
ref=
"#Car2"
name=
"Car2"
endtime=
"24000"
importfile=
"../models/lowPolyCar/lowPolyCar.import"
position=
"223.317 0 352.63"
rotation=
"0 180 0"
/>
<Add
ref=
"#lowpolyCoupe"
name=
"lowpolyCoupe"
endtime=
"24000"
referencedmaterial=
"#materials/lowpolyCoupe"
sourcepath=
"../materials/lowpolyCoupe.materialdef"
/>
<Add
ref=
"#Car3"
name=
"Car3"
endtime=
"24000"
importfile=
"../models/lowPolyCar/lowPolyCar.import"
position=
"-218.659 0 677.935"
rotation=
"0 180 0"
/>
<Add
ref=
"#lowpolyCoupe_001"
name=
"lowpolyCoupe"
endtime=
"24000"
referencedmaterial=
"#materials/lowpolyCoupe"
sourcepath=
"../materials/lowpolyCoupe.materialdef"
/>
</State>
</State>
<State
name=
"Master Slide"
component=
"#Car"
>
<Add
ref=
"#Car_001"
name=
"Car"
endtime=
"12000"
importfile=
"../models/lowPolyCar/lowPolyCar.import"
position=
"1.99085e-05 0 -227.727"
rotation=
"0 180 0"
>
<AnimationTrack
property=
"position.x"
type=
"EaseInOut"
>
0 1.99085e-05 0 0 2.00005 1.99085e-05 0 0 3.104 -223.962 0 0 4.708 -223.962 0 0 6.96605 1.99085e-05 0 0 9.01 1.99085e-05 0 0 14.254 224.095 0 0 16.466 224.095
0 0 18.7901 1.99085e-05 0 0
</AnimationTrack>
<AnimationTrack
property=
"position.y"
type=
"EaseInOut"
>
0 0 0 0 2.00005 0 0 0 3.104 0 0 0 4.708 0 0 0 6.96605 0 0 0 9.01 0 0 0 14.254 0 0 0 16.466 0
0 0 18.7901 0 0 0
</AnimationTrack>
<AnimationTrack
property=
"position.z"
type=
"EaseInOut"
>
0 -227.727 0 0 2.00005 -227.727 0 0 3.104 -227.727 0 0 4.708 -227.727 0 0 6.96605 -227.727 0 0 9.01 -227.727 0 0 14.254 -227.727 0 0 16.466 -227.727
0 0 18.7901 -227.727 0 0
</AnimationTrack>
</Add>
<Add
ref=
"#lowpolyCoupeRed"
name=
"lowpolyCoupeRed"
endtime=
"12000"
referencedmaterial=
"#materials/lowpolyCoupeRed"
sourcepath=
"../materials/lowpolyCoupeRed.materialdef"
/>
<State
id=
"Car-Slide1"
name=
"Slide1"
playmode=
"Looping"
>
<Set
ref=
"#Car_001"
endtime=
"18790"
/>
<Set
ref=
"#lowpolyCoupeRed"
endtime=
"18790"
/>
</State>
</State>
<State
name=
"Master Slide"
component=
"#Plane"
>
<Add
ref=
"#Plane_001"
endtime=
"24000"
importfile=
"../models/road/road.import"
position=
"1.326e-05 3.69591e-20 303.353"
rotation=
"-90 -90 0"
scale=
"216.21 337.5 337.5"
sourcepath=
"../models/road_001/meshes/Plane.mesh"
>
<AnimationTrack
property=
"position.x"
type=
"EaseInOut"
>
0.008 6.03426e-05 0 0 1.395 1.99652e-05 0 0 2.003 1.326e-05 0 0 12.005 1.326e-05 0 0 12.703 1.99652e-05 0 0 14.003 6.03426e-05 0 0 23.993 6.03426e-05 0 0
</AnimationTrack>
<AnimationTrack
property=
"position.y"
type=
"EaseInOut"
>
0.008 3.47976e-19 0 0 1.395 9.58182e-20 0 0 2.003 3.69591e-20 0 0 12.005 3.69591e-20 0 0 12.703 9.58182e-20 0 0 14.003 3.47976e-19 0 0 23.993 3.47976e-19 0 0
</AnimationTrack>
<AnimationTrack
property=
"position.z"
type=
"EaseInOut"
>
0.008 1380.48 0 0 1.395 456.749 0 0 2.003 303.353 0 0 12.005 303.353 0 0 12.703 456.749 0 0 14.003 1380.48 0 0 23.993 1380.48 0 0
</AnimationTrack>
<AnimationTrack
property=
"scale.x"
type=
"EaseInOut"
>
0.008 486.131 0 0 0.7 341.431 0 0 1.395 242.555 0 0 2.003 216.21 0 0 12.005 216.21 0 0 12.703 242.555 0 0 13.369 341.431 0 0 14.003 486.131
0 0 23.993 486.131 0 0
</AnimationTrack>
<AnimationTrack
property=
"scale.y"
type=
"EaseInOut"
>
0.008 337.5 0 0 0.7 337.5 0 0 1.395 337.5 0 0 2.003 337.5 0 0 12.005 337.5 0 0 12.703 337.5 0 0 13.369 337.5 0 0 14.003 337.5
0 0 23.993 337.5 0 0
</AnimationTrack>
<AnimationTrack
property=
"scale.z"
type=
"EaseInOut"
>
0.008 486.725 0 0 0.7 418.891 0 0 1.395 377.373 0 0 2.003 337.5 0 0 12.005 337.5 0 0 12.703 377.373 0 0 13.369 418.891 0 0 14.003 486.725
0 0 23.993 486.725 0 0
</AnimationTrack>
</Add>
<Add
ref=
"#Plane_Diffuse_Default"
name=
"Plane_Diffuse_Default"
blendmode=
"Normal"
bumpamount=
"0.5"
diffuse=
"0.8 0.8 0.8"
diffuselightwrap=
"0"
diffusemap=
"#Plane_Diffuse_Default_diffusemap"
displaceamount=
"20"
emissivecolor=
"1 1 1"
emissivepower=
"0"
fresnelPower=
"0"
importfile=
"../models/road/road.import"
importid=
"Plane_Diffuse_Default"
ior=
"1.5"
opacity=
"100"
shaderlighting=
"None"
sourcepath=
""
specularamount=
"0"
specularmodel=
"Default"
specularroughness=
"0"
speculartint=
"1 1 1"
translucentfalloff=
"1"
type=
"Material"
vertexcolors=
"True"
/>
<Add
ref=
"#Plane_Diffuse_Default_diffusemap"
importid=
""
positionu=
"0"
scaleu=
"1"
scalev=
"5"
sourcepath=
"../maps/road.jpg"
subpresentation=
""
tilingmodehorz=
"Tiled"
tilingmodevert=
"Tiled"
>
<AnimationTrack
property=
"positionv"
type=
"EaseInOut"
>
0.02 0 0 0 23.983 10 0 0
</AnimationTrack>
</Add>
<State
id=
"Plane-Slide1"
name=
"Slide1"
playmode=
"Looping"
>
<Set
ref=
"#Plane_001"
endtime=
"24000"
/>
</State>
</State>
</Logic>
</Project>
</UIP>
LowEndCluster/SimulationData.qml
0 → 100644
View file @
70ad0bef
import
QtQuick
2.0
Item
{
id
:
main
property
real
speed
:
0
property
real
rpm
:
0
property
int
gear
:
0
property
real
rpmRotation
:
0
+
((
225
-
0
)
/
(
8000
-
0
)
*
(
rpm
-
8000
)
+
8000
)
property
real
speedRotation
:
-
135
+
speed
property
real
gasoline
:
0
property
real
roadSpeed
<