翻訳と辞書
Words near each other
・ Hits on Fire
・ Hits Out of Hell
・ Hits per nine innings
・ Hits Right Up Your Street
・ Hits U Missed
・ Hits U Missed Vol. 2
・ Hits Unlimited
・ Hits Volume 1 (The Piano Guys album)
・ Hits! (Boz Scaggs album)
・ Hits! Hits! Hits!
・ Hits! The Very Best of Erasure
・ Hits! the Videos
・ Hits+
・ Hits, Rarities & Remixes
・ HITS-CLIP
Hitscan
・ Hitsertse Kade
・ Hitstory
・ Hitsu Station
・ Hitsujigaoka Observation Hill
・ Hitsuzendō
・ Hitsville U.S.A.
・ Hitsville UK
・ Hitt
・ HITT Production
・ Hitt's Mill and Houses
・ Hitt, Carroll County, Illinois
・ Hitt, Illinois
・ Hitt, LaSalle County, Illinois
・ Hitta.se


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Hitscan : ウィキペディア英語版
Hitscan

Hitscan is a term that is used mainly in computer games, most commonly in first person shooters. A hitscan is a calculation performed by a game to find the point at which a given line intersects a game object, and is commonly used to determine whether a bullet or projectile hit a target after being fired from a weapon.
A projectile weapon which uses unmodified hitscan information to dictate whether or not it has hit its target is often called a ''hitscan weapon''. Deploying the weapon calls the hitscan function, and if an object is detected in the path of the projectile, a hit is registered. Since the effect is immediate, the projectiles effectively travel at infinite speed and have a linear or otherwise simple trajectory — a practical approximation of a bullet's speed and accuracy over short distances. To improve the realism, programmers may use hitscan functions in slightly different ways - for example, applying a random perturbation to the calculated path to simulate inaccuracy. As another example, the assault rifle in Half-Life 2 calls a hitscan function in the middle of a 'blazing gun' animation, creating a small amount of lag between weapon deployment and the hitting of the target to better approximate real-life ballistics.
== Advantages ==

The primary advantage is the simplicity of the simulation, it uses relatively simple mathematics to calculate hits. Although bullets do not move at infinite speed via perfectly straight trajectories, they move fast enough that a hitscan solution is normally a reasonable approximation. It leaves the question of where a weapon has hit to just one function, streamlining the programming of weapons.
In terms of game design, it readily ties cause (the player presses a 'fire' button, executing a hitscan function) to effect (the hitscan returns a result, the player sees the weapon's effect at that location). While a simplified model of real world ballistics, it makes games more accessible in that there is no need to aim slightly ahead of a moving target in order to compensate for the time it takes for the projectile to reach it. Although less realistic this model requires no understanding of real weapon handling in order to play the game, and reinforces the intuitive understanding that whatever the reticle is placed over will be hit.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Hitscan」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.