This article's documentation is for anything that uses the Source engine. Click here for more information.

Db prop sphere: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Updated old entity format to {{this is a}}. This action was perfomed by a bot under supervision.)
m (clean up)
Line 1: Line 1:
{{this is a|e0|name=dp_prop_sphere}} It is identical to {{ent|prop_physics}}, however it has a preprogrammed spherical collision box.
{{this is a|e0|name=dp_prop_sphere}} It is identical to {{ent|prop_physics}}, however it has a preprogrammed spherical collision box.
== Entity Description ==
== Entity Description ==
This entity is a duplicate and functions the same as a [[prop_physics]]. The only difference with the db_prop_sphere is it uses a coded collision model, a perfectly round sphere (and is cheaper then a regular prop_physics). Use this entity with models such as marbles, rocks, buolders, etc. It will roll perfectly with no rockiness (that you'd usually get with a prop_physics). It has no use as a standard prop physics, only use for something round shaped that you want to roll smooth & perfectly.
This entity is a duplicate and functions the same as a [[prop physics]]. The only difference with the db_prop_sphere is it uses a coded collision model, a perfectly round sphere (and is cheaper then a regular prop_physics). Use this entity with models such as marbles, rocks, buolders, etc. It will roll perfectly with no rockiness (that you'd usually get with a prop_physics). It has no use as a standard prop physics, only use for something round shaped that you want to roll smooth & perfectly.


*This entity uses all the same functions as [[prop_physics]]. See that entity for a list of it's properties you can use.
*This entity uses all the same functions as [[prop physics]]. See that entity for a list of it's properties you can use.


You don't need to edit any properties in this entity. Just place it and use it like you would with a [[prop_physics]], only difference it'll use the perfectly round sphere as a collision.
You don't need to edit any properties in this entity. Just place it and use it like you would with a [[prop physics]], only difference it'll use the perfectly round sphere as a collision.


==See also==
==See also==
* [[db_prop_sphere_override]]
* [[db prop sphere override]]
* [[List of Dreamball Entities]]
* [[List of Dreamball Entities]]
* [[Dreamball Level Creation]]
* [[Dreamball Level Creation]]


[[Category:Dreamball]]
[[Category:Dreamball]]

Revision as of 07:51, 5 January 2024

dp_prop_sphere is an e0 available in all Source Source games. It is identical to prop_physics, however it has a preprogrammed spherical collision box.

Entity Description

This entity is a duplicate and functions the same as a prop physics. The only difference with the db_prop_sphere is it uses a coded collision model, a perfectly round sphere (and is cheaper then a regular prop_physics). Use this entity with models such as marbles, rocks, buolders, etc. It will roll perfectly with no rockiness (that you'd usually get with a prop_physics). It has no use as a standard prop physics, only use for something round shaped that you want to roll smooth & perfectly.

  • This entity uses all the same functions as prop physics. See that entity for a list of it's properties you can use.

You don't need to edit any properties in this entity. Just place it and use it like you would with a prop physics, only difference it'll use the perfectly round sphere as a collision.

See also