Skip to content

Commit

Permalink
Add rugby ball
Browse files Browse the repository at this point in the history
  • Loading branch information
Benualdo committed Sep 29, 2024
1 parent 2f6b7ae commit 30a204a
Show file tree
Hide file tree
Showing 8 changed files with 340 additions and 45 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ The external libraries are included with the sources for convenience.
| ----------------------------------- | ------------------ | -------------------------------------------------------------
| 3D Foot Ball Free low-poly 3D | prabath-weerapana | https://www.cgtrader.com/free-3d-models/sports/game/3d-foot-ball
| Baseball Bat Free low-poly 3D model | sepandjahrominejad | https://www.cgtrader.com/free-3d-models/military/melee/baseball-bat-5c0d0b8c-0ff9-40f8-b49d-779978a2801b
| FootBall american Free 3D model | orsbone | https://www.cgtrader.com/free-3d-models/sports/equipment/football-91c641b9-d246-4d71-a31c-d687762dd94f
| Luigi | Anthony Yanez | https://www.turbosquid.com/3d-models/luigi-super-model-1308288
| Traffic Cone Free 3D model | hinndia | https://www.cgtrader.com/free-3d-models/exterior/street-exterior/traffic-cone-5849a434-2331-4a90-9b87-087ccc16cd0c
| Soccergoal | NorbertVarga | https://www.turbosquid.com/3d-models/soccergoal-3d-model-1840894
Expand Down
59 changes: 59 additions & 0 deletions data/Materials/Soccer/Rugbyball.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<Root>
<Object class="MaterialResourceData">
<Property type="Uint32" name="m_uid" flags="" value="3882493845"/>
<Property type="Uint32" name="m_originalUID" flags="" value="0"/>
<Property type="EnumFlagsU32" name="m_objectFlags" flags="" value=""/>
<Property type="Object" name="m_materialModelType">
<Object class="MaterialModelType">
<Property type="String" name="m_name" flags="NotVisible" value=""/>
<Property type="Uint32" name="m_uid" flags="" value="3647762806"/>
<Property type="Uint32" name="m_originalUID" flags="" value="0"/>
<Property type="EnumFlagsU32" name="m_objectFlags" flags="" value=""/>
<Property type="String" name="m_shader" value="Default"/>
</Object>
</Property>
<Property type="ObjectPtr" name="m_data" flags="Flatten">
<Object class="DefaultMaterialData">
<Property type="Uint32" name="m_uid" flags="" value="429012722"/>
<Property type="Uint32" name="m_originalUID" flags="" value="0"/>
<Property type="EnumFlagsU32" name="m_objectFlags" flags="" value=""/>
<Property type="EnumU8" name="m_surfaceType" value="Opaque"/>
<Property type="EnumU8" name="m_cullMode" value="Back"/>
<Property type="EnumU32" name="m_UVSource" value="UV0"/>
<Property type="Float2" name="m_tiling" flags="HasRange" x="1" y="1"/>
<Property type="Resource" name="m_albedoMap" flags="Resource">
<Object class="TextureResource">
<Property type="String" name="m_name" flags="NotVisible" value=""/>
<Property type="Uint32" name="m_uid" flags="" value="807269994"/>
<Property type="Uint32" name="m_originalUID" flags="" value="0"/>
<Property type="EnumFlagsU32" name="m_objectFlags" flags="" value=""/>
<Property type="String" name="m_resourcePath" flags="NotVisible" value="data/Textures/Soccer/rugbytexture.png"/>
</Object>
</Property>
<Property type="Float4" name="m_albedoColor" flags="Color" x="0.49372387" y="0.11568425" z="0.11568425" w="1"/>
<Property type="Resource" name="m_normalMap" flags="Resource">
<Object class="TextureResource">
<Property type="String" name="m_name" flags="NotVisible" value=""/>
<Property type="Uint32" name="m_uid" flags="" value="3425643469"/>
<Property type="Uint32" name="m_originalUID" flags="" value="0"/>
<Property type="EnumFlagsU32" name="m_objectFlags" flags="" value=""/>
<Property type="String" name="m_resourcePath" flags="NotVisible" value=""/>
</Object>
</Property>
<Property type="Float" name="m_normalStrength" flags="HasRange" value="1"/>
<Property type="Resource" name="m_pbrMap" flags="Resource">
<Object class="TextureResource">
<Property type="String" name="m_name" flags="NotVisible" value=""/>
<Property type="Uint32" name="m_uid" flags="" value="3881542593"/>
<Property type="Uint32" name="m_originalUID" flags="" value="0"/>
<Property type="EnumFlagsU32" name="m_objectFlags" flags="" value=""/>
<Property type="String" name="m_resourcePath" flags="NotVisible" value=""/>
</Object>
</Property>
<Property type="Float" name="m_occlusion" flags="HasRange" value="1"/>
<Property type="Float" name="m_roughness" flags="HasRange" value="0.5"/>
<Property type="Float" name="m_metalness" flags="HasRange" value="0"/>
</Object>
</Property>
</Object>
</Root>
17 changes: 17 additions & 0 deletions data/Materials/Soccer/Rugbyball2.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<Root>
<Object class="MaterialResourceData">
<Property type="Uint32" name="m_uid" flags="" value="2400892860"/>
<Property type="Uint32" name="m_originalUID" flags="" value="0"/>
<Property type="EnumFlagsU32" name="m_objectFlags" flags="" value=""/>
<Property type="Object" name="m_materialModelType">
<Object class="MaterialModelType">
<Property type="String" name="m_name" flags="NotVisible" value=""/>
<Property type="Uint32" name="m_uid" flags="" value="3808105700"/>
<Property type="Uint32" name="m_originalUID" flags="" value="0"/>
<Property type="EnumFlagsU32" name="m_objectFlags" flags="" value=""/>
<Property type="String" name="m_shader" value=""/>
</Object>
</Property>
<Property type="ObjectPtr" name="m_data" flags="Flatten"/>
</Object>
</Root>
Binary file added data/Meshes/Soccer/RugbyBall.fbx
Binary file not shown.
Loading

0 comments on commit 30a204a

Please sign in to comment.