Skip to content

Commit

Permalink
Kartong: Bent pipe model.
Browse files Browse the repository at this point in the history
  • Loading branch information
apistol78 committed Jan 2, 2025
1 parent 3675dd7 commit cd55c96
Show file tree
Hide file tree
Showing 10 changed files with 138 additions and 4 deletions.
Binary file modified data/Assets/Models/Kart 1/Kart.blend
Binary file not shown.
Binary file added data/Assets/Models/Tube/Pipe Bend.blend
Binary file not shown.
12 changes: 12 additions & 0 deletions data/Source/Entities/Tube/Pipe Bend-Collision.xdi
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<object type="traktor.physics.MeshAsset" version="6">
<fileName>Models/Tube/Pipe Bend.blend</fileName>
<importFilter/>
<calculateConvexHull>false</calculateConvexHull>
<margin>0</margin>
<scaleFactor>1</scaleFactor>
<reduce>1</reduce>
<center>false</center>
<grounded>false</grounded>
<materials/>
</object>
6 changes: 6 additions & 0 deletions data/Source/Entities/Tube/Pipe Bend-Collision.xdm
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<object type="traktor.db.LocalInstanceMeta" version="2">
<guid>{4AD3DC69-66E4-42A9-8B51-CB65B0584143}</guid>
<primaryType>traktor.physics.MeshAsset</primaryType>
<blobs/>
</object>
16 changes: 16 additions & 0 deletions data/Source/Entities/Tube/Pipe Bend-Visual.xdi
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<object type="traktor.mesh.MeshAsset" version="24">
<fileName>Models/Tube/Pipe Bend.blend</fileName>
<importFilter/>
<meshType>MtStatic</meshType>
<materialShaders/>
<materialTextures/>
<scaleFactor>1</scaleFactor>
<offset>0, 0, 0, 0</offset>
<renormalize>false</renormalize>
<center>false</center>
<grounded>false</grounded>
<decalResponse>true</decalResponse>
<reduce>1</reduce>
<previewAngle>0</previewAngle>
</object>
6 changes: 6 additions & 0 deletions data/Source/Entities/Tube/Pipe Bend-Visual.xdm
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<object type="traktor.db.LocalInstanceMeta" version="2">
<guid>{29861DB9-2449-4DB9-BDC7-A2AD55805D45}</guid>
<primaryType>traktor.mesh.MeshAsset</primaryType>
<blobs/>
</object>
43 changes: 43 additions & 0 deletions data/Source/Entities/Tube/Pipe Bend.xdi
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="utf-8"?>
<object type="traktor.world.EntityData" version="2">
<id>{7967EF17-53E6-4CC3-A7E2-1F9A18C829F8}</id>
<name>Pipe Bend</name>
<state>
<visible>true</visible>
<dynamic>false</dynamic>
<locked>false</locked>
</state>
<transform>
<translation>0, 0, 0, 0</translation>
<rotation>0, 0, 0, 1</rotation>
</transform>
<components>
<item type="traktor.mesh.MeshComponentData" version="1">
<mesh>{29861DB9-2449-4DB9-BDC7-A2AD55805D45}</mesh>
</item>
<item type="traktor.physics.RigidBodyComponentData" version="1">
<bodyDesc type="traktor.physics.StaticBodyDesc" version="5">
<shape type="traktor.physics.MeshShapeDesc" version="6,traktor.physics.ShapeDesc:6">
<localTransform>
<translation>0, 0, 0, 0</translation>
<rotation>0, 0, 0, 1</rotation>
</localTransform>
<collisionGroup>
<item>{F9805131-50C2-504C-9421-13C99E44616C}</item>
</collisionGroup>
<collisionMask>
<item>{09CB1141-1924-3349-934A-CEB9728D7A61}</item>
<item>{F9805131-50C2-504C-9421-13C99E44616C}</item>
</collisionMask>
<material>0</material>
<mesh>{4AD3DC69-66E4-42A9-8B51-CB65B0584143}</mesh>
</shape>
<friction>0.75</friction>
<restitution>0</restitution>
<kinematic>false</kinematic>
</bodyDesc>
<eventCollide/>
<transformFilter>0</transformFilter>
</item>
</components>
</object>
6 changes: 6 additions & 0 deletions data/Source/Entities/Tube/Pipe Bend.xdm
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<object type="traktor.db.LocalInstanceMeta" version="2">
<guid>{AC822C0C-2F6D-4C5D-8318-8ACE65906102}</guid>
<primaryType>traktor.world.EntityData</primaryType>
<blobs/>
</object>
15 changes: 15 additions & 0 deletions data/Source/Scenes/Scene 01 - FrontEnd.xdi
Original file line number Diff line number Diff line change
Expand Up @@ -917,6 +917,21 @@
<components/>
<entityData>{59E61CFC-CC27-49D7-8C03-04F88A120FEA}</entityData>
</item>
<item type="traktor.world.ExternalEntityData" version="1,traktor.world.EntityData:2">
<id>{D3ED9014-8E7F-48B6-807D-462CC080E62B}</id>
<name>Pipe Bend</name>
<state>
<visible>true</visible>
<dynamic>false</dynamic>
<locked>false</locked>
</state>
<transform>
<translation>0.15898, 13.966358, -39.40691, 0</translation>
<rotation>0, -0.948985, 0, 0.315322</rotation>
</transform>
<components/>
<entityData>{AC822C0C-2F6D-4C5D-8318-8ACE65906102}</entityData>
</item>
</entityData>
</item>
</components>
Expand Down
38 changes: 34 additions & 4 deletions data/Source/Scenes/Scene 02 - Terrain.xdi
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
<shader>{4CF929EB-3A8B-C340-AA0A-0C5C80625BF1}</shader>
<texture>{00000000-0000-0000-0000-000000000000}</texture>
<intensity>1</intensity>
<saturation>0.1</saturation>
<saturation>1</saturation>
<skyOverHorizon>0.411765, 0.607843, 0.85098, 1</skyOverHorizon>
<skyUnderHorizon>0.164706, 0.333333, 0.533333, 1</skyUnderHorizon>
<clouds>true</clouds>
Expand Down Expand Up @@ -804,7 +804,7 @@
<locked>false</locked>
</state>
<transform>
<translation>-74.215675, 7.76008, 188.01918, 0</translation>
<translation>-74.215675, 8.846433, 188.01918, 0</translation>
<rotation>-0.014983, -0.9947, 0.08968, 0.048005</rotation>
</transform>
<components/>
Expand Down Expand Up @@ -4795,7 +4795,7 @@
<locked>false</locked>
</state>
<transform>
<translation>-134.528793, 3.799434, -48.131332, 0</translation>
<translation>-132.456162, 3.799434, -56.001225, 0</translation>
<rotation>0, 0, 0, 1</rotation>
</transform>
<components/>
Expand Down Expand Up @@ -4840,7 +4840,7 @@
<locked>false</locked>
</state>
<transform>
<translation>-63.359451, 2.961812, -88.818306, 0</translation>
<translation>-61.297112, 2.961812, -88.017754, 0</translation>
<rotation>0, 0, -0.830497, 0.557023</rotation>
</transform>
<components/>
Expand Down Expand Up @@ -5828,6 +5828,36 @@
<components/>
<entityData>{E142E474-F0DA-3047-A674-F3565AFEAE5B}</entityData>
</item>
<item type="traktor.world.ExternalEntityData" version="1,traktor.world.EntityData:2">
<id>{2A0BAB7A-4651-49CD-96D7-04A46B419238}</id>
<name>Pipe Bend</name>
<state>
<visible>true</visible>
<dynamic>false</dynamic>
<locked>false</locked>
</state>
<transform>
<translation>-102.845711, 7.774788, -145.021042, 0</translation>
<rotation>-0.030338, -0.998697, -0.039694, 0.010391</rotation>
</transform>
<components/>
<entityData>{AC822C0C-2F6D-4C5D-8318-8ACE65906102}</entityData>
</item>
<item type="traktor.world.ExternalEntityData" version="1,traktor.world.EntityData:2">
<id>{4BEA7B0B-2EB5-4E55-97C7-8770E468B5D2}</id>
<name>Pipe Bend</name>
<state>
<visible>true</visible>
<dynamic>false</dynamic>
<locked>false</locked>
</state>
<transform>
<translation>-149.260223, 3.662378, -43.362495, 0</translation>
<rotation>0.025145, 0.62829, 0.031095, 0.776951</rotation>
</transform>
<components/>
<entityData>{AC822C0C-2F6D-4C5D-8318-8ACE65906102}</entityData>
</item>
</entityData>
</item>
</components>
Expand Down

0 comments on commit cd55c96

Please sign in to comment.