JP2880609B2 - Display output method - Google Patents
Display output methodInfo
- Publication number
- JP2880609B2 JP2880609B2 JP4187959A JP18795992A JP2880609B2 JP 2880609 B2 JP2880609 B2 JP 2880609B2 JP 4187959 A JP4187959 A JP 4187959A JP 18795992 A JP18795992 A JP 18795992A JP 2880609 B2 JP2880609 B2 JP 2880609B2
- Authority
- JP
- Japan
- Prior art keywords
- display
- computer
- program
- performance
- speed
- 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.)
- Expired - Fee Related
Links
Landscapes
- Controls And Circuits For Display Device (AREA)
- Processing Or Creating Images (AREA)
- Digital Computer Display Output (AREA)
- Image Generation (AREA)
Description
【0001】[0001]
【産業上の利用分野】本発明は、パーソナルコンピュー
タ,ワークステーションおよびCAI(コンピュータを
利用した学習)用やゲーム用等に開発されたコンピュー
タにおいて、アニメーション表示などを行う場合の表示
出力方法に関するものである。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a display output method for performing an animation display on a personal computer, a workstation, and a computer developed for CAI (learning using a computer), a game, or the like. is there.
【0002】[0002]
【従来の技術】従来において、パーソナルコンピュータ
などのディスプレイ画面上でのアニメーション表示がC
AIやゲームなどの分野で広く行われている。2. Description of the Related Art Conventionally, animation display on a display screen of a personal computer or the like has been performed by C.
Widely used in fields such as AI and games.
【0003】アニメーション表示は、表示物を少しずつ
ずらして画面上に連続的に表示することにより、その表
示物が移動したり回転・変形し、あたかも動いているよ
うにみせる表示方法である。[0003] The animation display is a display method in which a display object is moved, rotated or deformed by shifting the display object little by little and continuously displayed on a screen, so that the display object appears to be moving.
【0004】実際に、コンピュータでアニメーション表
示を行う場合に、表示物を移動させる時は、最初に表示
物が表示されている位置(始点)から、ある間隔を取っ
た点を、動かそうとする経路上に取り、その位置に新し
く表示物を表示する。表示物を新しく表示する直前また
は直後に、それまでに表示していた表示物を消去する。
この処理を、動かそうとする終わりの位置(終点)まで
繰り返すことで、利用者からは表示物が始点から終点ま
で移動したように見え、アニメーション表示が実現され
る。When moving an object to be displayed in an animation display by a computer, a point at a certain distance from a position (start point) where the object is displayed first is to be moved. Take on the route and display a new display at that position. Immediately before or immediately after newly displaying a display object, the display object that has been displayed so far is deleted.
By repeating this processing up to the end position (end point) to be moved, the user sees the displayed object as having moved from the start point to the end point, and an animation display is realized.
【0005】このようにアニメーション表示をすると
き、始点から終点をいくつに分割するかによってアニメ
ーション表示の質が違ってくる。すなわち、表示回数を
多くとり、始点から終点までの中間に表示する回数が多
くなれば、表示物の動きが連続的かつより滑らかにな
る。逆に、少なくなると、動きが非連続的かつ、ぎこち
なく見える。これは表示物の移動に限らず、回転や変形
などでも同様である。[0005] When an animation is displayed in this way, the quality of the animation display differs depending on the number of divisions from the start point to the end point. That is, if the number of times of display is increased and the number of times of display in the middle from the start point to the end point is increased, the movement of the display object becomes continuous and smoother. Conversely, when less, movement appears discontinuous and awkward. This applies not only to the movement of the display object, but also to rotation and deformation.
【0006】[0006]
【発明が解決しようとする課題】ところで、最近のパー
ソナルコンピュータやワークステーションでは、同一ア
ーキテクチャのハードウェアであっても、より高速なC
PUチップを登載したり、稼働クロックの周波数を上げ
たりすることによって、より性能の高いコンピュータが
実現されることが多い。By the way, in recent personal computers and workstations, even with hardware of the same architecture, higher-speed C
By mounting a PU chip or increasing the frequency of an operation clock, a computer with higher performance is often realized.
【0007】ここで、性能とは、CPUの処理速度や稼
働クロックの周波数のみを指すものではなく、メモリや
周辺回路の処理速度などを含めた総体的な単位データ量
の処理速度の違いを表わすものである。Here, the performance does not indicate only the processing speed of the CPU or the frequency of the operation clock, but indicates the difference in the processing speed of the overall unit data amount including the processing speed of the memory and peripheral circuits. Things.
【0008】このようなコンピュータの性能向上が行わ
れると、同一アーキテクチャのコンピュータでも何通り
もの性能を持ったコンピュータが市場に流通することに
なる。これは、同一企業の製品についてだけの現象では
なく、有力なコンピュータでは他のメーカーが互換機を
発売するため、より顕著に見られる。When the performance of such a computer is improved, computers having the same architecture and having various performances are distributed to the market. This is not only a phenomenon of the same company's products, but is more prominent in leading computers because other manufacturers release compatible machines.
【0009】同一アーキテクチャのコンピュータであれ
ば、プログラムに何ら修正を加えずに他の性能の異なる
コンピュータでも稼働するのが普通であるが、アニメー
ション表示をするプログラムの場合、このコンピュータ
の性能の向上がかえって問題になることがある。A computer having the same architecture normally operates on a computer having another performance without any modification to the program. However, in the case of a program displaying an animation, the performance of the computer is improved. It can be a problem.
【0010】すなわち、性能Aのコンピュータで表示物
が画面の左から右に移動するようなアニメーション表示
をするプログラムがあるとき、性能Aのコンピュータで
適切な移動速度で表示するように、始点から終点までの
中間の表示回数を決めてプログラムを作成しても、その
コンピュータよりも高速な性能Bのコンピュータでプロ
グラムを稼働すると、移動の速度が早くなってしまうこ
とである。That is, when there is a program that performs an animation display such that a display object moves from the left to the right of the screen on the computer of performance A, the start point to the end point are displayed on the computer of performance A at an appropriate moving speed. Even if the program is created by determining the number of display times in between, if the program is operated on a computer having a performance B higher than that of the computer, the moving speed is increased.
【0011】この結果、プログラムの内容によっては移
動の仕方が不自然であったり、極端な場合は、表示物が
一瞬のうちに移動してしまうので、例えば、CAIソフ
トの場合では利用者の目の認識が追いつかずに学習にな
らなかったり、ゲームソフトの場合は、利用者の反射神
経が追いつかずにゲームとして成立しなくなったりする
という問題が生じる。As a result, depending on the contents of the program, the way of movement is unnatural, or in extreme cases, the displayed object moves instantaneously. For example, in the case of CAI software, the In the case of game software, there is a problem that the game cannot be established because the user's reflexes cannot keep up.
【0012】また、プログラムのタイトル等を実行開始
時に所定時間表示する場合においては、一瞬のうちに表
示が消えてしまい、プログラムのタイトルを確認できな
くなるという問題が生じる。Further, when a program title or the like is displayed for a predetermined time at the start of execution, there is a problem that the display disappears in an instant and the program title cannot be confirmed.
【0013】逆に、型式の古いコンピュータや普及型の
コンピュータで稼動させた場合、性能が低いために移動
速度が遅くなり、利用者にイライラ感を与えたり、ゲー
ムの場合では興をそぐという問題が生じる。On the other hand, when the computer is operated on an old model computer or a popular computer, the moving speed is slow due to low performance, giving a user a feeling of irritation, and a problem in games. Occurs.
【0014】従って、プログラムでアニメーション表示
を行う場合は、コンピュータの性能を考慮したプログラ
ムを作成しなければならない。Therefore, when an animation is displayed by a program, the program must be created in consideration of the performance of the computer.
【0015】どのような性能のコンピュータでも画面上
の移動速度を同一にさせるためには、表示のときにコン
ピュータの性能に応じた時間稼ぎのループ処理を入れて
おく方法があるが、さらによい方法としては、コンピュ
ータの性能に応じて始点から終点までの中間の表示の回
数を調整する方法がある。すなわち、性能の高いコンピ
ュータであれば表示の回数を多くし、性能の低いコンピ
ュータであれば表示回数を減らす。これによって、コン
ピュータの性能によらず、移動速度を同一に保つことが
できる。このとき、コンピュータの性能が高ければ、移
動の表示がより滑らかに見えるという利点もある。In order to make the moving speed on the screen the same for any computer of any performance, there is a method of inserting a time-gaining loop process according to the performance of the computer at the time of display. As a method, there is a method of adjusting the number of intermediate displays from the start point to the end point according to the performance of the computer. That is, if the computer has high performance, the number of display times is increased, and if the computer has low performance, the number of display times is reduced. Thereby, the moving speed can be kept the same regardless of the performance of the computer. At this time, if the performance of the computer is high, there is also an advantage that the display of the movement looks smoother.
【0016】コンピュータの性能を知るための方法とし
て、プログラム起動時にコンピュータのCPUの種類を
利用者に指定させたり、ゲームの場合であれば難易度を
指定させる方法が行われている。As a method for knowing the performance of the computer, a method of allowing the user to specify the type of the CPU of the computer at the time of starting the program, or specifying the degree of difficulty in the case of a game.
【0017】しかし、前者の方法では、新しいCPUが
登載されればプログラムをそれに対応させてアップデー
トする必要があるし、コンピュータのクロック周波数の
高低までは対応できない。たとえ周波数を指定させたと
しても、初心者には取扱が極めて困難であるという問題
がある。However, in the former method, when a new CPU is loaded, it is necessary to update the program in accordance with the new CPU, and it is not possible to respond to a change in the clock frequency of the computer. Even if the frequency is designated, there is a problem that handling is very difficult for a beginner.
【0018】また、後者の難易度を指定させる方法で
も、難易度を最も易しくしてもコンピュータの性能がそ
れを上回れば、やはりプログラムの修正が必要になる。
それに、多くのゲームでは、移動速度だけがゲームの難
易度を決める要素ではない。Also, in the latter method of designating the degree of difficulty, even if the degree of difficulty is the easiest, if the performance of the computer exceeds it, the program must be modified.
Also, in many games, the speed of movement is not the only factor that determines the difficulty of the game.
【0019】本発明はこのような問題点を解決するもの
で、その目的は、コンピュータの性能に相違があって
も、設計当初に意図した速度でアニメーション表示など
を行うことができる表示出力方法を提供することであ
る。An object of the present invention is to solve such a problem, and an object of the present invention is to provide a display output method capable of performing an animation display or the like at a speed intended at the beginning of design even if there is a difference in computer performance. To provide.
【0020】[0020]
【課題を解決するための手段】本発明は、上記目的を達
成するために、同一アーキテクチャで、かつ単位デ−タ
量の処理速度等のハードウェア性能が異なる型式のコン
ピュータにおいて互いに共通するプログラムを実行さ
せ、その実行結果を表示装置等に出力させる表示出力方
法であって、前記プログラムの実行開始時にプログラム
自身でハードウェア性能を測定させ、その測定結果に基
づき、表示物の動きの速度が同等になるように表示物の
動きを定める表示回数の値を補正するようにした。SUMMARY OF THE INVENTION In order to achieve the above object, the present invention provides a program which is common to computers having the same architecture and different hardware performances such as a processing speed of a unit data amount. A display output method for executing the program and outputting the execution result to a display device or the like, wherein the program itself measures hardware performance at the start of execution of the program, and based on the measurement result, the speed of movement of the display object is equivalent. The value of the number of times of display that determines the movement of the display object is corrected so that
【0021】[0021]
【作用】上記手段によれば、例えばアニメーション表示
を行う前段階で、実際に表示を行うハードウェアの性能
をプログラム自身で測定し、その測定された性能と、プ
ログラム中に持っている基準となるコンピュータの性能
の値をもとにして、表示物の動きの速度が基準となるコ
ンピュータで表示する場合と同等の速度になるように、
例えば始点と終点の間の表示回数を補正し、その補正し
た表示回数で表示を行うことによって、性能の異なるコ
ンピュータでも同一の動きの速度を得ることができる。According to the above-mentioned means, for example, before the animation display, the performance of the hardware for actually displaying is measured by the program itself, and the measured performance is used as a reference in the program. Based on the value of the performance of the computer, the speed of the movement of the displayed object will be the same speed as when displaying on the reference computer,
For example, by correcting the number of times of display between the start point and the end point and performing display with the corrected number of times of display, computers with different performances can obtain the same speed of movement.
【0022】この場合、何を性能を示す値として採用す
るかは、表示の性質によって異なる。表示物の表示にレ
イトレーシングのようなCPUの多量の計算が必要であ
れば、CPUの処理速度を採用し、CPUの計算がわず
かでかつ表示速度を測定できるようなコンピュータであ
れば、画面への表示の速度を採用する。In this case, what is adopted as the value indicating the performance depends on the nature of the display. If a large amount of computation such as ray tracing is required for displaying the displayed object, the processing speed of the CPU is adopted. If the computer has only a small amount of computation and can measure the display speed, it is displayed on the screen. Adopt the speed of display.
【0023】[0023]
【実施例】以下、本発明を図示する実施例に基づいて詳
細に説明する。DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, the present invention will be described in detail with reference to the illustrated embodiments.
【0024】図1は本発明の概要を示す説明図であり、
開発時に、性能を「1」とする基準コンピュータSにお
いて、図1(a)に示すように表示物101を始点Aか
ら終点Bまで移動するアニメーション表示を行うのに必
要な表示回数をVs とし、始点Aから終点Bまでの間に
(Vs − 2)回の表示を行ったとする。この1回の表
示に要する時間をCs とすると、表示物が始点Aから終
点Bまで移動するのに要する合計時間はFIG. 1 is an explanatory diagram showing an outline of the present invention.
At the time of development, in the reference computer S whose performance is “1”, the number of display times required for performing an animation display of moving the display object 101 from the start point A to the end point B as shown in FIG. It is assumed that the display is performed (Vs-2) times from the start point A to the end point B. Assuming that the time required for one display is Cs, the total time required for the display object to move from the start point A to the end point B is
【0025】[0025]
【数1】 Ts = Cs × Vs
……(1) となる。実際に利用者に提供されるプログラムでは、性
能測定の結果によってコンピュータMの性能が基準コン
ピュータの「1」に対して「n」であることがわかれ
ば、図1(b)に示すように、表示回数Vm をVs ×
n に変更する。表示物101の1回の表示に要する時
間をCm とすると、このコンピュータMでの始点Aから
終点Bまでの移動に要する時間は、Ts = Cs × Vs
(1) In the program actually provided to the user, if the performance measurement shows that the performance of the computer M is “n” with respect to “1” of the reference computer, as shown in FIG. The display count Vm is given by
Change to n. Assuming that the time required for one display of the display object 101 is Cm, the time required for the computer M to move from the start point A to the end point B is:
【0026】[0026]
【数2】 Tm = Cm × Vm = Cm ×(Vs
× n) ……(2) となる。Tm = Cm × Vm = Cm × (Vs
× n) ... (2)
【0027】コンピュータMの性能が基準コンピュータ
Sのn倍であることから、表示物1回の表示に要する時
間は、Since the performance of the computer M is n times that of the reference computer S, the time required for one display of the display object is as follows:
【0028】[0028]
【数3】 Cm = Cs / n ……(3) となる。これを(2)式に代入すると、Cm = Cs / n (3) Substituting this into equation (2) gives
【0029】[0029]
【数4】 Tm =(Cs / n)×(Vs × n)=C
s ×Vs =Ts …(4) となり、基準コンピュータSでの移動速度と同じにな
る。Tm = (Cs / n) × (Vs × n) = C
s × Vs = Ts (4), which is the same as the moving speed of the reference computer S.
【0030】図2は、本発明をアニメーション表示を行
うプログラムに組み込んだときのプログラム構造の概要
を示す図であり、プログラム開発時のアニメーション表
示プログラム200は、性能測定ルーチン201を実行
し、1回の表示に要する所要時間Es を得、この後、そ
の値Es をプログラマに提示する(ステップ202)。
この値Es は、利用者に提供されるプログラム210中
に定数213として保持される。続くステップ203で
は、表示回数Vs を使用してアニメーション表示を行う
が、このVs は表示物の移動速度が基準コンピュータS
上で最適になるよう定める。また、表示回数Vs を決め
るのに、時間調整のためのダミーの命令を実行しなくて
すむよう十分適切な値を採用するものとする。FIG. 2 is a diagram showing an outline of a program structure when the present invention is incorporated into a program for performing animation display. The animation display program 200 at the time of program development executes the performance measurement routine 201 and executes once. Is obtained, and then the value Es is presented to the programmer (step 202).
This value Es is held as a constant 213 in the program 210 provided to the user. In the subsequent step 203, animation display is performed using the number of display times Vs.
Determined above to be optimal. In order to determine the number of display times Vs, a value that is sufficiently appropriate so as not to execute a dummy instruction for time adjustment is adopted.
【0031】表示物が異なれば移動距離や移動の速度も
異なるので、表示回数は表示物ごとに値も異なる。Since the moving distance and the moving speed are different for different displayed objects, the number of times of display is different for each displayed object.
【0032】一方、利用者に提供されるプログラム21
0では、初めにステップ211で稼働コンピュータMの
性能測定を行い、その値Em とプログラム中の定数Es
(213)から表示回数Vm を決定してから、その値に
したがいアニメーション表示を行う(ステップ21
2)。On the other hand, the program 21 provided to the user
At 0, the performance of the operating computer M is measured in step 211, and its value Em and the constant Es in the program are measured.
After determining the display count Vm from (213), animation display is performed according to the value (step 21).
2).
【0033】コンピュータSおよびMの性能を測定する
方法を図3および図4のフローチャートに示す。A method for measuring the performance of the computers S and M is shown in the flowcharts of FIGS.
【0034】図3は、CPUの性能を処理速度として採
用した場合の処理速度測定ルーチンの処理を示したフロ
ーチャートである。FIG. 3 is a flowchart showing the processing of the processing speed measurement routine when the performance of the CPU is adopted as the processing speed.
【0035】図3では、まず、ループのカウンタを0に
設定し(ステップ301)、測定開始時の時刻t1をコ
ンピュータに内蔵するタイマより得る(ステップ30
2)。その後、ダミーの命令群を所定回数だけループさ
せ(ステップ303〜305)、再度、現在時刻t2を
得、それまでの所要時間Um を得る(ステップ306,
307)。In FIG. 3, first, the loop counter is set to 0 (step 301), and the time t1 at the start of measurement is obtained from a timer built in the computer (step 30).
2). Thereafter, the dummy instruction group is looped a predetermined number of times (steps 303 to 305), and the current time t2 is obtained again, and the required time Um up to that time is obtained (step 306,
307).
【0036】ステップ304のダミーの命令群は、処理
速度測定だけのための命令で、メモリなど他に悪影響を
及ぼさないようにコーディングする。このとき、表示物
の位置や形状を実際に計算するのに必要な命令の種類別
の頻度をあらかじめ算出し、それと同じ割合で各種類の
命令を実行するように並べることにより、測定精度を高
めることができる。The dummy instruction group in step 304 is an instruction for measuring the processing speed only, and is coded so as not to adversely affect other parts such as a memory. At this time, the frequency of each type of instruction necessary to actually calculate the position and shape of the display object is calculated in advance, and the instructions are executed so as to execute each type of instruction at the same rate, thereby increasing the measurement accuracy. be able to.
【0037】プログラムの起動時には、プログラムの読
み込みや初期設定などで多少の時間がかかるのが普通な
ので、ループの所定回数を適切に決めれば、性能測定に
要する時間が利用者に不自然に見えないようにすること
が可能である。At the start of a program, it usually takes some time to read the program or to perform initial settings. Therefore, if the predetermined number of loops is appropriately determined, the time required for performance measurement does not seem unnatural to the user. It is possible to do so.
【0038】また、図3では、ループによって性能を測
定したが、タイマ割り込みを利用して一定時間内のルー
プ実行回数を測定し、それを処理速度とする方法でもよ
い。Although the performance is measured by the loop in FIG. 3, a method may be used in which the number of loop executions within a predetermined time is measured by using a timer interrupt and the processing speed is used.
【0039】プログラム開発時には、図3と同一の処理
を基準となるコンピュータSでもあらかじめ実行し、所
要時間Us を得ておく。At the time of program development, the same processing as in FIG. 3 is also executed in advance by the computer S as a reference, and the required time Us is obtained.
【0040】図4は、画面の表示速度を処理速度として
採用した場合の測定方法である。ここでは、タイトル画
面表示(ステップ402)の前後で現在時刻d1,d2
を得て(ステップ401,403)、その表示の所要時
間Dm を得ている(ステップ404)。FIG. 4 shows a measuring method when the display speed of the screen is adopted as the processing speed. Here, before and after the title screen display (step 402), the current time d1, d2
(Steps 401 and 403), and the required display time Dm is obtained (step 404).
【0041】ただし、図4では、ハードウェアにグラフ
ィック専用のメモリ(以下,VRAM)があり、そのV
RAMに書き込むだけで表示ができるものを想定してい
る。ハードウェアがグラフィック表示用のプロセッサを
有し、そのプロセッサにコマンドを送ることで表示がで
きるような場合は、ステップ403は、描画終了を割り
込みによって知るか、または完了フラグがonになるの
を常時監視して知るなど、異なる処理になる場合があ
る。In FIG. 4, however, a hardware dedicated to graphics (hereinafter referred to as VRAM) is provided in the hardware.
It is assumed that an image can be displayed simply by writing to the RAM. If the hardware has a processor for graphic display and the display can be performed by sending a command to the processor, the step 403 is to know the end of the drawing by an interrupt or to keep the completion flag on. There may be different processes such as monitoring and knowing.
【0042】この図4の場合でも、プログラム開発時に
基準となるコンピュータSで実行し、所要時間Ds を得
ておく。In the case of FIG. 4 as well, the program is executed by the computer S as a reference at the time of program development, and the required time Ds is obtained.
【0043】プログラム開発時に図3または図4の方法
によって性能測定を行い、所要時間Us またはDs を得
ると、図2の213のようにその値を定数として開発時
のプログラム200中に持たせる。When the performance is measured by the method of FIG. 3 or 4 at the time of program development and the required time Us or Ds is obtained, the value is stored in the program 200 at the time of development as a constant as indicated by 213 in FIG.
【0044】実際に利用者に提供されるプログラム21
0では、図5に示す方法でアニメーション表示を行う。The program 21 actually provided to the user
At 0, animation display is performed by the method shown in FIG.
【0045】図5は利用者に提供されるプログラム21
0におけるステップ212をさらに詳細にしたフローチ
ャートである。ここではCPU速度を性能に採用し、図
1のようにディスプレイ画面上の始点(x0,y0)から
水平方向に終点(xe,y0)まで表示物101を移動す
ることを想定している。FIG. 5 shows a program 21 provided to the user.
FIG. 4 is a flowchart in which step 212 in FIG. Here, it is assumed that the CPU speed is adopted for the performance, and that the display object 101 moves from the start point (x0, y0) on the display screen to the end point (xe, y0) in the horizontal direction as shown in FIG.
【0046】まず、該当コンピュータMでの表示回数
を、基準コンピュータSでの表示回数とコンピュータの
性能比から決めてVm にセットする(ステップ50
1)。ここで、もし稼働しているコンピュータMが基準
コンピュータSの2倍の性能であれば、Us (基準コン
ピュータSの所要時間)とUm (稼働コンピュータMの
所要時間)の比は2対1になるので、表示回数Vm は基
準コンピュータSの表示回数の2倍になる。First, the number of times of display on the computer M is determined from the number of times of display on the reference computer S and the performance ratio of the computer, and is set to Vm (step 50).
1). Here, if the operating computer M has twice the performance of the reference computer S, the ratio between Us (the required time of the reference computer S) and Um (the required time of the active computer M) is 2: 1. Therefore, the display count Vm is twice the display count of the reference computer S.
【0047】この後、ループのカウンタiを初期設定し
(ステップ502)、ループ中で表示物101をずらし
ながら表示する(ステップ503〜507)。そして。
i≧Vm−1となったならば、最後に、終点の位置に表
示物を表示し(ステップ508,509)、アニメーシ
ョン表示を終わる。Thereafter, the loop counter i is initialized (step 502), and the display object 101 is displayed while being shifted in the loop (steps 503 to 507). And.
If i ≧ Vm-1, finally, a display object is displayed at the position of the end point (steps 508 and 509), and the animation display ends.
【0048】一方、性能として表示速度を採用した場
合、図5のステップ501では、図4で得た表示に要す
る時間Ds をもとにするので、基準コンピュータSの表
示回数× (Ds / Dm) → Vmとなる。On the other hand, when the display speed is adopted as the performance, in step 501 in FIG. 5, since the time required for the display Ds obtained in FIG. 4 is used as the basis, the number of display times of the reference computer S × (Ds / Dm) → Vm.
【0049】なお、上記実施例では、アニメーション表
示を行う場合について説明したが、例えば、盲人用に開
発された表示装置のように、弾性プレートの背後からピ
ンを押出し、このピンの押出しパターンによって点字を
表現するタッチボードについても全く同様に適用するこ
とができる。In the above embodiment, the case of displaying an animation has been described. For example, a pin is pushed out from behind an elastic plate as in a display device developed for a blind person, and a braille pattern is formed by the pushing pattern of the pin. The same can be applied to a touch board expressing.
【0050】[0050]
【発明の効果】以上で説明したように、本発明ではアニ
メーション表示を行う前に、プログラム内で稼働コンピ
ュータの性能を自ら測定し、その値をもとに基準コンピ
ュータで設定された値を変更することにより、性能が異
なるコンピュータでもアニメーション表示等において表
示する表示物の移動・回転・変形などの動きを常に一定
に表示することが可能となる。As described above, according to the present invention, before an animation is displayed, the performance of the running computer is measured by itself in the program, and the value set by the reference computer is changed based on the measured value. As a result, even computers with different performances can constantly display movements such as movement, rotation, and deformation of a display object displayed in animation display or the like.
【0051】これによって、性能の異なるコンピュータ
でも、表示物の速度が不自然になったり、表示が速すぎ
て認識不能になるのを防ぐとともに、性能の高いコンピ
ュータではより滑らかに変化する表示が可能になるなど
の効果が得られる。As a result, it is possible to prevent the speed of the displayed object from becoming unnatural or the display from being too fast to become unrecognizable even with computers having different performances, and to provide a display that changes more smoothly with a computer having high performance. And other effects can be obtained.
【図1】 本発明の概要を示す説明図である。FIG. 1 is an explanatory diagram showing an outline of the present invention.
【図2】 本発明を適用したアニメーション表示プログ
ラムの構造の一実施例を示す図である。FIG. 2 is a diagram showing an embodiment of the structure of an animation display program to which the present invention has been applied.
【図3】 CPU処理速度をコンピュータの性能として
採用した場合の性能測定方法を示すフローチャートであ
る。FIG. 3 is a flowchart illustrating a performance measurement method when a CPU processing speed is adopted as the performance of a computer.
【図4】 画面の表示速度をコンピュータの性能として
採用した場合の性能測定方法を示すフローチャートであ
る。FIG. 4 is a flowchart illustrating a performance measurement method when the display speed of a screen is adopted as the performance of a computer.
【図5】 利用者に提供されるプログラムでのアニメー
ション表示方法を示すフローチャートである。FIG. 5 is a flowchart showing an animation display method in a program provided to a user.
101…表示物、200…開発時のプログラム、20
1,211…性能測定ルーチン、210…利用者に提供
されるプログラム。101: display object, 200: program at the time of development, 20
1, 211: performance measurement routine, 210: program provided to the user.
Claims (1)
量の処理速度等のハードウェア性能が異なる型式のコン
ピュータにおいて互いに共通するプログラムを実行さ
せ、その実行結果を表示装置等に出力させる表示出力方
法であって、前記プログラムの実行開始時にプログラム
自身でハードウェア性能を測定させ、その測定結果に基
づき、表示物の動きの速度が同等になるように表示物の
動きを定める表示回数の値を補正することを特徴とする
表示出力方法。A display output method for causing a computer having the same architecture and different types of hardware performance such as a processing speed of a unit data amount to execute a common program and outputting the execution result to a display device or the like. The hardware performance is measured by the program itself at the start of the execution of the program, and based on the measurement result, the value of the number of display times that determines the movement of the display object is corrected so that the speed of the movement of the display object becomes equal. And a display output method.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP4187959A JP2880609B2 (en) | 1992-07-15 | 1992-07-15 | Display output method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP4187959A JP2880609B2 (en) | 1992-07-15 | 1992-07-15 | Display output method |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH0635432A JPH0635432A (en) | 1994-02-10 |
JP2880609B2 true JP2880609B2 (en) | 1999-04-12 |
Family
ID=16215163
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP4187959A Expired - Fee Related JP2880609B2 (en) | 1992-07-15 | 1992-07-15 | Display output method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2880609B2 (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2015135538A (en) * | 2014-01-16 | 2015-07-27 | 三菱電機株式会社 | processor |
-
1992
- 1992-07-15 JP JP4187959A patent/JP2880609B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JPH0635432A (en) | 1994-02-10 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN110383269B (en) | Animation font based on multi-axis variable font | |
EP2016983A1 (en) | Program, information storing medium and image generating system | |
JP2019198668A5 (en) | Gaming machine | |
US8909506B2 (en) | Program, information storage medium, information processing system, and information processing method for controlling a movement of an object placed in a virtual space | |
JP2019166382A5 (en) | Gaming machine | |
US20080278480A1 (en) | Image processing method and image processing apparatus | |
EP3607422A1 (en) | Ink render using high priority queues | |
US20210316221A1 (en) | Animation and physics synchronization | |
US5046026A (en) | Method and apparatus for precisely varying the display rate of computer generated graphic images | |
JP2880609B2 (en) | Display output method | |
US5621431A (en) | Animation system having variable video display rate | |
JPH10244044A (en) | Variable display device of pachinko | |
JP3171738B2 (en) | Brush typeface generator | |
JP2019171145A5 (en) | Gaming machine | |
US20240272717A1 (en) | Method and device for synchronizing haptic feedback and visual feedback | |
JP3473079B2 (en) | Image display position determining method and apparatus | |
JP2001350731A (en) | Calculating device and storage medium | |
JPS642953B2 (en) | ||
JPH11231854A (en) | Method and device for image display | |
CN107291452A (en) | Awakening method, device, computer-readable recording medium and the terminal of exhibition information | |
JP2543215Y2 (en) | Logic circuit simulation waveform display | |
JP3327565B2 (en) | Electronic device and control method thereof | |
JPH01202783A (en) | Electronic reading machine | |
JPS63217425A (en) | Automatic loop adjusting system | |
JP2003024577A (en) | Image displaying apparatus of pachinko machine and image displaying method and image displaying program in image displaying apparatus of pachinko machine |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
LAPS | Cancellation because of no payment of annual fees |