Tangibility radius: Difference between revisions

From Ukikipedia
Jump to navigation Jump to search
(Made page on midnight on mobile so sorry for crappy quality)
Tags: Mobile edit Mobile web edit
 
mNo edit summary
Line 1: Line 1:
{{stub}}
{{stub}}
The '''Tangibility Radius''' of an object is a property of the object that determines when it will be tangible (i.e. able to be collided or interacted with). When Mario's distance to the object is less than the tangibility radius (i.e. he's "in" the tangibility radius), the object will be tangible; when he's outside of the tangibility radius, it will be intangible. Tangibility radii were implemented for efficiency; it's pointless for the game to waste time on checking the collision of an object with, for example, Mario, when it's so far away from him that he can't possibly be interacting with it.
The '''tangibility radius''' of an object is a property of the object that determines the radius in which it will be tangible and able to be collided or interacted with. When Mario's distance to the object is less than the tangibility radius (i.e. he's inside the tangibility circle), the object will be tangible; when he's outside of the tangibility radius, it will be intangible. Tangibility radii were implemented for efficiency; the game can avoid wasting time checking collisions of an object with, for example, Mario, when Mario is so far away from the object that he can't possibly be interacting with it.

Revision as of 13:26, 22 April 2019

The tangibility radius of an object is a property of the object that determines the radius in which it will be tangible and able to be collided or interacted with. When Mario's distance to the object is less than the tangibility radius (i.e. he's inside the tangibility circle), the object will be tangible; when he's outside of the tangibility radius, it will be intangible. Tangibility radii were implemented for efficiency; the game can avoid wasting time checking collisions of an object with, for example, Mario, when Mario is so far away from the object that he can't possibly be interacting with it.