JP6987634B2 - Information processing device, display control program and display control method - Google Patents

Information processing device, display control program and display control method Download PDF

Info

Publication number
JP6987634B2
JP6987634B2 JP2017245261A JP2017245261A JP6987634B2 JP 6987634 B2 JP6987634 B2 JP 6987634B2 JP 2017245261 A JP2017245261 A JP 2017245261A JP 2017245261 A JP2017245261 A JP 2017245261A JP 6987634 B2 JP6987634 B2 JP 6987634B2
Authority
JP
Japan
Prior art keywords
wire
display control
bent
information processing
unit
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2017245261A
Other languages
Japanese (ja)
Other versions
JP2019113938A (en
Inventor
唯信 隆藤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Koei Tecmo Games Co Ltd
Original Assignee
Koei Tecmo Games Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Koei Tecmo Games Co Ltd filed Critical Koei Tecmo Games Co Ltd
Priority to JP2017245261A priority Critical patent/JP6987634B2/en
Publication of JP2019113938A publication Critical patent/JP2019113938A/en
Application granted granted Critical
Publication of JP6987634B2 publication Critical patent/JP6987634B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Processing Or Creating Images (AREA)

Description

本発明は、情報処理装置、表示制御プログラム及び表示制御方法に関する。 The present invention relates to an information processing apparatus, a display control program, and a display control method.

物理エンジンを使用して仮想空間における紐又はワイヤー等のオブジェクトの動きを表現するときに、紐又はワイヤー等のオブジェクトの周囲に仮想障壁(コリジョン)を設けることが知られている(例えば、特許文献1を参照)。これによれば、仮想障壁と仮想空間に表示されている他のオブジェクトとの接触を検知することで、仮想障壁を付したオブジェクトと他のオブジェクトとの衝突を予測することができる。これにより、仮想障壁を付けたオブジェクトの自然な動作を、検出した他のオブジェクトの存在を考慮して画面に表示することができる。 When expressing the movement of an object such as a string or wire in a virtual space using a physics engine, it is known to provide a virtual barrier (collision) around the object such as a string or wire (for example, Patent Document). See 1). According to this, by detecting the contact between the virtual barrier and another object displayed in the virtual space, it is possible to predict the collision between the object with the virtual barrier and the other object. This makes it possible to display the natural behavior of an object with a virtual barrier on the screen, taking into account the presence of other detected objects.

特開2017−46950号公報Japanese Unexamined Patent Publication No. 2017-46950

しかしながら、上記手法では、仮想障壁を設定し、その仮想障壁の動きを演算し、他のオブジェクトとの接触を解析するため、処理の負荷が高くなる。また、設定する仮想障壁の個数が多くなると、処理の負荷は更に高くなる。一方、ゲーム性やストーリ性から、画面に表示されるオブジェクトの動作が自然であれば、現実空間における動作と同じ正確な動作を描画しなくてもよい場合がある。 However, in the above method, a virtual barrier is set, the movement of the virtual barrier is calculated, and the contact with another object is analyzed, so that the processing load becomes high. Further, as the number of virtual barriers to be set increases, the processing load becomes even higher. On the other hand, if the movement of the object displayed on the screen is natural due to the game and story, it may not be necessary to draw the same accurate movement as the movement in the real space.

上記課題に対して、一側面では、本発明は、オブジェクトを自然に動作させながら、処理の負荷を軽減することを目的とする。 In response to the above problems, one aspect of the present invention is to reduce the processing load while allowing the object to operate naturally.

上記課題を解決するために、一の態様によれば、仮想空間に表示される制御対象の第1のオブジェクトと、仮想空間に表示される他のオブジェクトとの接触又は近接の有無を所定の時間間隔で繰り返し判定する検知部と、前記判定した結果に基づき、前記第1のオブジェクトを折り曲げるか否かを判定する判定部と、前記第1のオブジェクトを折り曲げると判定した場合、前記第1のオブジェクトが折り曲げられた位置を示す位置情報と該第1のオブジェクトが折り曲げられた角度を示す角度情報とを含む履歴情報を記憶する記憶部と、を有する情報処理装置が提供される。
In order to solve the above problem, according to one aspect, the presence or absence of contact or proximity between the first object to be controlled displayed in the virtual space and another object displayed in the virtual space is determined for a predetermined time. a detection unit for repeatedly determining at intervals, based on the judgment result, a determination section for determining whether or not folding the first object, when it is determined that folding the first object, the first object Provided is an information processing apparatus having a storage unit for storing history information including position information indicating a bent position and angle information indicating an angle at which the first object is bent.

一の側面によれば、オブジェクトを自然に動作させながら、処理の負荷を軽減することができる。 According to one aspect, the processing load can be reduced while the object operates naturally.

一実施形態に係る情報処理装置の機能構成の一例を示す図。The figure which shows an example of the functional structure of the information processing apparatus which concerns on one Embodiment. 一実施形態に係る履歴情報テーブルの一例を示す図。The figure which shows an example of the history information table which concerns on one Embodiment. 一実施形態に係る配置情報テーブルの一例を示す図。The figure which shows an example of the arrangement information table which concerns on one Embodiment. 一実施形態に係る情報処理装置のハードウェア構成の一例を示す図。The figure which shows an example of the hardware composition of the information processing apparatus which concerns on one Embodiment. 一実施形態に係る表示制御処理の一例を示すフローチャート。The flowchart which shows an example of the display control processing which concerns on one Embodiment. 一実施形態に係るキャラクタの表示制御を説明するための図。The figure for demonstrating the display control of the character which concerns on one Embodiment. 一実施形態に係るキャラクタの表示制御を説明するための図。The figure for demonstrating the display control of the character which concerns on one Embodiment. 一実施形態に係るキャラクタの表示制御を説明するための図。The figure for demonstrating the display control of the character which concerns on one Embodiment. 一実施形態に係る表示制御処理(戻り)の一例を示すフローチャート。The flowchart which shows an example of the display control processing (return) which concerns on one Embodiment. 一実施形態に係るキャラクタの表示制御を説明するための図。The figure for demonstrating the display control of the character which concerns on one Embodiment.

以下、本発明を実施するための形態について図面を参照して説明する。なお、本明細書及び図面において、実質的に同一の構成については、同一の符号を付することにより重複した説明を省く。 Hereinafter, embodiments for carrying out the present invention will be described with reference to the drawings. In the present specification and the drawings, substantially the same configurations are designated by the same reference numerals to omit duplicate explanations.

[情報処理装置]
本発明の一実施形態に係る情報処理装置10では、ゲームやアニメ等に登場する仮想空間上のキャラクタであって、紐又はワイヤー等のオブジェクトを持つキャラクタ等のオブジェクトを自然に動作させながら、処理の負荷を軽減する機能を有する。本実施形態に係る情報処理装置10は、タブレット型端末、パーソナルコンピューター、スマートフォン、携帯電話、PDA(Personal Digital Assistants)、ゲーム機器、ゲーム携帯機器等のあらゆる電子機器にて実現され得る。情報処理装置10は、HMD(Head Mount Display)やFMD(Face Mount Display)等のウェアラブル表示デバイスであってもよい。
[Information processing device]
In the information processing apparatus 10 according to the embodiment of the present invention, a character in a virtual space appearing in a game, an animation, or the like, which is processed while naturally operating an object such as a character having an object such as a string or a wire. It has a function to reduce the load of. The information processing device 10 according to the present embodiment can be realized by any electronic device such as a tablet terminal, a personal computer, a smartphone, a mobile phone, a PDA (Personal Digital Assistants), a game device, and a game mobile device. The information processing device 10 may be a wearable display device such as an HMD (Head Mount Display) or an FMD (Face Mount Display).

[情報処理装置の機能構成]
まず、本実施形態に係る情報処理装置10の機能構成の一例について、図1を参照しながら説明する。図1は、本実施形態に係る情報処理装置の機能構成の一例を示す図である。本実施形態に係る情報処理装置10は、受付部9、ゲーム実行部11、検知部12、記憶部13、判定部14、表示制御部15、画像処理部16、サウンド処理部17、表示部18、音出力部19及び通信部20を有する。
[Functional configuration of information processing device]
First, an example of the functional configuration of the information processing apparatus 10 according to the present embodiment will be described with reference to FIG. FIG. 1 is a diagram showing an example of a functional configuration of the information processing apparatus according to the present embodiment. The information processing device 10 according to the present embodiment includes a reception unit 9, a game execution unit 11, a detection unit 12, a storage unit 13, a determination unit 14, a display control unit 15, an image processing unit 16, a sound processing unit 17, and a display unit 18. , Has a sound output unit 19 and a communication unit 20.

受付部9は、プレイヤのゲームに対する操作を受け付ける。例えば、受付部9は、コントローラやスティック等の入力装置を用いて、ゲームに対してプレイヤが実行した入力操作を受け付ける。例えば、ゲームに対する操作には、プレイヤキャラクタ等のオブジェクトを動作させるための操作が挙げられる。 The reception unit 9 receives operations for the player's game. For example, the reception unit 9 receives an input operation performed by the player for the game by using an input device such as a controller or a stick. For example, the operation for the game includes an operation for operating an object such as a player character.

ゲーム実行部11は、記憶部13に記憶されたゲーム処理プログラム133を情報処理装置10のCPUに実行させることで、所定のゲームを実行する。本実施形態では、所定のゲームとしてワイヤーを持つキャラクタが登場するゲームが実行されるが、所定のゲームは、これに限らない。 The game execution unit 11 executes a predetermined game by causing the CPU of the information processing device 10 to execute the game processing program 133 stored in the storage unit 13. In the present embodiment, a game in which a character having a wire appears as a predetermined game is executed, but the predetermined game is not limited to this.

検知部12は、仮想空間に表示される制御対象の第1のオブジェクトと、仮想空間に表示される他のオブジェクトの接触又は近接の有無を所定の時間間隔で繰り返し検知する。本実施形態では、第1のオブジェクトの一例として「ワイヤー」を挙げて説明する。しかしながら、第1のオブジェクトはこれに限らず、紐、棒、鞭、糸、つり糸、綱、網などの物体や架空の物体等、いかなるオブジェクトであってもよい。 The detection unit 12 repeatedly detects the presence or absence of contact or proximity between the first object to be controlled displayed in the virtual space and another object displayed in the virtual space at predetermined time intervals. In the present embodiment, a "wire" will be described as an example of the first object. However, the first object is not limited to this, and may be any object such as an object such as a string, a stick, a whip, a thread, a thread, a rope, a net, or a fictitious object.

また、本実施形態では、仮想空間に表示される他のオブジェクトの一例として「棒オブジェクト」を挙げて説明するが、これに限らない。仮想空間に表示される他のオブジェクトは、キャラクタ、建物、乗り物、自然物等、ステージ又はフィールドに存在するいかなるオブジェクトであってもよい。 Further, in the present embodiment, the "bar object" will be described as an example of other objects displayed in the virtual space, but the present invention is not limited to this. Other objects displayed in the virtual space may be characters, buildings, vehicles, natural objects, or any other object that exists on the stage or field.

本実施形態では、第2のオブジェクトが、第1のオブジェクトに追従するルートを辿って動作する。より具体的には、本実施形態では、第1のオブジェクトは、第2のオブジェクトに連結された紐状又はワイヤー状のオブジェクトであり、第2のオブジェクトは、紐又はワイヤーを射出するプレイヤキャラクタである。 In this embodiment, the second object operates by following a route that follows the first object. More specifically, in the present embodiment, the first object is a string-shaped or wire-shaped object connected to the second object, and the second object is a player character that ejects a string or wire. be.

つまり、第2のオブジェクトは、例えばワイヤーを持つプレイヤキャラクタのように、第1のオブジェクトに追従して動作するオブジェクトであり、第1のオブジェクトの動作によって第2のオブジェクトの動作のルートが予測可能である。 That is, the second object is an object that operates following the first object, such as a player character having a wire, and the route of the operation of the second object can be predicted by the operation of the first object. Is.

検知部12は、第1のオブジェクトの始点と終点との間に所定方向からレイキャストを行い、第1のオブジェクトと他のオブジェクトとの接触又は近接の有無を所定の時間間隔で繰り返し検知してもよい。ただし、上記検知方法は、検知部12が行う検知方法の一例であり、これに限らない。検知部12は、第1のオブジェクトと他のオブジェクトとの接触の有無のみ又は近接の有無のみを検知してもよいし、第1のオブジェクトと他のオブジェクトとの接触及び近接の両方の有無を検知してもよい。本実施形態では、第1のオブジェクトの始点は、ワイヤーがプレイヤキャラクタと連結する点とし、第1のオブジェクトの終点は、ワイヤーの先端の点としている。 The detection unit 12 performs ray casting from a predetermined direction between the start point and the end point of the first object, and repeatedly detects the presence or absence of contact or proximity between the first object and another object at a predetermined time interval. May be good. However, the above detection method is an example of the detection method performed by the detection unit 12, and is not limited to this. The detection unit 12 may detect only the presence / absence of contact between the first object and another object or only the presence / absence of proximity, and the detection unit 12 may detect the presence / absence of both contact and proximity between the first object and other objects. It may be detected. In the present embodiment, the start point of the first object is a point where the wire is connected to the player character, and the end point of the first object is the point of the tip of the wire.

記憶部13は、履歴情報テーブル130、配置情報テーブル131、表示制御プログラム132及びゲーム処理プログラム133を記憶する。図2に、一実施形態に係る履歴情報テーブル130の一例を示す。 The storage unit 13 stores the history information table 130, the arrangement information table 131, the display control program 132, and the game processing program 133. FIG. 2 shows an example of the history information table 130 according to the embodiment.

履歴情報テーブル130には、ワイヤーの識別情報であるワイヤーNo.毎に、ワイヤーが折り曲げられた位置を示す位置情報及び折り曲げられた角度を示す角度情報を含む履歴情報が記憶される。記憶部13は、ワイヤーが折り曲げられる度に、最も古い情報から順に位置情報と角度情報とを記憶する。図2の例では、履歴情報No.が昇順に付されており、履歴情報No.1が最も古い情報であり、履歴情報No.の番号が増える程新しい情報となる。ただし、履歴情報の記憶方法はこれに限らない。 In the history information table 130, the wire No. which is the identification information of the wire is shown. For each time, history information including position information indicating the position where the wire is bent and angle information indicating the angle at which the wire is bent is stored. The storage unit 13 stores position information and angle information in order from the oldest information each time the wire is bent. In the example of FIG. 2, the history information No. Are attached in ascending order, and the history information No. 1 is the oldest information, and the history information No. The more numbers you have, the more new information you have. However, the method of storing historical information is not limited to this.

図3に、一実施形態に係る配置情報テーブル131の一例を示す。配置情報テーブル131には、仮想空間に表示され得る他のオブジェクトの配置情報が記憶される。本実施形態では、オブジェクト情報として他のオブジェクトの一例である棒オブジェクトM1,M2,M3・・・が記憶され、棒オブジェクト毎に配置情報として、左上位置情報と右下位置情報が記憶されている。しかしながら、配置情報はこれに限らず、左下位置情報と右上位置情報が記憶されてもよいし、基準位置の座標とサイズとが記憶されてもよい。他のオブジェクトが円状又は球状であれば、中心点の座標と直径又は半径とが記憶されてもよい。 FIG. 3 shows an example of the arrangement information table 131 according to the embodiment. The arrangement information table 131 stores the arrangement information of other objects that can be displayed in the virtual space. In the present embodiment, bar objects M1, M2, M3 ..., Which are examples of other objects, are stored as object information, and upper left position information and lower right position information are stored as placement information for each bar object. .. However, the arrangement information is not limited to this, and the lower left position information and the upper right position information may be stored, or the coordinates and size of the reference position may be stored. If the other object is circular or spherical, the coordinates of the center point and the diameter or radius may be stored.

図1に戻り、判定部14は、検知部12が検知した結果に基づき、ワイヤーを折り曲げるか否かを判定する。 Returning to FIG. 1, the determination unit 14 determines whether or not to bend the wire based on the result detected by the detection unit 12.

表示制御部15は、判定部14が判定した結果に基づき、他のオブジェクトと接触又は近接する位置に応じた位置にて、ワイヤーの動作に応じた方向にワイヤーを折り曲げて表示する。他のオブジェクトと接触又は近接する位置に応じた位置の一例としては、ワイヤーと他のオブジェクトとの接触位置、ワイヤーと他のオブジェクトとの近接位置から予測される他のオブジェクトとの接触予測位置が挙げられる。 Based on the result of the determination by the determination unit 14, the display control unit 15 bends and displays the wire in the direction corresponding to the operation of the wire at the position corresponding to the position in contact with or close to another object. As an example of the position depending on the position in contact with or close to another object, the contact position between the wire and the other object and the predicted contact position with the other object predicted from the close position between the wire and the other object are used. Can be mentioned.

表示制御部15が、記憶部13に記憶された表示制御プログラム132を情報処理装置10のCPUに実行させることで、仮想空間におけるプレイヤキャラクタやその他のオブジェクトの表示が制御される。 The display control unit 15 causes the CPU of the information processing device 10 to execute the display control program 132 stored in the storage unit 13, thereby controlling the display of the player character and other objects in the virtual space.

画像処理部16は、ゲーム実行部11から画像出力の指示命令が出力されると、指示命令に応じたキャラクタの画像を生成し、表示部18に出力する。これにより、表示部18は、ゲームの進行状況に応じたフィールド上のキャラクタ等のオブジェクトの画像を表示する。また、ゲームの実行中、画像処理部16は、判定部14により判定された結果に応じて、ワイヤーを折り曲げる動作等の画像を生成する。 When the game execution unit 11 outputs an image output instruction command, the image processing unit 16 generates an image of the character corresponding to the instruction command and outputs the image to the display unit 18. As a result, the display unit 18 displays an image of an object such as a character on the field according to the progress of the game. Further, during the execution of the game, the image processing unit 16 generates an image such as an operation of bending the wire according to the result determined by the determination unit 14.

サウンド処理部17は、ゲーム実行部11からサウンド出力の指示命令が出力されると、指示命令に応じた音を生成し、音出力部19に出力する。これにより、音出力部19は、ゲームの進行状況に応じた音声や効果音等のサウンドを出力する。通信部20は、他のゲーム機器等の情報処理装置と通信する。 When the game execution unit 11 outputs a sound output instruction command, the sound processing unit 17 generates a sound corresponding to the instruction command and outputs the sound to the sound output unit 19. As a result, the sound output unit 19 outputs sounds such as voices and sound effects according to the progress of the game. The communication unit 20 communicates with an information processing device such as another game device.

[情報処理装置のハードウェア構成]
次に、本発明の一実施形態に係る情報処理装置10のハードウェア構成の一例について、図4を参照しながら説明する。本実施形態に係る情報処理装置10は、CPU(Central Processing Unit)21、ROM(Read Only Memory)22、RAM(Random Access Memory)23及びHDD(Hard Disk Drive)24を有する。また、本実施形態に係る情報処理装置10は、グラフィックカード25、外部I/F(インターフェース)26、通信I/F27、入力I/F28、ディスプレイ29、スピーカ30及びタッチパネル31を有している。各部は、それぞれがバスで相互に接続されている。
[Hardware configuration of information processing device]
Next, an example of the hardware configuration of the information processing apparatus 10 according to the embodiment of the present invention will be described with reference to FIG. The information processing device 10 according to the present embodiment includes a CPU (Central Processing Unit) 21, a ROM (Read Only Memory) 22, a RAM (Random Access Memory) 23, and an HDD (Hard Disk Drive) 24. Further, the information processing apparatus 10 according to the present embodiment includes a graphic card 25, an external I / F (interface) 26, a communication I / F27, an input I / F28, a display 29, a speaker 30, and a touch panel 31. Each part is connected to each other by a bus.

ROM22は、電源を切っても記憶されているプログラム及びデータを保持することができる不揮発性の半導体メモリである。RAM23は、プログラムやデータを一時保持する揮発性の半導体メモリである。HDD24は、プログラムやデータを格納する不揮発性の記憶装置である。HDD24に格納されるプログラムには、情報処理装置10の全体を制御する基本ソフトウェア及びアプリケーションソフトウェアがある。HDD24には、各種のデータベースが格納されてもよい。履歴情報テーブル130、配置情報テーブル131、表示制御プログラム132及びゲーム処理プログラム133は、ROM22、RAM23又はHDD24に記憶されてもよい。また、これらの情報は、ネットワークを介して情報処理装置10と接続可能なクラウド上の記憶装置に記憶されてもよい。記憶部13の機能は、ROM22,RAM23、HDD24又はネットワークを介して情報処理装置10と接続可能なクラウド上の記憶装置により実現され得る。 The ROM 22 is a non-volatile semiconductor memory capable of holding stored programs and data even when the power is turned off. The RAM 23 is a volatile semiconductor memory that temporarily holds programs and data. The HDD 24 is a non-volatile storage device for storing programs and data. The programs stored in the HDD 24 include basic software and application software that control the entire information processing apparatus 10. Various databases may be stored in the HDD 24. The history information table 130, the arrangement information table 131, the display control program 132, and the game processing program 133 may be stored in the ROM 22, RAM 23, or HDD 24. Further, these pieces of information may be stored in a storage device on the cloud that can be connected to the information processing device 10 via the network. The function of the storage unit 13 can be realized by a storage device on the cloud that can be connected to the information processing device 10 via the ROM 22, RAM 23, HDD 24, or a network.

CPU21は、プログラムやデータをRAM23に読み出し、上記各種処理を実行することで、情報処理装置10の全体の制御や情報処理装置10に搭載された機能を実現する。具体的には、ゲーム実行部11の機能は、情報処理装置10にインストールされたゲーム処理プログラム133がCPU21に実行させるゲーム処理により実現され得る。また、検知部12、判定部14、表示制御部15の機能は、情報処理装置10にインストールされた表示制御プログラム132がCPU21に実行させる表示制御処理により実現され得る。 The CPU 21 reads a program or data into the RAM 23 and executes the above-mentioned various processes to realize overall control of the information processing apparatus 10 and functions installed in the information processing apparatus 10. Specifically, the function of the game execution unit 11 can be realized by the game processing that the game processing program 133 installed in the information processing apparatus 10 causes the CPU 21 to execute. Further, the functions of the detection unit 12, the determination unit 14, and the display control unit 15 can be realized by the display control process that the display control program 132 installed in the information processing apparatus 10 causes the CPU 21 to execute.

外部I/F26は、情報処理装置10を外部装置に接続するインターフェースである。外部装置には、記憶媒体26aなどがある。これにより、情報処理装置10は、外部I/F26を介して記憶媒体26aからのデータの読み取り及び記憶媒体26aへのデータの書き込みを行う。記憶媒体26aの一例としては、CD(Compact Disk)、DVD(Digital Versatile Disk)、SDメモリカード(SD Memory card)又はUSBメモリ(Universal Serial Bus memory)等が挙げられる。 The external I / F 26 is an interface for connecting the information processing device 10 to the external device. The external device includes a storage medium 26a and the like. As a result, the information processing apparatus 10 reads the data from the storage medium 26a and writes the data to the storage medium 26a via the external I / F 26. Examples of the storage medium 26a include a CD (Compact Disk), a DVD (Digital Versatile Disk), an SD memory card (SD Memory card), a USB memory (Universal Serial Bus memory), and the like.

例えば、情報処理装置10には、表示制御プログラム132及びゲーム処理プログラム133等のゲームプログラムが格納された記憶媒体26aを装着することが可能である。これらのプログラムは、外部I/F26により読み出されて、RAM23に読み込まれる。 For example, the information processing apparatus 10 can be equipped with a storage medium 26a in which a game program such as a display control program 132 and a game processing program 133 is stored. These programs are read by the external I / F 26 and read into the RAM 23.

CPU21は、RAM23に読み込まれた上記の各種プログラムを処理し、グラフィックカード25にゲームの進行状況に対応する画像の出力を指示する。グラフィックカード25は、指示に従い画面に表示するステージやフィールド上のキャラクタ等のオブジェクトの画像処理を行い、キャラクタ等のオブジェクトの画像をディスプレイ29に描画させる。グラフィックカード25から出力される画像の一フレーム時間は、例えば1/30〜1/60秒である。グラフィックカード25は、フレーム単位で1枚の画像の描画を実行する。すなわち、一秒間に30回〜60回のフレームの画像が描画される。画像処理部16の機能は、例えばグラフィックカード25により実現され得る。 The CPU 21 processes the above-mentioned various programs read into the RAM 23, and instructs the graphic card 25 to output an image corresponding to the progress of the game. The graphic card 25 performs image processing of an object such as a character on a stage or a field to be displayed on the screen according to an instruction, and causes the display 29 to draw an image of the object such as a character. One frame time of the image output from the graphic card 25 is, for example, 1/30 to 1/60 second. The graphic card 25 draws one image in frame units. That is, the image of the frame is drawn 30 to 60 times per second. The function of the image processing unit 16 can be realized by, for example, a graphic card 25.

また、CPU21は、RAM23に読み込まれた上記の各種プログラムを処理し、ゲームの進行に応じてスピーカ30から所定の音を出力させる。サウンド処理部17の機能は、例えばCPU21がRAM23に読み込まれた音を処理するためのプログラムを実行することで実現され得る。音出力部19の機能は、例えばスピーカ30により実現され得る。 Further, the CPU 21 processes the above-mentioned various programs read into the RAM 23, and outputs a predetermined sound from the speaker 30 according to the progress of the game. The function of the sound processing unit 17 can be realized, for example, by the CPU 21 executing a program for processing the sound read into the RAM 23. The function of the sound output unit 19 can be realized by, for example, the speaker 30.

ディスプレイ29はタッチパネル31を搭載していてもよい。この場合、コントローラ1を用いずに入力操作を行うことができ、タッチパネル31により検出されたタッチ位置の入力情報に基づき、各種の演算処理が実行される。表示部18の機能は、例えばディスプレイ29により実現され得る。 The display 29 may be equipped with a touch panel 31. In this case, the input operation can be performed without using the controller 1, and various arithmetic processes are executed based on the input information of the touch position detected by the touch panel 31. The function of the display unit 18 may be realized by, for example, the display 29.

通信I/F27は、情報処理装置10をネットワークに接続するインターフェースである。通信I/F27は、アンテナを有する通信ユニットを介して、他のゲーム機器と通信を行う機能を有してもよい。通信部20の機能は、例えば通信I/F27により実現され得る。 The communication I / F 27 is an interface for connecting the information processing device 10 to the network. The communication I / F 27 may have a function of communicating with another game device via a communication unit having an antenna. The function of the communication unit 20 can be realized by, for example, the communication I / F 27.

入力I/F28は、コントローラ1に接続するインターフェースである。コントローラ1は、操作ボタン2及び方向キー3を有してもよい。プレイヤは、操作ボタン2及び方向キー3を操作することでプレイヤキャラクタを所定の方向に移動させて、攻撃等の所定の動作を行わせることができる。入力I/F28は、プレイヤがコントローラ1を用いて行った入力操作に基づく入力情報をRAM23に格納させる。CPU21は、RAM23に格納された入力情報に基づきプレイヤキャラクタの動作に関する各種の演算処理を実行する。受付部9の機能は、例えば入力I/F28により実現され得る。 The input I / F 28 is an interface connected to the controller 1. The controller 1 may have an operation button 2 and a direction key 3. By operating the operation buttons 2 and the direction keys 3, the player can move the player character in a predetermined direction to perform a predetermined operation such as an attack. The input I / F 28 stores the input information based on the input operation performed by the player using the controller 1 in the RAM 23. The CPU 21 executes various arithmetic processes related to the operation of the player character based on the input information stored in the RAM 23. The function of the reception unit 9 may be realized by, for example, the input I / F 28.

[表示制御]
次に、かかる機能構成及びハードウェア構成を有する情報処理装置10にて実行されるワイヤーの表示制御処理の一例について、図5を参照して説明する。図5は、本実施形態に係る表示制御処理の一例を示すフローチャートである。本実施形態に係る表示制御処理は、ゲーム実行中にワイヤーの動作を制御する際に実行される。なお、プレイヤキャラクタPCは、第2のオブジェクトの一例であり、第1のオブジェクトの一例であるワイヤーWの挙動から、ワイヤーWに追従して動作する。
[Display control]
Next, an example of the wire display control process executed by the information processing apparatus 10 having such a functional configuration and a hardware configuration will be described with reference to FIG. FIG. 5 is a flowchart showing an example of the display control process according to the present embodiment. The display control process according to the present embodiment is executed when the operation of the wire is controlled during the execution of the game. The player character PC is an example of the second object, and operates following the wire W from the behavior of the wire W, which is an example of the first object.

図5の処理が開始されると、検知部12は、ディスプレイ29に表示されているワイヤーの始点から終点までのレイキャストを行う(ステップS10)。例えば、図6に一例を示すように、プレイヤキャラクタPCが、目標位置に向かってワイヤーWを射出すると、ワイヤーWは所定位置で固定され、プレイヤキャラクタPCはワイヤーWの挙動に応じて移動する。 When the process of FIG. 5 is started, the detection unit 12 performs ray casting from the start point to the end point of the wire displayed on the display 29 (step S10). For example, as shown in FIG. 6, when the player character PC ejects the wire W toward the target position, the wire W is fixed at a predetermined position and the player character PC moves according to the behavior of the wire W.

図6には、プレイヤキャラクタPCが、時刻t0に位置A1からワイヤーWを射出した例が示されている。このとき、検知部12は、ワイヤーWの始点S1から終点E1までの間を所定の角度からレイキャストする(1回目のレイキャスト)。レイキャストとは、ある地点から透明な線(Ray)を特定の方向に引いて、そのRay上のどこかに配置された仮想空間に表示される他のオブジェクト(本実施形態では棒オブジェクト)があるかを検知するものである。その結果、棒オブジェクトM1が検出される。 FIG. 6 shows an example in which the player character PC ejects the wire W from the position A1 at time t0. At this time, the detection unit 12 ray casts the wire W from the start point S1 to the end point E1 from a predetermined angle (first ray cast). Raycast is another object (bar object in this embodiment) that draws a transparent line (Ray) from a certain point in a specific direction and is displayed in a virtual space placed somewhere on the Ray. It detects the existence. As a result, the bar object M1 is detected.

図6の例では、検知部12は、ワイヤーWの始点S1から終点E1までの幅で、Ray上のどこかに棒オブジェクトがあるかを検知する。しかしながら、レイキャストの方法はこれに限らず、例えば、左右方向にRayを引いてもよいし、上下方向及び左右方向にRayを引いてもよいし、所定の斜め方向にRayを引いてもよい。なお、T時間後のワイヤーWの始点及び終点は、前回のワイヤーWの始点及び終点の位置及びワイヤーWの移動方向から算出可能である。 In the example of FIG. 6, the detection unit 12 detects whether there is a bar object somewhere on the Ray with the width from the start point S1 to the end point E1 of the wire W. However, the ray casting method is not limited to this, and for example, the Ray may be drawn in the left-right direction, the Ray may be drawn in the up-down direction and the left-right direction, or the Ray may be drawn in a predetermined diagonal direction. .. The start point and end point of the wire W after T time can be calculated from the positions of the start point and end point of the previous wire W and the moving direction of the wire W.

また、レイキャストをブロックするオブジェクトの属性及びマスクを設定することができる。これによれば、レイキャストをスルーする、つまり、レイキャストにより検知されないオブジェクトやオブジェクトの属性を設定することができる。この場合、検知部12は、設定条件に合致するオブジェクトを除く他のオブジェクトの始点と終点との間に所定方向からレイキャストを行い、ワイヤーと他のオブジェクトとの接触又は近接の有無を所定の時間間隔が経過する度に検知する。 You can also set the attributes and masks of objects that block raycasting. According to this, it is possible to pass through the raycast, that is, to set an object or an object attribute that is not detected by the raycast. In this case, the detection unit 12 performs raycasting from a predetermined direction between the start point and the end point of other objects excluding the object that matches the setting condition, and determines whether or not the wire is in contact with or close to the other object. Detects each time the time interval elapses.

なお、図6〜図8、図10の例では、ワイヤーWの先端は、ワイヤーWが射出された後に仮想空間を移動し、何れかの位置で固定される。プレイヤキャラクタPCは、ワイヤーWに引っ張られて仮想空間を飛びながら、移動することができる。 In the examples of FIGS. 6 to 8 and 10, the tip of the wire W moves in the virtual space after the wire W is ejected and is fixed at any position. The player character PC can move while being pulled by the wire W and flying in the virtual space.

図5に戻り、検知部12が、レイキャストにより他のオブジェクト(棒オブジェクト)を検知した場合、判定部14は、検知した棒オブジェクトにワイヤーWが接触又は近接するかを判定する(ステップS12)。 Returning to FIG. 5, when the detection unit 12 detects another object (bar object) by ray casting, the determination unit 14 determines whether the wire W is in contact with or close to the detected rod object (step S12). ..

図6の例では、時刻t0に位置A1から射出されたワイヤーWの始点S1から終点E1までの位置情報と配置情報テーブル131に記憶された棒オブジェクトの位置情報とに基づき、棒オブジェクトにワイヤーWが接触又は近接するか否かが判定される。時刻t0の時点においてワイヤーWは、検知した棒オブジェクトM1に接触せず、近接もしていない。よって、判定部14は、ステップS12において「No」と判定し、ステップS18に進んでT時間が経過したかを判定する(ステップS18)。T時間は、予め定められた所定の時間の一例であり、例えば、1秒等の時間に予め設定されている。T時間は、カウンタをステップS10の処理前にリセットし、レイキャスト開始時からカウントアップした時間である。 In the example of FIG. 6, the wire W is connected to the bar object based on the position information from the start point S1 to the end point E1 of the wire W ejected from the position A1 at time t0 and the position information of the bar object stored in the arrangement information table 131. Is in contact with or in close proximity. At time t0, the wire W does not contact the detected rod object M1 and is not in close proximity to it. Therefore, the determination unit 14 determines "No" in step S12, proceeds to step S18, and determines whether or not the T time has elapsed (step S18). The T time is an example of a predetermined time, and is set in advance to a time such as 1 second. The T time is a time when the counter is reset before the processing of step S10 and the count is increased from the start of the ray cast.

判定部14は、ステップS18においてT時間が経過したと判定した場合、ステップS10に戻る。次に、ステップS10以降の処理が再度実行される。 When the determination unit 14 determines in step S18 that the T time has elapsed, the determination unit 14 returns to step S10. Next, the processes after step S10 are executed again.

図6には、プレイヤキャラクタPCが、時刻t0からT時間経過後の時刻t0+Tに、位置A2に移動した例が示されている。このとき、検知部12は、ステップS10において、ワイヤーWの始点S2から終点E2までの間をレイキャストする(2回目のレイキャスト)。 FIG. 6 shows an example in which the player character PC moves to the position A2 at the time t0 + T after the lapse of T time from the time t0. At this time, the detection unit 12 ray casts the wire W from the start point S2 to the end point E2 in step S10 (second ray cast).

判定部14は、時刻t0+TにおけるワイヤーWの始点S2から終点E2までの位置情報と、配置情報テーブル131に記憶された棒オブジェクトの位置情報とに基づき、検知した棒オブジェクトにワイヤーWが接触又は近接するか否かを判定する。図6の例では、時刻t0+Tの時点においてワイヤーWは、検知した棒オブジェクトM1に接触する。よって、判定部14は、ステップS12において「Yes」と判定し、ステップS14に進む。 The determination unit 14 makes contact or proximity to the detected rod object based on the position information from the start point S2 to the end point E2 of the wire W at time t0 + T and the position information of the rod object stored in the arrangement information table 131. Determine whether or not to do so. In the example of FIG. 6, the wire W comes into contact with the detected rod object M1 at the time point t0 + T. Therefore, the determination unit 14 determines “Yes” in step S12, and proceeds to step S14.

ステップS14において、表示制御部15は、ワイヤーWが接触した位置又はワイヤーWの接触予測位置にて、ワイヤーWの射出方向に応じた方向にワイヤーWを折り曲げる表示を制御する。次に、表示制御部15は、ワイヤーWの折り曲げられた位置情報と角度情報を、記憶部13の履歴情報テーブル130の履歴情報No.n(変数nの初期値は1)に保存し、変数nに1を加算する(ステップS16)。例えば、ワイヤーWのワイヤーNo.がW1の場合、この時点では、履歴情報テーブル130の履歴情報No.1のワイヤーNo.W1に紐付けて、図6の接触位置を示す座標(x、y、z)が位置情報1に記憶され、図6の折り曲げられたワイヤーWの角度θ1が角度情報1に記憶される。 In step S14, the display control unit 15 controls the display of bending the wire W in the direction corresponding to the injection direction of the wire W at the position where the wire W contacts or the contact prediction position of the wire W. Next, the display control unit 15 converts the bent position information and the angle information of the wire W into the history information No. of the history information table 130 of the storage unit 13. It is stored in n (the initial value of the variable n is 1), and 1 is added to the variable n (step S16). For example, the wire No. of the wire W. When is W1, at this point in time, the history information No. of the history information table 130 is displayed. Wire No. 1 The coordinates (x 1 , y 1 , z 1 ) indicating the contact position in FIG. 6 are stored in the position information 1 in association with W1, and the angle θ1 of the bent wire W in FIG. 6 is stored in the angle information 1. To.

以上に説明した図5のステップS10〜S18の処理は、時刻t0、時刻t0+T、時刻t0+2T、時刻t0+3T、・・・というように所定の時間間隔Tで繰り返し実行される。つまり、今回の検出タイミングは、前回の検出からT時間経過後であり、不連続に画像の生成及び表示が行われる。 The processes of steps S10 to S18 of FIG. 5 described above are repeatedly executed at predetermined time intervals T such as time t0, time t0 + T, time t0 + 2T, time t0 + 3T, and so on. That is, the detection timing this time is after T time has elapsed from the previous detection, and the image is generated and displayed discontinuously.

図7には、プレイヤキャラクタPCが、前回の時刻t0+TからT時間経過後の時刻t0+2Tに、ワイヤーWに引っ張られて位置A2から位置A3に移動した例が示されている。このとき、図5のステップS12において、検知部12は、レイキャストを行い(3回目のレイキャスト)、棒オブジェクトM1に加えて棒オブジェクトM2を検出する。 FIG. 7 shows an example in which the player character PC is pulled by the wire W and moved from the position A2 to the position A3 at the time t0 + 2T after the lapse of T time from the previous time t0 + T. At this time, in step S12 of FIG. 5, the detection unit 12 performs ray casting (third ray casting) and detects the rod object M2 in addition to the rod object M1.

次に、判定部14は、時刻t0+2TにおけるワイヤーWの始点S3から終点E3までの位置情報と、配置情報テーブル131に記憶された棒オブジェクトの位置情報とに基づき、検知した棒オブジェクトにワイヤーWが接触又は近接するか否かを判定する(ステップS12)。図7の例では、時刻t0+2Tの時点においてワイヤーWは、検知した棒オブジェクトM2に接触する。よって、判定部14は、ステップS12において「Yes」と判定し、ステップS14において、表示制御部15は、ワイヤーWの移動する方向に応じた方向にワイヤーWを折り曲げる。なお、検知した棒オブジェクトにワイヤーWが近接していることが検知された場合には、表示制御部15は、検出した近接する位置に応じて棒オブジェクトとの接触予測位置を算出し、接触予測位置にてワイヤーWの動作に応じた方向にワイヤーWを折り曲げて表示させる。 Next, the determination unit 14 attaches the wire W to the detected bar object based on the position information from the start point S3 to the end point E3 of the wire W at the time t0 + 2T and the position information of the bar object stored in the arrangement information table 131. It is determined whether or not they are in contact with each other (step S12). In the example of FIG. 7, the wire W comes into contact with the detected rod object M2 at the time point t0 + 2T. Therefore, the determination unit 14 determines “Yes” in step S12, and in step S14, the display control unit 15 bends the wire W in the direction corresponding to the moving direction of the wire W. When it is detected that the wire W is close to the detected bar object, the display control unit 15 calculates the predicted contact position with the bar object according to the detected close position, and predicts the contact. At the position, the wire W is bent and displayed in the direction corresponding to the operation of the wire W.

次に、表示制御部15は、ワイヤーWの折り曲げられた位置情報と角度情報を、記憶部13の履歴情報テーブル130の履歴情報No.nに保存し、変数nに1を加算する(ステップS16)。この時点では、履歴情報テーブル130の履歴情報No.2のワイヤーNo.W1に紐付けて、図7の接触した位置を示す座標(x、y、z)が位置情報2に記憶され、図7の折り曲げられたワイヤーWの角度θ2が角度情報2に記憶される。 Next, the display control unit 15 converts the bent position information and the angle information of the wire W into the history information No. of the history information table 130 of the storage unit 13. It is stored in n, and 1 is added to the variable n (step S16). At this point, the history information No. of the history information table 130. Wire No. 2 The coordinates (x 2 , y 2 , z 2 ) indicating the contacted positions in FIG. 7 are stored in the position information 2 in association with W1, and the angle θ2 of the bent wire W in FIG. 7 is stored in the angle information 2. Will be done.

以上の処理を繰り返すことにより、図8に一例を示すように、ワイヤーW1が特定のワイヤーW1であるときに、ワイヤーW1が、棒オブジェクトM1,M2,M3と座標(x、y、z)、座標(x、y、z)、座標(x、y、z)の位置でそれぞれ接触したとする。そして、その結果、ワイヤーWの挙動から、ワイヤーWを持つプレイヤキャラクタPCが、点線で示すa1→a2→a3→a4のルートを辿り、位置A5まで移動したとする。 By repeating the above processing, as shown by an example in FIG. 8, when the wire W1 is a specific wire W1, the wire W1 has coordinates (x 1 , y 1 , z) with the rod objects M1, M2, M3. 1 ), the coordinates (x 2 , y 2 , z 2 ), and the coordinates (x 3 , y 3 , z 3 ) are in contact with each other. Then, as a result, it is assumed that the player character PC having the wire W follows the route of a1 → a2 → a3 → a4 shown by the dotted line and moves to the position A5 from the behavior of the wire W.

位置A5には、例えば図示しない敵キャラクタ又は建物等のオブジェクトが存在し、プレイヤキャラクタPCが敵キャラクタを倒した後又は建物等のオブジェクトで方向転換をした後、例えば、元のルートを逆に辿る表示制御方法について、図9を参照しながら説明する。ただし、図9における元のルートを逆に辿る表示制御方法では、最初の位置まで戻ることもできるし、途中まで戻ることも可能である。 At position A5, for example, an object such as an enemy character or a building (not shown) exists, and after the player character PC defeats the enemy character or changes direction with an object such as a building, for example, the original route is traced in the reverse direction. The display control method will be described with reference to FIG. However, in the display control method of tracing the original route in the reverse direction in FIG. 9, it is possible to return to the first position or to return to the middle.

[表示制御(逆向きの動作)]
図9の処理が開始されると、判定部14は、ワイヤーWを持つプレイヤキャラクタPCが、前回移動した方向と概ね逆向きに動作したか否かを判定する(ステップS20)。判定部14は、プレイヤキャラクタPCが逆向きに動作していないと判定した場合、本処理を終了する。
[Display control (reverse operation)]
When the process of FIG. 9 is started, the determination unit 14 determines whether or not the player character PC having the wire W operates in the direction substantially opposite to the direction of the previous movement (step S20). When the determination unit 14 determines that the player character PC is not operating in the opposite direction, the determination unit 14 ends this process.

一方、判定部14が、プレイヤキャラクタPCが逆向きに動作していると判定した場合、表示制御部15は、履歴情報テーブル130の履歴情報のうちプレイヤキャラクタPCが持つワイヤーW(例えば、ワイヤーW1)の、最も新しく記憶された位置情報n及び角度情報nを読み出す(ステップS22)。 On the other hand, when the determination unit 14 determines that the player character PC is operating in the opposite direction, the display control unit 15 determines that the wire W (for example, the wire W1) of the history information of the history information table 130 that the player character PC has. ), The most recently stored position information n and angle information n are read out (step S22).

次に、表示制御部15は、プレイヤキャラクタPCが持つワイヤーWの、位置情報nが示す位置における角度情報nが示す角度の折れ曲げをなくして、プレイヤキャラクタPCとともに表示する(ステップS24)。これにより、例えば、図10に一例を示すように、ワイヤーW1の座標(x、y,z)における折れ曲がりがなくなり、プレイヤキャラクタPCがルートb1を通って位置A6まで戻ったときの状態が表示される。 Next, the display control unit 15 eliminates the bending of the angle indicated by the angle information n at the position indicated by the position information n of the wire W of the player character PC, and displays the wire W together with the player character PC (step S24). As a result, for example, as shown in FIG. 10, there is no bending at the coordinates (x 3 , y 3 , z 3 ) of the wire W1, and the player character PC returns to the position A6 through the route b1. Is displayed.

次に、表示制御部15は、変数nから1を減算する(ステップS26)。次に、判定部14は、変数nが1よりも小さいか否かを判定する(ステップS28)。判定部14は、変数nが1よりも小さいと判定した場合、本処理を終了する。 Next, the display control unit 15 subtracts 1 from the variable n (step S26). Next, the determination unit 14 determines whether or not the variable n is smaller than 1 (step S28). When the determination unit 14 determines that the variable n is smaller than 1, this process ends.

判定部14は、変数nが1以上であると判定した場合、ステップS22に戻り、表示制御部15は、履歴情報テーブル130の履歴情報のうち、最も新しく記憶された位置情報から一つ前の位置情報n及び一つ前の角度情報nを読み出す(ステップS22)。 When the determination unit 14 determines that the variable n is 1 or more, the determination unit 14 returns to step S22, and the display control unit 15 is one before the most recently stored position information in the history information of the history information table 130. The position information n and the previous angle information n are read out (step S22).

次に、表示制御部15は、プレイヤキャラクタPCが持つワイヤーWの、位置情報nが示す位置における角度情報nが示す角度の折れ曲げをなくして、プレイヤキャラクタPCとともに表示する(ステップS24)。これにより、例えば、図10に一例を示すように、ワイヤーW1の座標(x、y,z)における折れ曲がりがなくなり、プレイヤキャラクタPCがルートb2を通って位置A7まで戻ったときの状態が表示される。 Next, the display control unit 15 eliminates the bending of the angle indicated by the angle information n at the position indicated by the position information n of the wire W of the player character PC, and displays the wire W together with the player character PC (step S24). As a result, for example, as shown in FIG. 10, there is no bending at the coordinates (x 2 , y 2 , z 2 ) of the wire W1, and the player character PC returns to the position A7 through the route b2. Is displayed.

以上の説明に従い、ステップS28において変数nが1よりも小さくなるまで、ステップS20〜S28の処理が繰り返されると、図10に示すように、プレイヤキャラクタPCが、b1→b2→b3・・・のルートを巡る。これにより、プレイヤキャラクタPCは、履歴情報テーブル130に保存された最新の位置情報及び角度情報から順に一つずつ古い位置情報及び角度情報を用いても元の位置まで戻ることができる。 According to the above description, when the processing of steps S20 to S28 is repeated until the variable n becomes smaller than 1 in step S28, as shown in FIG. 10, the player character PC changes from b1 to b2 to b3. Go around the route. As a result, the player character PC can return to the original position even if the old position information and the angle information are used one by one in order from the latest position information and the angle information stored in the history information table 130.

以上、本実施形態に係る表示制御処理について説明した。本実施形態に係る表示制御方法によれば、ゲーム実行中、時間間隔T毎にワイヤーWと棒オブジェクトとの接触又は近接を判定する。これにより、実際には不連続な画像を連続的に見えるように時間間隔Tを設定する。また、本実施形態では、時間Tの間隔で、オブジェクトの表示制御の演算処理を行い、その間はオブジェクトの表示制御の演算処理を行わない。このとき、時間Tには、例えば、オブジェクトの動作から1秒等の適正な時間が設定される。これにより、オブジェクトを自然に動作させながら、処理の負荷を軽減することができる。 The display control process according to the present embodiment has been described above. According to the display control method according to the present embodiment, the contact or proximity between the wire W and the rod object is determined at each time interval T during the execution of the game. As a result, the time interval T is set so that discontinuous images can be seen continuously. Further, in the present embodiment, the calculation process of the object display control is performed at the interval of time T, and the calculation process of the object display control is not performed during that period. At this time, an appropriate time such as 1 second from the operation of the object is set in the time T. As a result, the processing load can be reduced while the object operates naturally.

特に、ゲームの内容から重要でない場面や、画面内のキャラクタ等のスピードによっては、時間間隔T毎に画像を生成し、時間間隔Tで不連続に該画像を表示しても、さほどゲームに影響を及ぼさない場合がある。よって、本実施形態に係る表示制御方法によれば、オブジェクトを自然に動作させることでプレイヤのゲームへの没入感を阻害せずに、ゲームにおける処理の負荷を軽減することができる。 In particular, depending on the scene that is not important from the content of the game or the speed of the character on the screen, even if an image is generated at each time interval T and the image is displayed discontinuously at the time interval T, the game is not affected so much. May not be reached. Therefore, according to the display control method according to the present embodiment, it is possible to reduce the processing load in the game without disturbing the player's immersive feeling in the game by moving the object naturally.

なお、上記実施形態では、ゲーム実行中、時間間隔T毎にワイヤーWと棒オブジェクトとの接触又は近接を判定し、その判定結果に基づきワイヤーWを棒オブジェクトとの接触又は近接位置にて折り曲げるように描画した。しかしながら、ワイヤーWは折り曲げる描画に限られず、前記判定結果に基づきワイヤーWを棒オブジェクトとの接触又は近接位置に対応してカーブ(円弧)を描くような歪曲形状に画像処理し、画面に描画してもよい。 In the above embodiment, the contact or proximity of the wire W and the rod object is determined at each time interval T during game execution, and the wire W is bent at the contact or proximity position with the rod object based on the determination result. I drew it on. However, the wire W is not limited to drawing by bending, and based on the above determination result, the wire W is image-processed into a distorted shape that draws a curve (arc) corresponding to the contact with the rod object or the close position, and is drawn on the screen. You may.

以上、情報処理装置、表示制御プログラム及び表示制御方法を上記実施形態により説明したが、本発明にかかる情報処理装置、表示制御プログラム及び表示制御方法は上記実施形態に限定されるものではなく、本発明の範囲内で種々の変形及び改良が可能である。上記複数の実施形態に記載された事項は、矛盾しない範囲で組み合わせることができる。 Although the information processing apparatus, the display control program and the display control method have been described above by the above-described embodiment, the information processing apparatus, the display control program and the display control method according to the present invention are not limited to the above-described embodiment. Various modifications and improvements are possible within the scope of the invention. The matters described in the above-mentioned plurality of embodiments can be combined within a consistent range.

例えば、上記実施形態では、ゲームの画像を表示する場面を例に挙げてオブジェクトの表示制御方法(処理)について説明した。しかしながら、本発明に係る表示制御方法(処理)は、ゲームに限らず、アニメ映像を表示する場面やその他のアニメーションを表示する場合に適用可能である。 For example, in the above embodiment, the display control method (processing) of the object has been described by taking a scene of displaying a game image as an example. However, the display control method (processing) according to the present invention is applicable not only to games but also to display scenes for displaying animation images and other animations.

9 受付部
10 情報処理装置
11 ゲーム実行部
12 検知部
13 記憶部
14 判定部
15 表示制御部
16 画像処理部
17 サウンド処理部
18 表示部
19 音出力部
20 通信部
130 履歴情報テーブル
131 配置情報テーブル
132 表示制御プログラム
133 ゲーム処理プログラム
9 Reception unit 10 Information processing device 11 Game execution unit 12 Detection unit 13 Storage unit 14 Judgment unit 15 Display control unit 16 Image processing unit 17 Sound processing unit 18 Display unit 19 Sound output unit 20 Communication unit 130 History information table 131 Arrangement information table 132 Display control program 133 Game processing program

Claims (7)

仮想空間に表示される制御対象の第1のオブジェクトと、仮想空間に表示される他のオブジェクトとの接触又は近接の有無を所定の時間間隔で繰り返し判定する検知部と、
前記判定した結果に基づき、前記第1のオブジェクトを折り曲げるか否かを判定する判定部と、
前記第1のオブジェクトを折り曲げると判定した場合、前記第1のオブジェクトが折り曲げられた位置を示す位置情報と該第1のオブジェクトが折り曲げられた角度を示す角度情報とを含む履歴情報を記憶する記憶部と、
を有する情報処理装置。
A first object of the controlled object displayed in the virtual space, and a detection unit for determining repeatedly in contact or whether the predetermined time interval of the proximity to other objects that appear in the virtual space,
Based on the determination result, a determination section for determining whether or not folding the first object,
When it is determined that the first object is bent, a storage that stores history information including position information indicating the position where the first object is bent and angle information indicating the angle at which the first object is bent. Department and
Information processing device with.
前記判定した結果に基づき、前記他のオブジェクトと接触又は近接する位置に応じた位置にて、前記第1のオブジェクトの動作に応じた方向に前記第1のオブジェクトを折り曲げて表示させる表示制御部を有する、
請求項1に記載の情報処理装置。
Based on the determination result, a display control unit that bends and displays the first object in a direction corresponding to the operation of the first object at a position corresponding to a position in contact with or close to the other object. Have,
The information processing apparatus according to claim 1.
前記判定部は、
前記第1のオブジェクトに追従するルートを辿って動作する第2のオブジェクトが、前記ルートとは逆の向きに動作するか否かを判定し、
前記第2のオブジェクトが前記ルートとは逆の向きに動作すると判定された場合、前記記憶部に記憶した履歴情報に基づき、前記第2のオブジェクトが前記ルートを逆に動作するように表示させる表示制御部を有する、
請求項1又は2に記載の情報処理装置。
The determination unit
Second object which operates by following a route that follows the first object, determines whether to operate in the opposite direction from the previous SL route,
When it is determined that the second object operates in the direction opposite to the route, the display for displaying the second object so that the route operates in the opposite direction based on the history information stored in the storage unit. Has a control unit,
The information processing apparatus according to claim 1 or 2.
前記第1のオブジェクトは、前記第2のオブジェクトに連結された紐状又はワイヤー状のオブジェクトである、
請求項に記載の情報処理装置。
The first object is a string-shaped or wire-shaped object connected to the second object.
The information processing apparatus according to claim 3.
前記検知部は、
前記第1のオブジェクトの始点と終点との間に所定方向からレイキャストを行い、前記第1のオブジェクトと前記他のオブジェクトとの接触又は近接の有無を所定の時間間隔で繰り返し判定する、
請求項1〜のいずれか一項に記載の情報処理装置。
The detector is
Raycast was carried out repeatedly to determine the presence or absence of contact or proximity with the another object and said first object at a predetermined time interval from the predetermined direction between the start point and the end point of the first object,
The information processing apparatus according to any one of claims 1 to 4.
仮想空間に表示される制御対象の第1のオブジェクトと、仮想空間に表示される他のオブジェクトとの接触又は近接の有無を所定の時間間隔で繰り返し判定し、
前記判定した結果に基づき、前記第1のオブジェクトを折り曲げるか否かを判定し、
前記第1のオブジェクトを折り曲げると判定した場合、前記第1のオブジェクトが折り曲げられた位置を示す位置情報と該第1のオブジェクトが折り曲げられた角度を示す角度情報とを含む履歴情報を記憶部に記憶する、
処理をコンピュータに実行させる表示制御プログラム。
The presence or absence of contact or proximity between the first object to be controlled displayed in the virtual space and another object displayed in the virtual space is repeatedly determined at predetermined time intervals.
Based on the determination result, it determines whether folding the first object,
When it is determined that the first object is bent, the storage unit stores history information including position information indicating the position where the first object is bent and angle information indicating the angle at which the first object is bent. Remember,
A display control program that causes a computer to execute processing.
仮想空間に表示される制御対象の第1のオブジェクトと、仮想空間に表示される他のオブジェクトとの接触又は近接の有無を所定の時間間隔で繰り返し判定し、
前記判定した結果に基づき、前記第1のオブジェクトを折り曲げるか否かを判定し、
前記第1のオブジェクトを折り曲げると判定した場合、前記第1のオブジェクトが折り曲げられた位置を示す位置情報と該第1のオブジェクトが折り曲げられた角度を示す角度情報とを含む履歴情報を記憶部に記憶する、
ステップをコンピュータが実行する表示制御方法。
The presence or absence of contact or proximity between the first object to be controlled displayed in the virtual space and another object displayed in the virtual space is repeatedly determined at predetermined time intervals.
Based on the determination result, it determines whether folding the first object,
When it is determined that the first object is bent, the storage unit stores history information including position information indicating the position where the first object is bent and angle information indicating the angle at which the first object is bent. Remember,
A display control method in which the computer performs the steps.
JP2017245261A 2017-12-21 2017-12-21 Information processing device, display control program and display control method Active JP6987634B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2017245261A JP6987634B2 (en) 2017-12-21 2017-12-21 Information processing device, display control program and display control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017245261A JP6987634B2 (en) 2017-12-21 2017-12-21 Information processing device, display control program and display control method

Publications (2)

Publication Number Publication Date
JP2019113938A JP2019113938A (en) 2019-07-11
JP6987634B2 true JP6987634B2 (en) 2022-01-05

Family

ID=67222582

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017245261A Active JP6987634B2 (en) 2017-12-21 2017-12-21 Information processing device, display control program and display control method

Country Status (1)

Country Link
JP (1) JP6987634B2 (en)

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3768971B2 (en) * 2003-04-25 2006-04-19 株式会社ナムコ Image generating apparatus, method and program
JP2007004713A (en) * 2005-06-27 2007-01-11 Canon Inc Image processing method and image processor
JP4660357B2 (en) * 2005-11-18 2011-03-30 任天堂株式会社 Image processing program and image processing apparatus
JP2016171989A (en) * 2015-03-16 2016-09-29 株式会社スクウェア・エニックス Program, recording medium, information processor, and control method
JP6755647B2 (en) * 2015-09-15 2020-09-16 株式会社コーエーテクモゲームス Information processing device, attitude motion control method and attitude control program

Also Published As

Publication number Publication date
JP2019113938A (en) 2019-07-11

Similar Documents

Publication Publication Date Title
JP4445898B2 (en) GAME PROGRAM AND GAME DEVICE USING INPUT TO POINTING DEVICE
US10232262B2 (en) Information processing apparatus, motion control method, and non-transitory computer-readable recording medium
JP5230901B2 (en) GAME PROGRAM, GAME DEVICE, GAME CONTROL METHOD, AND GAME SYSTEM
US8271228B2 (en) Trace information processing device, trace information processing method, information recording medium, and program
EP2626853A2 (en) Scrolling screen apparatus, method for scrolling screen, and game apparatus
US9519415B2 (en) Information processing device, storage medium, information processing system, and information processing method
JP2014027975A (en) Program, information storage medium, game device, and server
JP6110704B2 (en) Program, information processing apparatus, information processing method, and information processing system
JP6987634B2 (en) Information processing device, display control program and display control method
US10068362B2 (en) Data processing apparatus and method of detecting position information for displaying virtual space
CN111617474B (en) Information processing method and device
JP4514198B2 (en) GAME PROGRAM AND GAME DEVICE
EP1854520B1 (en) Game program and game apparatus
JP2017055910A (en) Information processing device, posture motion control method, and posture control program
JP7013609B2 (en) Programs, electronics, methods, and systems
JP7104522B2 (en) Game programs, information processing methods, and information processing equipment
JP7252915B2 (en) Game program, method, and information processing device
JP7175124B2 (en) Information processing device, position prediction method and position prediction program
JP7071134B2 (en) Information processing device, operation control program and operation control method
JP6612090B2 (en) Information processing apparatus, operation control method, and operation control program
JP6829301B2 (en) Information processing device, motion control method and motion control program
JP2019126482A (en) Display method, display program, and information processing apparatus
JP7406930B2 (en) Game program, game processing method, and information processing device
JP3796252B2 (en) GAME PROGRAM AND GAME DEVICE
JP5941202B1 (en) Interface program and computer

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20201005

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20210609

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20210622

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210715

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20211109

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20211201

R150 Certificate of patent or registration of utility model

Ref document number: 6987634

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150