JP2011070387A - Three-dimensional shape display device and program - Google Patents

Three-dimensional shape display device and program Download PDF

Info

Publication number
JP2011070387A
JP2011070387A JP2009220677A JP2009220677A JP2011070387A JP 2011070387 A JP2011070387 A JP 2011070387A JP 2009220677 A JP2009220677 A JP 2009220677A JP 2009220677 A JP2009220677 A JP 2009220677A JP 2011070387 A JP2011070387 A JP 2011070387A
Authority
JP
Japan
Prior art keywords
model
unit
simplified
dimensional
simplified model
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.)
Pending
Application number
JP2009220677A
Other languages
Japanese (ja)
Inventor
Eriko Toma
英梨子 当麻
Takashi Tamada
隆史 玉田
Takero Sakairi
威郎 坂入
Katsuyuki Kamei
克之 亀井
Yukio Goto
幸夫 後藤
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2009220677A priority Critical patent/JP2011070387A/en
Publication of JP2011070387A publication Critical patent/JP2011070387A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a three-dimensional shape display device for reducing the number of models which should be held for each three-dimensional model, and for simplifying the models, while keeping arbitrary features which should be emphasized. <P>SOLUTION: When viewpoint information is changed, a distance calculation portion 3 calculates a distance between a three-dimensional model and a viewpoint. A facility detail level determination portion 4 determines the levels of details of a facility corresponding to the distance calculated by the distance calculation portion 3. When a simplification model corresponding to the levels of details of the facility is not stored in a data management portion 6, a simplification model creating portion 5 divides an area into an area which is illuminated with parallel light beams from a recommended observation direction to the three-dimensional model and an area which is not irradiated with the parallel light beams, and applies proportional levels of details to set the levels of details of the region irradiated with the parallel light beams to be higher than that of the region which is not illuminated with the parallel light beams, to create a simplification model. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

本発明は、3次元形状の表示対象を簡略化して表示する3次元形状表示装置およびこの3次元形状表示装置をコンピュータで実現するための3次元形状表示プログラムに関する。   The present invention relates to a three-dimensional shape display device that simplifies and displays a display target of a three-dimensional shape, and a three-dimensional shape display program for realizing the three-dimensional shape display device with a computer.

3次元モデルはポリゴンとよばれる多角形で構成されている。3次元形状の表示を行う際、複雑なモデルは構成するポリゴン数が多いため、表示速度が低下する。表示速度の高速化のためには、モデルの簡略化を行い、ポリゴン数を削減する必要がある。しかし、ポリゴン数の削減を行えば、表示結果の品質は低下する。そこで、表示結果の品質を保持しながら、高速な表示を行う手法として知られているのがLOD(Level of Detail)と呼ばれる手法である。この手法では、視点から近距離のモデルは詳細度の高いモデルを適用し、遠距離になるにつれて詳細度の低いモデルを使用する。遠距離のモデルは小さく表示されるため、高い詳細度を必要としない点に着目し、効果的なモデルの簡略化が可能となる。LODでは、複数の詳細度のモデルを保持し、視点から任意の距離において、表示するモデルの詳細度を選択する必要がある。   The three-dimensional model is composed of polygons called polygons. When displaying a three-dimensional shape, a complicated model has a large number of polygons, and the display speed decreases. In order to increase the display speed, it is necessary to simplify the model and reduce the number of polygons. However, if the number of polygons is reduced, the quality of the display result is lowered. Therefore, a technique called LOD (Level of Detail) is known as a technique for performing high-speed display while maintaining the quality of the display result. In this method, a model with a high degree of detail is applied to a model at a short distance from the viewpoint, and a model with a low degree of detail is used as the distance increases. Since a long-distance model is displayed in a small size, it is possible to simplify an effective model by focusing on the point that a high level of detail is not required. In LOD, it is necessary to hold a model having a plurality of details and select the detail of the model to be displayed at an arbitrary distance from the viewpoint.

従来、視点からモデルまでの距離というパラメータだけではなく、モデル毎に観測に適した方向ベクトルというパラメータを追加し、詳細度を決定するようにした3次元形状表示装置があった(例えば、特許文献1参照)。   Conventionally, there has been a three-dimensional shape display device in which not only a parameter of a distance from a viewpoint to a model but also a parameter of a direction vector suitable for observation is added for each model, and the degree of detail is determined (for example, patent document) 1).

また、モデル簡略化手法として、頂点を間引く方法やボクセル(VOXEL)近似があげられる。ボクセル近似では、任意のサイズの立方体によって、モデルを表現する手法である。この手法は、ほぼどのような形状においても適用可能であることや、適用するボクセルサイズを変更することで容易にモデルの詳細度を選択することができるといった利点がある。この手法において、重要となるのは適切なボクセルのサイズの選択である。従来、例えば、マシン資源消費量を考慮しながら、元の形状と簡略化モデルの体積誤差が部品毎に同一になるように、部品毎に異なるボクセルサイズを自動的に算出する方法があった(例えば、特許文献2参照)。   As a model simplification method, there are a method of thinning out vertices and a voxel approximation. The voxel approximation is a method of expressing a model by a cube of an arbitrary size. This method is advantageous in that it can be applied to almost any shape, and the detail level of the model can be easily selected by changing the voxel size to be applied. In this approach, what is important is the selection of an appropriate voxel size. Conventionally, for example, there is a method of automatically calculating a different voxel size for each part so that the volume error of the original shape and the simplified model is the same for each part while taking into account the machine resource consumption amount ( For example, see Patent Document 2).

特開2004−5752号公報Japanese Patent Laid-Open No. 2004-5752 特開2002−149718号公報JP 2002-149718 A

しかしながら、上述した3次元形状表示装置では、モデルの視点からの位置や見る方向などのパラメータによって、表示する詳細度を決定するため、例えば、表示対象として設備の3次元モデルを考えた場合、その設備毎に必要な詳細度のモデルを多数保持しなければならないという問題があった。また、設備モデルの簡略化を行う際には、その設備の特徴を残す必要がある。しかし、残すべき特徴はそれぞれの専門分野によって異なるため、重視すべき方向も様々である。そのため、単純に体積誤差が小さくなるような簡略化を行った場合には、重要視する要素が認識できなくなる可能性があった。
このような点から、LODを適用した3次元形状表示装置において、設備毎に保持しなければならないモデル数を削減し、重視すべき任意の特徴を残しながらモデルの簡略化を行うことが課題であった。
However, in the 3D shape display device described above, since the level of detail to be displayed is determined by parameters such as the position from the viewpoint of the model and the viewing direction, for example, when a 3D model of equipment is considered as a display target, There was a problem that a large number of detailed models required for each facility had to be maintained. Moreover, when simplifying an equipment model, it is necessary to leave the characteristics of the equipment. However, since the features to be left differ depending on each specialized field, there are various directions to be emphasized. Therefore, when simplification is performed so that the volume error is simply reduced, there is a possibility that an important element cannot be recognized.
From such a point, in the three-dimensional shape display device to which LOD is applied, it is a problem to reduce the number of models that must be held for each facility, and to simplify the model while leaving any feature that should be emphasized. there were.

この発明は上記のような課題を解決するためになされたもので、3次元モデル毎に保持しなければならないモデル数を削減し、重視すべき任意の特徴を残しながらモデルの簡略化を行うことのできる3次元形状表示装置を得ることを目的とする。   The present invention has been made to solve the above-described problems, and reduces the number of models that must be retained for each three-dimensional model, and simplifies the model while leaving any feature that should be emphasized. It is an object of the present invention to obtain a three-dimensional shape display device that can be used.

この発明に係る3次元形状表示装置は、表示する3次元モデルから視点までの距離に応じた設備詳細度を決定する設備詳細度決定部と、設備詳細度に基づいて簡略化する3次元モデルを、3次元モデルに対する推奨観測方向からの平行光線に照らされる領域と平行光線に照らされない領域に領域分割し、それぞれの領域に、平行光線に照らされる領域の詳細度が平行光線に照らされない領域よりも高くなるよう部分詳細度を与えて簡略化モデルを作成する簡略化モデル作成部と、簡略化モデル作成部で作成された簡略化モデルを表示する3次元形状表示部とを備えたものである。   The three-dimensional shape display device according to the present invention includes an equipment detail level determination unit that determines an equipment detail level according to a distance from a displayed 3D model to a viewpoint, and a 3D model that is simplified based on the equipment detail level. Divide the area into areas that are illuminated by parallel rays from the recommended observation direction for the 3D model and areas that are not illuminated by parallel rays. A simplified model creating unit that creates a simplified model by giving a partial level of detail so that it becomes higher, and a three-dimensional shape display unit that displays the simplified model created by the simplified model creating unit. .

この発明の3次元形状表示装置は、簡略化モデルを作成する際、推奨観測方向からの平行光線に照らされる領域と平行光線に照らされない領域に領域分割し、平行光線に照らされる領域の詳細度が平行光線に照らされない領域よりも高くなるよう部分詳細度を与えて簡略化モデルを作成するようにしたので、3次元モデル毎に保持しなければならないモデル数を削減し、重視すべき任意の特徴を残しながらモデルの簡略化を行うことができる。   When creating a simplified model, the three-dimensional shape display device of the present invention divides a region into a region illuminated by parallel rays from a recommended observation direction and a region not illuminated by parallel rays, and details of the regions illuminated by parallel rays. Since a simplified model was created by giving a partial detail level so that it becomes higher than an area that is not illuminated by parallel rays, the number of models that must be retained for each three-dimensional model has been reduced, and The model can be simplified while retaining the features.

この発明の実施の形態1による3次元形状表示装置を示す構成図である。It is a block diagram which shows the three-dimensional shape display apparatus by Embodiment 1 of this invention. この発明の実施の形態1による3次元形状表示装置の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the three-dimensional shape display apparatus by Embodiment 1 of this invention. この発明の実施の形態1による3次元形状表示装置におけるユーザとモデルとの関係を示す説明図である。It is explanatory drawing which shows the relationship between the user and model in the three-dimensional shape display apparatus by Embodiment 1 of this invention. この発明の実施の形態1による3次元形状表示装置におけるボクセルに分割する手段の説明図である。It is explanatory drawing of the means divided | segmented into the voxel in the three-dimensional shape display apparatus by Embodiment 1 of this invention. この発明の実施の形態1による3次元形状表示装置におけるモデルとボクセルとの関係を示す説明図である。It is explanatory drawing which shows the relationship between the model and voxel in the three-dimensional shape display apparatus by Embodiment 1 of this invention. この発明の実施の形態1による3次元形状表示装置の簡略化モデル作成手順を示すフローチャートである。It is a flowchart which shows the simplified model creation procedure of the three-dimensional shape display apparatus by Embodiment 1 of this invention. この発明の実施の形態1による3次元形状表示装置における3次元設備モデルと推奨観測方向の関係を示す説明図である。It is explanatory drawing which shows the relationship between the three-dimensional equipment model and recommended observation direction in the three-dimensional shape display apparatus by Embodiment 1 of this invention. この発明の実施の形態1による3次元形状表示装置における簡略化モデルと推奨観測方向からの平行光線との関係を示す説明図である。It is explanatory drawing which shows the relationship between the simplification model in the three-dimensional shape display apparatus by Embodiment 1 of this invention, and the parallel ray from a recommended observation direction. 図8を真上からみた説明図である。It is explanatory drawing which looked at FIG. 8 from right above. この発明の実施の形態1による3次元形状表示装置における簡略化モデルを推奨観測方向から見た説明図である。It is explanatory drawing which looked at the simplified model in the three-dimensional shape display apparatus by Embodiment 1 of this invention from the recommended observation direction. この発明の実施の形態1による3次元形状表示装置における簡略化モデルを推奨観測方向の反対方向から見た説明図である。It is explanatory drawing which looked at the simplified model in the three-dimensional shape display apparatus by Embodiment 1 of this invention from the opposite direction of the recommended observation direction. この発明の実施の形態2による3次元形状表示装置を示す構成図である。It is a block diagram which shows the three-dimensional shape display apparatus by Embodiment 2 of this invention. この発明の実施の形態2による3次元形状表示装置における保存形式変換の処理を示すフローチャートである。It is a flowchart which shows the process of the preservation | save format conversion in the three-dimensional shape display apparatus by Embodiment 2 of this invention. この発明の実施の形態2による3次元形状表示装置におけるデータ圧縮手法を表した説明図である。It is explanatory drawing showing the data compression method in the three-dimensional shape display apparatus by Embodiment 2 of this invention. この発明の実施の形態2による3次元形状表示装置における描画モデル変換の処理を示すフローチャートである。It is a flowchart which shows the process of the drawing model conversion in the three-dimensional shape display apparatus by Embodiment 2 of this invention. この発明の実施の形態2による3次元形状表示装置の描画モデルを示す説明図である。It is explanatory drawing which shows the drawing model of the three-dimensional shape display apparatus by Embodiment 2 of this invention. この発明の実施の形態3による3次元形状表示装置を示す構成図である。It is a block diagram which shows the three-dimensional shape display apparatus by Embodiment 3 of this invention. この発明の実施の形態3による3次元形状表示装置の描画処理を示すフローチャートである。It is a flowchart which shows the drawing process of the three-dimensional shape display apparatus by Embodiment 3 of this invention. この発明の実施の形態4による3次元形状表示装置を示す構成図である。It is a block diagram which shows the three-dimensional shape display apparatus by Embodiment 4 of this invention.

実施の形態1.
図1は、この発明の実施の形態1による3次元形状表示装置を示す構成図である。
図1に示す3次元形状表示装置は、例えば設備モデルといった3次元モデルを描画する3次元形状表示部1、ユーザの視点情報の変更を受け付けるための視点情報変更部2、視点情報が変更される度に設備(3次元モデル)毎に視点から設備までの距離計算を行う距離計算部3、距離計算部3によって求められた距離に応じて、設備毎の詳細度を決定する設備詳細度決定部4、決定された設備詳細度と設備毎の推奨観測方向というパラメータを用いて3次元モデルから簡略化モデルを作成する簡略化モデル作成部5、簡略化モデル作成部5で作成された簡略化モデル、元となる3次元モデル及び設備毎の推奨観測方向を管理するデータ管理部6、距離計算部3で求められた結果に応じて簡略化モデルを切り替えるモデル切替部7を備えている。
Embodiment 1 FIG.
FIG. 1 is a block diagram showing a three-dimensional shape display device according to Embodiment 1 of the present invention.
The three-dimensional shape display device shown in FIG. 1 has a three-dimensional shape display unit 1 for drawing a three-dimensional model such as an equipment model, a viewpoint information changing unit 2 for accepting a change in user viewpoint information, and the viewpoint information is changed. The distance calculation unit 3 that calculates the distance from the viewpoint to the facility for each facility (three-dimensional model), and the facility detail level determination unit that determines the detail level for each facility according to the distance obtained by the distance calculation unit 3 4. Simplified model created by the simplified model creating unit 5 and the simplified model creating unit 5 for creating a simplified model from the three-dimensional model using the parameters of the determined equipment detail level and the recommended observation direction for each equipment. A data management unit 6 that manages the original three-dimensional model and the recommended observation direction for each facility, and a model switching unit 7 that switches the simplified model according to the result obtained by the distance calculation unit 3.

簡略化モデル作成部5は、設備詳細度決定部4で決定された詳細度を元に設備詳細度による簡略化モデルを作成する簡略化計算部11と、データ管理部6において格納されている設備毎に設定された推奨観測方向によって簡略化モデルを複数の領域に分割する領域分割部12と、領域分割部12によって分割された領域毎に詳細度を決定する部分詳細度決定部13と、決定された部分詳細度に応じてモデルの簡略化計算を行う部分簡略化計算部14から構成されている。   The simplified model creation unit 5 includes a simplified calculation unit 11 that creates a simplified model based on the facility detail level based on the detail level determined by the facility detail level determination unit 4, and the facility stored in the data management unit 6. A region dividing unit 12 that divides the simplified model into a plurality of regions according to a recommended observation direction set for each region, a partial detail determining unit 13 that determines the details for each region divided by the region dividing unit 12, and The partial simplification calculation unit 14 is configured to perform simplification calculation of the model according to the partial detail level.

また、データ管理部6は、ユーザ毎の個別のカスタマイズに用いる情報(後述する視点から設備詳細度の境界線までの距離、ボクセルの分割数などの情報)を格納するユーザ設定管理データベース21と、簡略化するための元となるオリジナルの3次元モデルを格納し、表示する設備情報を管理する設備データベース22と、設備毎の推奨観測方向に関する情報を管理する推奨観測方向データベース23と、設備毎に簡略化モデル作成部5によって作成された簡略化モデルを格納する簡略化モデルデータベース24から構成されている。   The data management unit 6 stores information used for individual customization for each user (information such as the distance from the viewpoint described later to the boundary line of the equipment detail level, the number of voxel divisions), and the like. For each facility, an equipment database 22 that stores the original three-dimensional model to be simplified and manages the equipment information to be displayed, a recommended observation direction database 23 that manages information related to the recommended observation direction for each equipment, and The simplified model database 24 stores the simplified model created by the simplified model creating unit 5.

尚、上記3次元形状表示装置はコンピュータを用いて実現され、3次元形状表示部1は、ディスプレイと、このディスプレイへの表示制御を行う表示制御部から構成されている。また、3次元形状表示部1における表示制御部と、視点情報変更部2〜モデル切替部7は、それぞれの機能に対応したソフトウェアと、これらのソフトウェアを実行するためのCPUやメモリといったハードウェアで構成されている。あるいは、これら構成要素を専用のハードウェアを用いて構成してもよい。   The three-dimensional shape display device is realized by using a computer, and the three-dimensional shape display unit 1 includes a display and a display control unit that performs display control on the display. The display control unit in the three-dimensional shape display unit 1 and the viewpoint information changing unit 2 to the model switching unit 7 are software corresponding to each function and hardware such as a CPU and a memory for executing these software. It is configured. Alternatively, these components may be configured using dedicated hardware.

次に、実施の形態1の3次元形状表示装置の動作について説明する。
図2に、本発明の実施の形態1における3次元形状表示装置の処理フローチャートを示す。
3次元形状表示部1は、モデル切替部7を介して、設備データベース22に管理されている3次元モデルデータを読み込み(ステップST1)、これを3次元表示する(ステップST2)。視点情報変更部2によって視点情報が変更されると、視点情報の変更を検出し(ステップST3)、視点から3次元モデルまでの距離を距離計算部3によって算出し(ステップST4)、設備毎に設備詳細度決定部4によって設備詳細度の決定を行う(ステップST5)。
Next, the operation of the three-dimensional shape display device of Embodiment 1 will be described.
FIG. 2 shows a process flowchart of the three-dimensional shape display apparatus in Embodiment 1 of the present invention.
The three-dimensional shape display unit 1 reads the three-dimensional model data managed in the equipment database 22 via the model switching unit 7 (step ST1) and displays it three-dimensionally (step ST2). When the viewpoint information is changed by the viewpoint information changing unit 2, the change of the viewpoint information is detected (step ST3), and the distance from the viewpoint to the three-dimensional model is calculated by the distance calculating unit 3 (step ST4). The equipment detail level determination unit 4 determines the equipment detail level (step ST5).

尚、本実施の形態において、詳細度は、最も解像度が高い元のモデルをレベル0とし、解像度が低くなるにつれ数値が大きくなるように定義する。また、設備詳細度は任意の数を設定することができる。   In the present embodiment, the level of detail is defined such that the original model with the highest resolution is level 0, and the numerical value increases as the resolution decreases. In addition, the facility detail level can be set to an arbitrary number.

次に、設備詳細度の決定手法について図3を用いて説明する。設備詳細度は一般的なLOD手法と同様に、視点と設備との距離というパラメータを用いて決定を行う。図3はユーザがモデルを観測する場面を示した模式図である。この図では、仮想空間中のユーザ30(視点)と、3次元モデル31〜33と、設備詳細度レベル0と設備詳細度レベル1との境界線34、設備詳細度レベル1と設備詳細度レベル2との境界線35、ユーザ30から境界線34までの距離36と、ユーザ30から境界線35までの距離37の関係を示している。設備詳細度のレベルは任意の数を用いることができるが、図3では、3つの場合を示している。距離36と距離37はユーザ設定管理データベース21にて登録しておき、ユーザによって変更することができる。また、距離36と距離37は、0<距離36<距離37の関係を持つ。   Next, a method for determining the equipment detail level will be described with reference to FIG. The equipment detail level is determined using a parameter of the distance between the viewpoint and the equipment, as in the general LOD method. FIG. 3 is a schematic diagram showing a scene where the user observes the model. In this figure, the user 30 (viewpoint) in the virtual space, the three-dimensional models 31 to 33, the boundary line 34 between the equipment detail level 0 and the equipment detail level 1, the equipment detail level 1 and the equipment detail level 2 shows a relationship between a boundary line 35 between the user 30 and the boundary line 34, and a distance 37 between the user 30 and the boundary line 35. Although any number of the level of equipment detail can be used, FIG. 3 shows three cases. The distance 36 and the distance 37 are registered in the user setting management database 21 and can be changed by the user. The distance 36 and the distance 37 have a relationship of 0 <distance 36 <distance 37.

3次元モデル31〜33について、視点から3次元モデルまでの距離計算部3によって算出された距離が、
3次元モデル31から視点までの距離<距離36
距離36≦3次元モデル32から視点までの距離<距離37
距離37≦3次元モデル33から視点までの距離
の距離関係を満たすとき、設備詳細度決定部4は、3次元モデル31を設備詳細度レベル0、3次元モデル32を設備詳細度レベル1、3次元モデル33を設備詳細度レベル2と決定する。
For the three-dimensional models 31 to 33, the distance calculated by the distance calculation unit 3 from the viewpoint to the three-dimensional model is
Distance from 3D model 31 to viewpoint <distance 36
Distance 36 ≦ Distance from 3D model 32 to viewpoint <Distance 37
When the distance 37 ≦ the distance relationship from the three-dimensional model 33 to the viewpoint is satisfied, the equipment detail level determination unit 4 sets the three-dimensional model 31 to the equipment detail level 0, the three-dimensional model 32 to the equipment detail level 1, 3 The dimension model 33 is determined as equipment detail level 2.

設備詳細度が決定されると、モデル切替部7は設備毎に決定された設備詳細度の簡略化モデルがデータ管理部6にあるかどうか調査を行い(ステップST6)、見つけられた場合は簡略化モデルの切替えを行い(ステップST7)、決定された設備詳細度の簡略化モデルが3次元形状表示部1にて描画される(ステップST2)。   When the equipment detail level is determined, the model switching unit 7 investigates whether the data management unit 6 has a simplified model of the equipment detail level determined for each equipment (step ST6). The simplified model is switched (step ST7), and the simplified model of the equipment detail level determined is drawn on the three-dimensional shape display unit 1 (step ST2).

一方、決定された設備詳細度の簡略化モデルがまだ作成されていない場合は、簡略化モデル作成部5にて、簡略化モデルを生成する。簡略化モデル作成部5での簡略化モデルの生成としては、先ず、簡略化計算部11によって3次元モデルの簡略化を行う(ステップST8)。簡略化手法としては、公知技術であるボクセル近似を採用する。   On the other hand, if the simplified model of the determined equipment detail level has not yet been created, the simplified model creating unit 5 generates a simplified model. As the generation of the simplified model in the simplified model creating unit 5, first, the simplified calculation unit 11 simplifies the three-dimensional model (step ST8). As a simplification method, voxel approximation which is a known technique is adopted.

ボクセル近似を用いた設備詳細度による簡略化説明を行う。ボクセル近似は通常は任意のサイズの立方体によって簡略化形状を表現する。本発明では、適用するボクセルのサイズを各辺の分割数にて指定する。図4は3次元設備モデルからボクセルに分割する手法を表している。この図では、3次元モデル40とその外接長方形41、外接長方形を構成する直方体42を図示している。図示のように、外接長方形41を、x軸、y軸、z軸に沿って各辺を分割し、小さな直方体42を作成する。この直方体42をボクセルと呼ぶ。各ボクセルに対して、その領域内に3次元モデルが含まれているかどうかを調べる。図5では、ボクセルとその中に含まれる3次元モデルの一部を示している。3次元モデルの一部50とその周辺のボクセル51〜54である。3次元モデル50がその領域内に含まれるボクセル53とボクセル54とは描画され、3次元モデル50がその領域内に含まれないボクセル51とボクセル52とは描画しない。その結果、描画されるボクセルの集合体を簡略化モデルとする。   Simplified explanation by facility detail using voxel approximation. The voxel approximation usually represents a simplified shape by a cube of any size. In the present invention, the size of the voxel to be applied is specified by the number of divisions of each side. FIG. 4 shows a method of dividing the three-dimensional equipment model into voxels. In this figure, a three-dimensional model 40, its circumscribed rectangle 41, and a rectangular parallelepiped 42 constituting the circumscribed rectangle are illustrated. As shown in the drawing, a circumscribed rectangle 41 is divided along the x-axis, y-axis, and z-axis to create a small rectangular parallelepiped 42. This rectangular parallelepiped 42 is called a voxel. For each voxel, a check is made to see if a 3D model is included in that region. FIG. 5 shows a voxel and a part of a three-dimensional model included therein. A part 50 of the three-dimensional model and its surrounding voxels 51-54. The voxel 53 and voxel 54 in which the three-dimensional model 50 is included in the region are drawn, and the voxel 51 and voxel 52 in which the three-dimensional model 50 is not included in the region are not drawn. As a result, a collection of voxels to be drawn is used as a simplified model.

図6にて、ステップST8の簡略化計算部11による設備詳細度を用いた簡略化モデル作成の詳細な処理フローチャートを示す。先ず、簡略化計算部11は、3次元モデルの外接長方形を作成し(ステップST61)、各辺を軸に沿って外接長方形を分割し、ボクセルを作成する(ステップST62)。次に、簡略化計算部11は、ボクセルの領域内に3次元モデルのポリゴンが含まれているかどうか判定を行い(ステップST63)、含まれる場合はボクセルを表示し(ステップST64)、含まれない場合はボクセルを非表示(ステップST65)とする処理を全てのボクセルに対して行う(ステップST66)。   In FIG. 6, the detailed process flowchart of the simplification model creation using the equipment detail level by the simplification calculation part 11 of step ST8 is shown. First, the simplification calculation unit 11 creates a circumscribed rectangle of the three-dimensional model (step ST61), divides the circumscribed rectangle along each side along the axis, and creates a voxel (step ST62). Next, the simplification calculation unit 11 determines whether or not the three-dimensional model polygon is included in the voxel region (step ST63), and if included, displays the voxel (step ST64) and does not include it. In this case, the process of hiding the voxels (step ST65) is performed for all the voxels (step ST66).

3次元モデルの各辺の分割数は詳細度のレベルに応じて設定される。分割数を大きくすれば、簡略モデルを構成するボクセルのサイズは小さくなり、細部まで表現できるようになるため、詳細度の高いモデルが生成される。そのため、詳細度のレベルが小さいほど、分割数は大きく設定される。それぞれの詳細度のレベルに応じた各辺の分割数はユーザ設定管理データベース21にて登録されている。   The number of divisions on each side of the three-dimensional model is set according to the level of detail. If the number of divisions is increased, the size of the voxel constituting the simplified model is reduced and the details can be expressed, so that a model with a high degree of detail is generated. Therefore, the smaller the level of detail, the larger the number of divisions. The number of divisions of each side corresponding to each level of detail is registered in the user setting management database 21.

作成された簡略化モデルに対して、領域分割部12は推奨観測方向データベース23によって、それぞれの設備に対して定義されている推奨観測方向に応じて、複数の領域に分割を行う。図7は、3次元モデル70と推奨観測方向71を表している。推奨観測方向とは、ユーザが重視したい特徴が見える方向を予め指定する。例えば、3次元モデル70には、設備名の入ったネームプレートが見える推奨観測方向71が予め指定されている。   With respect to the created simplified model, the area dividing unit 12 divides into a plurality of areas according to the recommended observation direction defined for each facility by the recommended observation direction database 23. FIG. 7 shows a three-dimensional model 70 and a recommended observation direction 71. The recommended observation direction designates in advance a direction in which a feature that the user wants to emphasize can be seen. For example, in the three-dimensional model 70, a recommended observation direction 71 in which a name plate containing a facility name can be seen is designated in advance.

図2に示すフローチャートにおいて、領域分割部12では、設備毎に設定された推奨観測方向からの平行光線をステップST8で得られた簡略化モデルに照射し(ステップST9)、平行光線に照らされる領域と平行光線の照らされない領域に分割を行う。部分詳細度決定部13は、平行光線に照らされる領域および平行光線に照らされない領域の2つの領域に対して、現在割り当てられている設備詳細度からの相対詳細度を設定する。部分詳細度決定部13は、平行光線に照らされる領域は相対詳細度として0以下のレベルを割り当て(ステップST10)、平行光線に照らされない領域は0より大きいレベルを割り当てる(ステップST11)ことで各領域の部分詳細度を決定する。すなわち、平行光線に照らされる領域の相対詳細度のレベルは、平行光線に照らされない領域の相対詳細度のレベルよりも小さな値となる。
設備詳細度と相対詳細度、部分詳細度の関係は、
部分詳細度=設備詳細度+相対詳細度(0≦部分詳細度≦ユーザ設定管理データベース21にて登録されている詳細度のレベルの最大値)
のように示すことができる。したがって、平行光線に照らされる領域の部分詳細度のレベルは、平行光線に照らされない領域の部分詳細度のレベルよりも小さな値となる。上記のように設定された部分詳細度によって、ボクセルサイズを最終的に決定し、もう一度、設備詳細度による簡略化計算部11と同様の手法であるボクセル近似による簡略計算を行い(ステップST12)、簡略化モデルの作成を完了する。作成した簡略化モデルはデータ管理部6の簡略化モデルデータベース24に保存される(ステップST13)。そして、この保存された簡略化モデルがモデル切替部7によって切替えが行われ(ステップST7)、描画される(ステップST2)。
In the flowchart shown in FIG. 2, the region dividing unit 12 irradiates the simplified model obtained in step ST8 with parallel rays from the recommended observation direction set for each facility (step ST9), and is illuminated by the parallel rays. And divide into areas not illuminated by parallel rays. The partial detail level determination unit 13 sets the relative detail level from the currently assigned facility detail level for the two areas of the area illuminated by the parallel rays and the area not illuminated by the parallel rays. The partial detail level determination unit 13 assigns a level of 0 or less as a relative detail level to an area illuminated by parallel rays (step ST10), and assigns a level greater than 0 to an area not illuminated by parallel rays (step ST11). Determine the partial detail level of the region. That is, the level of relative detail of the region illuminated by the parallel rays is a value smaller than the level of relative detail of the region not illuminated by the parallel rays.
The relationship between equipment detail, relative detail, and partial detail is
Partial detail level = equipment detail level + relative detail level (0 ≦ partial detail level ≦ maximum level of detail level registered in the user setting management database 21)
It can be shown as follows. Therefore, the level of the partial detail level of the region illuminated by the parallel rays is smaller than the level of the partial detail level of the region not illuminated by the parallel rays. The voxel size is finally determined based on the partial detail level set as described above, and the simplified calculation by the voxel approximation which is the same method as the simplified calculation unit 11 by the facility detail level is performed again (step ST12). Complete the creation of the simplified model. The created simplified model is stored in the simplified model database 24 of the data management unit 6 (step ST13). Then, the saved simplified model is switched by the model switching unit 7 (step ST7) and drawn (step ST2).

図8は、簡略化モデル80に推奨観測方向からの平行光線81を照射している状態を図示したものである。また、図9は、図8を上から見た図である。図9では、平行光線81に照らされている領域90と、平行光線に照らされない領域91に分割している。領域90に対して相対詳細度−1を設定し、領域91に対して相対詳細度0を設定した結果生成される簡略化モデルを図10に示す。図10では、簡略化モデル100を推奨観測方向から見た様子が示されており、ユーザが重視した方向(推奨観測方向)を詳細に表示することが可能となっている。また、図11では簡略化モデルを推奨観測方向の反対側から見た図を示しており、同じ簡略化モデルでありながら詳細度の低い簡略化モデルとして表示されている。   FIG. 8 illustrates a state in which the simplified model 80 is irradiated with the parallel light beam 81 from the recommended observation direction. FIG. 9 is a view of FIG. 8 as viewed from above. In FIG. 9, it is divided into a region 90 illuminated by parallel rays 81 and a region 91 not illuminated by parallel rays. FIG. 10 shows a simplified model generated as a result of setting the relative detail level −1 for the region 90 and setting the relative detail level 0 for the region 91. FIG. 10 shows a state in which the simplified model 100 is viewed from the recommended observation direction, and it is possible to display in detail the direction (recommended observation direction) emphasized by the user. Further, FIG. 11 shows a view of the simplified model as viewed from the opposite side of the recommended observation direction, and is displayed as a simplified model with a low level of detail although it is the same simplified model.

また、推奨観測方向は設備によって複数設定してもよい。その場合は、推奨観測方向に優先度を設定し、優先度の高い推奨観測方向からの平行光線によって照らされている領域には絶対値の大きな相対詳細度を設定する。一方で、優先度の低い推奨観測方向からの平行光線によって照らされている領域には絶対値の小さな相対詳細度を設定する。   A plurality of recommended observation directions may be set depending on the equipment. In that case, a priority is set in the recommended observation direction, and a relative detail level having a large absolute value is set in an area illuminated by parallel rays from the recommended observation direction having a high priority. On the other hand, a relative detail level with a small absolute value is set in a region illuminated by parallel rays from a recommended observation direction with a low priority.

このように、本実施の形態では、設備毎に観測に適した方向である推奨観測方向を考慮して、3次元モデルの領域分割を行い、部分的な詳細度である部分詳細度を割り当てて、簡略化モデルを作成している。そのため、一つの簡略化モデルにおいて部分的に異なる複数の詳細度を表現し、複数のモデルを切り替えることなく、ユーザの観測方向(推奨観測方向)を考慮した表示が可能になる。その結果、LODを採用した簡略化表示において、設備毎に保持しなければならない詳細度の異なる簡略化モデルの数を削減することが可能となる。   As described above, in the present embodiment, in consideration of the recommended observation direction which is a direction suitable for observation for each facility, the region of the three-dimensional model is divided and a partial detail level which is a partial detail level is assigned. A simplified model is being created. Therefore, a plurality of partially different levels of detail can be expressed in one simplified model, and display can be performed in consideration of the user's observation direction (recommended observation direction) without switching between the plurality of models. As a result, in the simplified display employing LOD, it is possible to reduce the number of simplified models with different levels of detail that must be held for each facility.

また、本実施の形態では、設備毎に観測に適した方向である推奨観測方向をデータベースに格納しており、格納している推奨観測方向に基づいて3次元モデルの部分簡略化を行って、簡略化モデルを作成している。つまり、簡略化モデルの切替えを行わずに一つの簡略化モデルを表示しておいても、見る方向を変えると自然に観測に適した方向とされた方向(推奨観測方向)から3次元モデルを観察する場合には、詳細度の高い表示(詳細度のレベルとしては小さい)がなされる。一方で、推奨観測方向から大きく外れた反対側から3次元モデルを見た場合には、詳細度の低い表示(詳細度のレベルとしては大きい)が行われる。その結果、表示結果の品質を低下させることなく、表示速度の高速化が可能となる。   Moreover, in this embodiment, the recommended observation direction which is a direction suitable for observation for each facility is stored in the database, and the 3D model is partially simplified based on the stored recommended observation direction. A simplified model is being created. In other words, even if one simplified model is displayed without switching the simplified model, if the viewing direction is changed, the three-dimensional model is automatically selected from the direction (recommended observation direction) that has been made suitable for observation. In the case of observation, a display with a high level of detail is made (the level of detail is small). On the other hand, when the three-dimensional model is viewed from the opposite side greatly deviating from the recommended observation direction, display with a low level of detail (a level of detail is large) is performed. As a result, the display speed can be increased without degrading the quality of the display result.

以上のように、実施の形態1の3次元形状表示装置によれば、表示する3次元モデルから視点までの距離に応じた設備詳細度を決定する設備詳細度決定部4と、設備詳細度に基づいて簡略化する3次元モデルを、3次元モデルに対する推奨観測方向からの平行光線に照らされる領域と平行光線に照らされない領域に領域分割し、それぞれの領域に、平行光線に照らされる領域の詳細度が平行光線に照らされない領域の詳細度よりも高くなるよう部分詳細度を与えて簡略化モデルを作成する簡略化モデル作成部5と、簡略化モデル作成部5で作成された簡略化モデルを表示する3次元形状表示部1とを備えたので、3次元モデル毎に保持しなければならないモデル数を削減し、重視すべき任意の特徴を残しながら3次元モデルの簡略化を行うことができる。   As described above, according to the three-dimensional shape display device of the first embodiment, the equipment detail level determination unit 4 that determines the equipment detail level according to the distance from the displayed 3D model to the viewpoint, and the equipment detail level The 3D model to be simplified is divided into a region illuminated by parallel rays from the recommended observation direction for the 3D model and a region not illuminated by parallel rays, and details of the regions illuminated by parallel rays in each region A simplified model creation unit 5 that creates a simplified model by giving a partial detail level so that the degree of detail is higher than the detail level of a region that is not illuminated by parallel rays, and the simplified model created by the simplified model creation unit 5 Since the 3D shape display unit 1 for displaying is provided, the number of models that must be held for each 3D model can be reduced, and the 3D model can be simplified while leaving any feature to be emphasized. Can.

また、実施の形態1の3次元形状表示装置によれば、視点を変更する視点情報変更部2と、視点情報変更部2で視点の変更があった場合、表示する3次元モデルから視点までの距離を計算する距離計算部3と、3次元モデルの推奨観測方向を管理すると共に、簡略化モデル作成部5で作成された簡略化モデルを設備詳細度に基づいて管理するデータ管理部6と、距離計算部3で求められた距離に応じて求められた設備詳細度に対応した簡略化モデルをデータ管理部6から取り出し、取り出した簡略化モデルを3次元形状表示部1で表示する簡略化モデルとして送出するモデル切替部7とを備えたので、視点方向に応じて複数の詳細度の簡略化モデルを切り替えることなく、見る方向(推奨観測方向)というパラメータを付加した適切な3次元形状簡略表示が可能となり、表示速度の高速化を図ることが可能になる。また、任意の方向を推奨観測方向として指定することができるため、ユーザが残したい特徴を表現した簡略化モデルを作成することが可能である。   In addition, according to the three-dimensional shape display device of the first embodiment, when there is a viewpoint change in the viewpoint information changing unit 2 that changes the viewpoint and the viewpoint information changing unit 2, from the displayed three-dimensional model to the viewpoint A distance calculation unit 3 that calculates the distance, a data management unit 6 that manages the recommended observation direction of the three-dimensional model, and manages the simplified model created by the simplified model creation unit 5 based on the equipment detail level; A simplified model that extracts a simplified model corresponding to the degree of equipment detail determined according to the distance determined by the distance calculation unit 3 from the data management unit 6 and displays the extracted simplified model on the three-dimensional shape display unit 1 And a model switching unit 7 for sending out, so that appropriate three-dimensional parameters with a parameter of viewing direction (recommended observation direction) are added without switching a plurality of simplified models according to the viewpoint direction. Jo simplified representations becomes possible, it becomes possible to increase the speed of display speed. In addition, since any direction can be designated as the recommended observation direction, it is possible to create a simplified model that expresses the features that the user wants to keep.

また、実施の形態1の3次元形状表示プログラムによれば、コンピュータを、表示する3次元モデルから視点までの距離に応じた設備詳細度を決定する設備詳細度決定部4と、設備詳細度に基づいて簡略化する3次元モデルを、3次元モデルに対する推奨観測方向からの平行光線に照らされる領域と平行光線に照らされない領域に領域分割し、それぞれの領域に、平行光線に照らされる領域の詳細度が平行光線に照らされない領域の詳細度よりも高くなるよう部分詳細度を与えて作成する簡略化モデル作成部5として機能させ、かつ、簡略化モデル作成部5で作成された簡略化モデルを表示させるようにしたので、3次元モデル毎に保持しなければならないモデル数を削減し、重視すべき任意の特徴を残しながら3次元モデルの簡略化を行うことのできる3次元形状表示装置をコンピュータ上に実現することができる。   In addition, according to the three-dimensional shape display program of the first embodiment, the equipment detail degree determining unit 4 that determines the equipment detail degree according to the distance from the displayed three-dimensional model to the viewpoint, and the equipment detail degree The 3D model to be simplified is divided into a region illuminated by parallel rays and a region not illuminated by parallel rays from the recommended observation direction for the 3D model, and details of the regions illuminated by parallel rays are divided into each region. The simplified model created by the simplified model creating unit 5 is made to function as the simplified model creating unit 5 created by giving a partial detail level so that the degree of detail is higher than the detail level of the region not illuminated by parallel rays. Since it is displayed, the number of models that must be retained for each three-dimensional model is reduced, and the three-dimensional model is simplified while leaving any feature to be emphasized. It is possible to realize a three-dimensional shape display device capable of bets on the computer.

実施の形態2.
図12は、実施の形態2による3次元形状表示装置の構成を示すブロック図である。実施の形態2では、図1に示された実施の形態1における3次元形状表示装置の構成に加え、簡略化モデル作成部5によって作成された簡略化モデルデータを圧縮して保存する保存形式変換部120と、圧縮された保存データを描画モデルに変換する描画モデル変換部121とを有している。その他の構成は実施の形態1の3次元形状表示装置と同様であるため、対応する部分に同一符号を付してその説明を省略する。
Embodiment 2. FIG.
FIG. 12 is a block diagram illustrating a configuration of the three-dimensional shape display device according to the second embodiment. In the second embodiment, in addition to the configuration of the three-dimensional shape display device in the first embodiment shown in FIG. 1, the storage format conversion for compressing and storing the simplified model data created by the simplified model creating unit 5 Unit 120 and a drawing model conversion unit 121 that converts the compressed saved data into a drawing model. Since the other configuration is the same as that of the three-dimensional shape display device of the first embodiment, the corresponding parts are denoted by the same reference numerals and description thereof is omitted.

ボクセル近似を適用した簡略化モデルを保存する場合、通常全ボクセル数の表示非表示をデータとして保持する必要がある。そのため、ボクセル数が多くなるとデータサイズが大きくなる。そこで、保存形式変換部120では、圧縮したデータ形式に変換を行う。図13はデータ圧縮の処理フローチャートである。全ボクセルに対して(ステップST130)、表示、非表示の判定を行い(ステップST131)、表示ボクセルまたは非表示ボクセルの連続数を保存する(ステップST132)。   When saving a simplified model to which voxel approximation is applied, it is usually necessary to retain the display / non-display of the total number of voxels as data. Therefore, the data size increases as the number of voxels increases. Therefore, the storage format conversion unit 120 performs conversion to a compressed data format. FIG. 13 is a processing flowchart of data compression. For all the voxels (step ST130), display / non-display is determined (step ST131), and the continuous number of display voxels or non-display voxels is stored (step ST132).

図14は圧縮手法を表している。ボクセル近似による簡略化モデル140とデータを格納する順番を示す矢印141、ボクセルの連続領域142と143、配列の値144〜147が図示されている。簡略化モデル140を矢印141の向きにデータを保存する場合、先ず表示ボクセルか非表示ボクセルかの判定を行う。表示ボクセルを1、非表示ボクセルを0としてデータに格納する。連続領域142では表示ボクセルの連続数2となる。配列値144には表示ボクセルを示す1を代入し、配列値145には連続数2が代入される。連続領域143では非表示ボクセルの連続数2となるため、配列値146には表示ボクセルを示す0を代入し、配列値147には連続数2が代入される。   FIG. 14 shows a compression method. A simplified model 140 based on voxel approximation, an arrow 141 indicating the order of storing data, continuous regions 142 and 143 of voxels, and array values 144 to 147 are shown. When the simplified model 140 stores data in the direction of the arrow 141, it is first determined whether it is a display voxel or a non-display voxel. The display voxel is stored as 1 and the non-display voxel is stored as 0. In the continuous area 142, the number of continuous display voxels is two. 1 indicating the display voxel is assigned to the array value 144, and 2 is assigned to the array value 145. In the continuous area 143, since the number of continuous non-display voxels is 2, 0 indicating the display voxel is substituted for the array value 146, and 2 for the array value 147.

本発明では、ボクセルサイズを外接長方形の分割数で指定しているため、配列に格納されるのは必ず整数である。加えて、ボクセルの表示・非表示と表示ボクセルまたは非表示のボクセルの連続数を1次元配列に格納するため、データ領域を削減することができる。   In the present invention, the voxel size is specified by the number of divisions of the circumscribed rectangle, and therefore, an integer is always stored in the array. In addition, since the display / non-display of voxels and the display voxels or the continuous number of non-display voxels are stored in a one-dimensional array, the data area can be reduced.

描画モデル変換部121は、圧縮したデータから描画モデルを作成する。描画モデル作成用に原点に位置する立方体のデータを一つ用意する。この立方体に対して、拡大・縮小、移動によって描画モデルを描画する。図15は描画モデル変換部121の処理フローチャートである。保存データの配列の奇数番目には表示ボクセルか非表示ボクセルかを示す数値が格納されており、この数値に基づいて表示ボクセルか否かを判定する(ステップST150)。ステップST150において表示ボクセルであった場合、偶数番目の数値を参照する。偶数番目には表示ボクセルの連続数が格納されている。表示ボクセルの場合は、外接長方形と各辺の分割数からボクセルサイズを特定し、立方体を拡大・縮小をする。次にボクセルの連続数分拡大を行う(ステップST151)。このようにして作成された直方体を今まで処理したボクセルの総数から配置すべき位置を特定し(ステップST152)、移動を行う(ステップST153)。この処理を配列に格納されている全てのデータに対して行うことで(ステップST154)、一つの立方体データから簡略化モデルである描画モデルを作成することができる。図16は描画モデル変換部121によって、図14の簡略化モデル140の保存データを描画した状態を示す図である。
このように保存形式変換部120と描画モデル変換部121を用いれば、保存データを小さく圧縮することができ、描画においても一つの立方体データから構築し、描画するボクセル数を減らし、描画速度の向上が可能である。
The drawing model conversion unit 121 creates a drawing model from the compressed data. One piece of cube data located at the origin is prepared for creating a drawing model. A drawing model is drawn on the cube by enlarging / reducing and moving. FIG. 15 is a processing flowchart of the drawing model conversion unit 121. A numerical value indicating whether it is a display voxel or a non-display voxel is stored in the odd-numbered array of the stored data, and it is determined whether or not it is a display voxel based on this numerical value (step ST150). If it is a display voxel in step ST150, the even number is referred to. The even number stores the number of consecutive display voxels. In the case of a display voxel, the voxel size is specified from the circumscribed rectangle and the number of divisions of each side, and the cube is enlarged or reduced. Next, enlargement is performed by the number of continuous voxels (step ST151). The position where the rectangular parallelepiped thus created is to be arranged is determined from the total number of voxels processed so far (step ST152) and moved (step ST153). By performing this process on all the data stored in the array (step ST154), a drawing model that is a simplified model can be created from one piece of cube data. FIG. 16 is a diagram illustrating a state where the storage data of the simplified model 140 in FIG. 14 is drawn by the drawing model conversion unit 121.
If the storage format conversion unit 120 and the drawing model conversion unit 121 are used in this way, the storage data can be compressed to a small size, and even in drawing, it is constructed from one cube data, the number of voxels to be drawn is reduced, and the drawing speed is improved. Is possible.

以上のように、実施の形態2の3次元形状表示装置によれば、簡略化モデル作成部5で作成された簡略化モデルデータを圧縮してデータ管理部6に保存する保存形式変換部120と、データ管理部6より圧縮された簡略化モデルデータを取り出す場合、圧縮された簡略化モデルデータを伸長する描画モデル変換部121とを備えたので、保存データを小さく圧縮することができ、データ管理部6の資源の有効利用を図ることができる。   As described above, according to the three-dimensional shape display device of the second embodiment, the storage format conversion unit 120 that compresses the simplified model data created by the simplified model creation unit 5 and stores it in the data management unit 6. In the case of extracting the compressed simplified model data from the data management unit 6, since the drawing model conversion unit 121 for decompressing the compressed simplified model data is provided, the stored data can be compressed to be small, and the data management The resources of the part 6 can be used effectively.

また、実施の形態2の3次元形状表示装置によれば、保存形式変換部120は、ボクセル近似を適用した簡略化モデルのデータに対して、ボクセルサイズを簡略化モデルの各辺の分割数によって定義し、ボクセルの表示・非表示情報と表示ボクセルまたは非表示のボクセルの連続数とを整数で配列したデータとするようにしたので、保存データ領域を小さく圧縮することができる。   Further, according to the three-dimensional shape display device of the second embodiment, the storage format conversion unit 120 sets the voxel size to the simplified model data to which the voxel approximation is applied according to the number of divisions of each side of the simplified model. Since the data is defined and the voxel display / non-display information and the display voxel or the continuous number of non-display voxels are arranged as integers, the storage data area can be compressed to be small.

また、実施の形態2の3次元形状表示装置によれば、描画モデル変換部121は、ボクセルの表示・非表示情報と表示ボクセルまたは非表示のボクセルの連続数とを整数で配列したデータに対して、簡略化モデルの各辺の分割数によってボクセルサイズを特定し、かつ、連続数によって表示ボクセルを拡大し、簡略化モデルを生成するようにしたので、不均一なサイズのボクセルによって簡略化モデルを表現することで、描画するボクセル数を減らし、描画速度の向上が可能である。   Further, according to the three-dimensional shape display device of the second embodiment, the drawing model conversion unit 121 performs processing for data in which voxel display / non-display information and the continuous number of display voxels or non-display voxels are arranged as integers. Since the voxel size is specified by the number of divisions of each side of the simplified model and the display voxel is enlarged by the continuous number to generate the simplified model, the simplified model is generated by non-uniformly sized voxels. By expressing, the number of voxels to be drawn can be reduced and the drawing speed can be improved.

実施の形態3.
図17は、実施の形態3による3次元形状表示装置の構成を示すブロック図である。実施の形態3では、図1に示された実施の形態1における3次元形状表示装置の構成に加え、設備情報を部品に分けて管理する部品データベース170を有している。即ち、実施の形態3では、3次元モデルを部品毎に構築し、部品に関する情報と共に部品データベース170にて管理する。また、設備データベース22aでは、設備の構成部品、部品の配置情報、設備の配置情報、設備の管理番号や製造年月日等の情報を管理する。更に、簡略化モデル作成部5aでは、基本的な機能は実施の形態1、2と同様であるが、簡略化モデルの作成を部品データベース170の部品を用いて行うよう構成されている。その他の構成は実施の形態1と同様であるため、対応する部分に同一符号を付してその説明を省略する。
Embodiment 3 FIG.
FIG. 17 is a block diagram illustrating a configuration of a three-dimensional shape display device according to the third embodiment. In the third embodiment, in addition to the configuration of the three-dimensional shape display device in the first embodiment shown in FIG. 1, a component database 170 that manages facility information divided into components is provided. That is, in the third embodiment, a three-dimensional model is constructed for each part and managed in the part database 170 together with information about the part. Further, the equipment database 22a manages information such as equipment component parts, parts placement information, equipment placement information, equipment management numbers and manufacturing dates. Further, the basic function of the simplified model creating unit 5a is the same as in the first and second embodiments, but the simplified model is created using the parts in the parts database 170. Since other configurations are the same as those of the first embodiment, the corresponding parts are denoted by the same reference numerals and description thereof is omitted.

図18は、部品毎に管理した場合の描画処理フローチャートである。図2に示すST1およびST2に替わって、図18に示す描画処理が実行される。3次元形状表示部1では、設備データベース22aの情報から必要な部品を、部品データベース170から構成部品のモデルを取り出し(ステップST180)、各部品の配置情報を基に回転・移動して設備の3次元モデルの一部として構築する(ステップST181)。次に設備の配置情報を基に回転・移動を行い(ステップST182)、指定された位置に描画を行う(ステップST183)。   FIG. 18 is a drawing process flowchart in the case of managing each part. In place of ST1 and ST2 shown in FIG. 2, the drawing process shown in FIG. 18 is executed. In the three-dimensional shape display unit 1, necessary parts are extracted from the information in the equipment database 22a, components models are extracted from the parts database 170 (step ST180), and the equipment 3 is rotated and moved based on the arrangement information of each part. It is constructed as a part of the dimensional model (step ST181). Next, rotation / movement is performed based on the equipment arrangement information (step ST182), and drawing is performed at the designated position (step ST183).

即ち、実施の形態3では、一つの設備を一つの3次元モデルデータとして作成するのではなく、部品データベース170における種々の部品の集合として3次元モデルを構成する。共通の部品を使用する部分は、部品データベース170より部品データを読み込み、このデータを雛形として必要となる数だけ複製し、回転、移動、拡大縮小を行い、所定の位置に配置して作成する。その結果、設備全体での共通部分となる部品の分だけ、3次元モデルの作成費用を削減することができる。また、簡略化モデル作成部5aにおける簡略化モデルの生成コストについても、共通部品かつ同じ詳細度の部分は同じものを複製すればよいので、生成コストを削減することができる。
上記の手法を用いれば、設備間で部品を共通化することができ、3次元モデルの作成費用及び簡略化モデルの生成コストを削減することが可能である。
That is, in the third embodiment, one facility is not created as one three-dimensional model data, but a three-dimensional model is configured as a set of various components in the component database 170. A part that uses a common part is created by reading part data from the part database 170, copying this data as many times as necessary, performing rotation, movement, enlargement / reduction, and placing the data at a predetermined position. As a result, the cost for creating a three-dimensional model can be reduced by the amount of parts that are common parts in the entire facility. Also, with regard to the generation cost of the simplified model in the simplified model creating unit 5a, the common parts and the same level of detail need only be duplicated, so that the generation cost can be reduced.
By using the above method, it is possible to share parts among facilities, and it is possible to reduce the cost of creating a three-dimensional model and the cost of generating a simplified model.

以上のように、実施の形態3の3次元形状表示装置によれば、データ管理部6は、表示する3次元モデルを部品毎に分けて管理する部品データベース170を有し、3次元形状表示部1は、部品データベース170の部品を用いて3次元モデルを作成するようにしたので、3次元モデル間で部品を共通化することができ、3次元モデルの作成費用及び簡略化モデルの生成コストを削減することができる。   As described above, according to the three-dimensional shape display device of the third embodiment, the data management unit 6 has the parts database 170 that manages the three-dimensional model to be displayed separately for each part. 1, since the 3D model is created using the parts of the parts database 170, the parts can be shared among the 3D models, and the creation cost of the 3D model and the generation cost of the simplified model can be reduced. Can be reduced.

実施の形態4.
図19は、実施の形態4による3次元形状表示装置の構成を示すブロック図である。実施の形態4では、図1に示された実施の形態1の3次元形状表示装置の構成に加え、任意の設備を選択することで適切な視点からの描画を行う設備選択部190を有している。即ち、設備選択部190は、3次元形状表示部1で3次元モデルを表示する場合、3次元モデル毎に設定された推奨観測距離で表示するよう指示するものである。また、推奨観測方向データベース23aには、推奨観測方向に加えて推奨観測距離のデータを保持している。これ以外の構成は図1に示す実施の形態1と同様であるため、対応する部分に同一符号を付してその説明を省略する。
Embodiment 4 FIG.
FIG. 19 is a block diagram illustrating a configuration of a three-dimensional shape display device according to the fourth embodiment. In the fourth embodiment, in addition to the configuration of the three-dimensional shape display device of the first embodiment shown in FIG. 1, a facility selection unit 190 that performs drawing from an appropriate viewpoint by selecting an arbitrary facility is provided. ing. That is, the equipment selection unit 190 instructs the 3D shape display unit 1 to display the 3D model at the recommended observation distance set for each 3D model. The recommended observation direction database 23a holds data of recommended observation distances in addition to the recommended observation directions. Since the configuration other than this is the same as that of the first embodiment shown in FIG. 1, the same reference numerals are given to corresponding portions, and the description thereof is omitted.

実施の形態4において、設備選択部190の用途は、各設備へのフォーカスである。例えば、設備の名前一覧表示や3D画面表示内から任意に設備を選択したとする。その際、設備情報の表示と共に、任意の設備にフォーカスし画面に表示する。任意の設備にフォーカスする場合、設備のサイズを考慮し、画面に収まるサイズでかつ最大に表示されるような位置に視点を移動させる方法がある。この方法では、設備が密集していると、フォーカスしたい設備の全体が画面に収まる位置に視点を置くと、手前に他の設備が映り込んで邪魔になる場合がある。また、設備が密集している場合、設備から離れすぎると他の設備に隠れて見えなかったり、一方、近づきすぎると全体像を捉えることができなかったりする。   In the fourth embodiment, the use of the equipment selection unit 190 is a focus on each equipment. For example, it is assumed that the equipment is arbitrarily selected from the equipment name list display or the 3D screen display. At that time, along with the display of the equipment information, the arbitrary equipment is focused and displayed on the screen. When focusing on an arbitrary facility, there is a method in which the viewpoint is moved to a position that can be displayed on the screen in a size that fits on the screen in consideration of the size of the facility. In this method, if the facilities are dense, if the viewpoint is placed at a position where the entire facility to be focused fits on the screen, other facilities may be reflected in front of the screen. In addition, when facilities are densely packed, if they are too far away from the facilities, they are hidden behind other facilities and cannot be seen. On the other hand, if they are too close, the whole picture cannot be captured.

そこで、実施の形態4では、推奨観測方向データベース23aにおいて推奨観測距離と推奨観測方向とを設備毎に保持する。推奨観測距離とは、設備と視点における観測に適した距離である。そして、設備選択部190では、任意の設備が選択された場合、その設備に対応した推奨観測距離を推奨観測方向データベース23aから取得し、視点をその推奨観測距離に移動するよう指示する。これにより、3次元形状表示部1における3次元モデルの表示において、瞬時に任意の設備に対する適切な視点からの描画を得ることができる。   Thus, in the fourth embodiment, the recommended observation distance and the recommended observation direction are held for each facility in the recommended observation direction database 23a. The recommended observation distance is a distance suitable for observation from the facility and the viewpoint. Then, when an arbitrary facility is selected, the facility selection unit 190 acquires a recommended observation distance corresponding to the facility from the recommended observation direction database 23a, and instructs to move the viewpoint to the recommended observation distance. Thereby, in the display of the three-dimensional model in the three-dimensional shape display unit 1, it is possible to obtain a drawing from an appropriate viewpoint for an arbitrary facility instantly.

以上のように、実施の形態4の3次元形状表示装置によれば、3次元形状表示部1で3次元モデルを表示する場合、3次元モデル毎に設定された推奨観測距離で表示するよう指示する設備選択部190を備えたので、例えば、3次元モデルが設備モデルであった場合、設備が密集していても任意の設備に対して、推奨観測方向と推奨観測距離によって、他の設備が重なったりすることなく全体像を捉えることが出来る適切な視点からの描画を瞬時に得ることが可能である。   As described above, according to the three-dimensional shape display device of the fourth embodiment, when a three-dimensional model is displayed on the three-dimensional shape display unit 1, an instruction to display at the recommended observation distance set for each three-dimensional model is given. For example, when the three-dimensional model is an equipment model, other equipment can be selected according to the recommended observation direction and the recommended observation distance for any equipment even if the equipment is dense. It is possible to instantaneously obtain a drawing from an appropriate viewpoint that can capture the whole image without overlapping.

尚、上記各実施の形態を必要に応じて組み合わせても良い。例えば、実施の形態2以外でも保存形式変換部120や描画モデル変換部121を備えたり、実施の形態3の部品データベース170を他の実施の形態でも備えたりする、といったように構成してもよい。   In addition, you may combine said each embodiment as needed. For example, the storage format conversion unit 120 and the drawing model conversion unit 121 may be provided other than the second embodiment, or the component database 170 of the third embodiment may be provided in other embodiments. .

1 3次元形状表示部、2 視点情報変更部、3 距離計算部、4 設備詳細度決定部、5,5a 簡略化モデル作成部、6 データ管理部、7 モデル切替部、11 簡略化計算部、12 領域分割部、13 部分詳細度決定部、14 部分簡略化計算部、21 ユーザ設定管理データベース、22,22a 設備データベース、23,23a 推奨観測方向データベース、24 簡略化モデルデータベース、120 保存形式変換部、121 描画モデル変換部、170 部品データベース、190 設備選択部。   1 3D shape display unit, 2 viewpoint information change unit, 3 distance calculation unit, 4 equipment detail level determination unit, 5, 5a simplified model creation unit, 6 data management unit, 7 model switching unit, 11 simplified calculation unit, 12 region division unit, 13 partial detail determination unit, 14 partial simplification calculation unit, 21 user setting management database, 22, 22a equipment database, 23, 23a recommended observation direction database, 24 simplified model database, 120 storage format conversion unit 121 Drawing model conversion unit, 170 parts database, 190 equipment selection unit.

Claims (8)

表示する3次元モデルから視点までの距離に応じた設備詳細度を決定する設備詳細度決定部と、
前記設備詳細度に基づいて簡略化する3次元モデルを、当該3次元モデルに対する推奨観測方向からの平行光線に照らされる領域と前記平行光線に照らされない領域に領域分割し、それぞれの領域に、前記平行光線に照らされる領域の詳細度が前記平行光線に照らされない領域の詳細度よりも高くなるよう部分詳細度を与えて簡略化モデルを作成する簡略化モデル作成部と、
前記簡略化モデル作成部で作成された簡略化モデルを表示する3次元形状表示部とを備えた3次元形状表示装置。
An equipment detail level determination unit that determines an equipment detail level according to the distance from the three-dimensional model to be displayed to the viewpoint;
The three-dimensional model that is simplified based on the facility detail level is divided into a region that is illuminated by parallel rays from a recommended observation direction for the three-dimensional model and a region that is not illuminated by the parallel rays. A simplified model creation unit that creates a simplified model by giving a partial detail level such that the detail level of the region illuminated by the parallel rays is higher than the detail level of the region not illuminated by the parallel rays;
A three-dimensional shape display device comprising: a three-dimensional shape display unit that displays the simplified model created by the simplified model creation unit.
視点を変更する視点情報変更部と、
前記視点情報変更部で視点の変更があった場合、表示する3次元モデルから視点までの距離を計算する距離計算部と、
前記3次元モデルの推奨観測方向を管理すると共に、簡略化モデル作成部で作成された簡略化モデルを設備詳細度に基づいて管理するデータ管理部と、
前記距離計算部で求められた距離に応じて求められた設備詳細度に対応した簡略化モデルを前記データ管理部から取り出し、当該取り出した簡略化モデルを3次元形状表示部で表示する簡略化モデルとして送出するモデル切替部とを備えた請求項1記載の3次元形状表示装置。
A viewpoint information changing unit for changing the viewpoint;
A distance calculation unit that calculates a distance from the displayed three-dimensional model to the viewpoint when the viewpoint information is changed by the viewpoint information change unit;
A data management unit that manages the recommended observation direction of the three-dimensional model and manages the simplified model created by the simplified model creation unit based on the equipment detail level;
A simplified model that extracts a simplified model corresponding to the degree of equipment detail determined according to the distance determined by the distance calculation unit from the data management unit, and displays the extracted simplified model on a three-dimensional shape display unit The three-dimensional shape display apparatus according to claim 1, further comprising: a model switching unit that sends out as a model switching unit.
簡略化モデル作成部で作成された簡略化モデルデータを圧縮してデータ管理部に保存する保存形式変換部と、
前記データ管理部より圧縮された簡略化モデルデータを取り出す場合、当該圧縮された簡略化モデルデータを伸長する描画モデル変換部とを備えたことを特徴とする請求項2記載の3次元形状表示装置。
A storage format conversion unit that compresses the simplified model data created by the simplified model creation unit and saves it in the data management unit;
3. The three-dimensional shape display device according to claim 2, further comprising: a drawing model conversion unit that decompresses the compressed simplified model data when taking out the compressed simplified model data from the data management unit. .
保存形式変換部は、ボクセル近似を適用した簡略化モデルのデータに対して、ボクセルサイズを前記簡略化モデルの各辺の分割数によって定義し、ボクセルの表示・非表示情報と表示するボクセルまたは非表示のボクセルの連続数とを整数で配列したデータとすることを特徴とする請求項3記載の3次元形状表示装置。   The storage format conversion unit defines the voxel size by the number of divisions of each side of the simplified model for the data of the simplified model to which the voxel approximation is applied, and displays the voxel display / non-display information and the voxel to be displayed or not 4. The three-dimensional shape display apparatus according to claim 3, wherein the display is a data in which the continuous number of display voxels is arranged as an integer. 描画モデル変換部は、ボクセルの表示・非表示情報と表示するボクセルまたは非表示のボクセルの連続数とを整数で配列したデータに対して、簡略化モデルの各辺の分割数によってボクセルサイズを特定し、かつ、前記連続数によって表示ボクセルを拡大し、前記簡略化モデルを生成することを特徴とする請求項3記載の3次元形状表示装置。   The drawing model conversion unit specifies the voxel size based on the number of divisions on each side of the simplified model for data in which the display / non-display information of voxels and the number of voxels to be displayed or the number of consecutive voxels displayed are arranged as integers. 4. The three-dimensional shape display device according to claim 3, wherein the simplified model is generated by enlarging display voxels by the continuous number. データ管理部は、表示する3次元モデルを部品毎に分けて管理する部品データベースを有し、
3次元形状表示部は、前記部品データベースの部品を用いて3次元モデルを作成することを特徴とする請求項1から請求項5のうちのいずれか1項記載の3次元形状表示装置。
The data management unit has a parts database that manages a three-dimensional model to be displayed separately for each part,
The three-dimensional shape display device according to any one of claims 1 to 5, wherein the three-dimensional shape display unit creates a three-dimensional model using the components in the component database.
3次元形状表示部で3次元モデルを表示する場合、当該3次元モデル毎に設定された推奨観測距離で表示するよう指示する設備選択部を備えたことを特徴とする請求項1から請求項6のうちのいずれか1項記載の3次元形状表示装置。   7. An equipment selection unit for instructing to display at a recommended observation distance set for each of the three-dimensional models when a three-dimensional model is displayed on the three-dimensional shape display unit. The three-dimensional shape display apparatus of any one of these. コンピュータを、
表示する3次元モデルから視点までの距離に応じた設備詳細度を決定する設備詳細度決定部と、
前記設備詳細度に基づいて簡略化する3次元モデルを、当該3次元モデルに対する推奨観測方向からの平行光線に照らされる領域と平行光線の照らされない領域に領域分割し、それぞれの領域に、前記平行光線に照らされる領域の詳細度が前記平行光線に照らされない領域の詳細度よりも高くなるよう部分詳細度を与えて簡略化モデルを作成する簡略化モデル作成部として機能させ、
かつ、前記簡略化モデル作成部で作成された簡略化モデルを表示させるための3次元形状簡略表示プログラム。
Computer
An equipment detail level determination unit that determines an equipment detail level according to the distance from the three-dimensional model to be displayed to the viewpoint;
The three-dimensional model to be simplified based on the equipment detail level is divided into a region illuminated by parallel rays from a recommended observation direction for the three-dimensional model and a region not illuminated by parallel rays. Function as a simplified model creation unit that creates a simplified model by giving a partial detail level so that the detail level of the region illuminated by the light beam is higher than the detail level of the region not illuminated by the parallel light beam,
A three-dimensional shape simplified display program for displaying the simplified model created by the simplified model creating unit.
JP2009220677A 2009-09-25 2009-09-25 Three-dimensional shape display device and program Pending JP2011070387A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009220677A JP2011070387A (en) 2009-09-25 2009-09-25 Three-dimensional shape display device and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009220677A JP2011070387A (en) 2009-09-25 2009-09-25 Three-dimensional shape display device and program

Publications (1)

Publication Number Publication Date
JP2011070387A true JP2011070387A (en) 2011-04-07

Family

ID=44015623

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009220677A Pending JP2011070387A (en) 2009-09-25 2009-09-25 Three-dimensional shape display device and program

Country Status (1)

Country Link
JP (1) JP2011070387A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018074419A1 (en) * 2016-10-21 2018-04-26 株式会社ソニー・インタラクティブエンタテインメント Information processing device
WO2019039282A1 (en) * 2017-08-22 2019-02-28 ソニー株式会社 Image processing device and image processing method
WO2020049619A1 (en) * 2018-09-03 2020-03-12 株式会社ソニー・インタラクティブエンタテインメント Information processing device, information processing method, and program
JP2021002402A (en) * 2020-10-06 2021-01-07 株式会社ソニー・インタラクティブエンタテインメント Information processor
JP2022508162A (en) * 2019-04-12 2022-01-19 ▲騰▼▲訊▼科技(深▲セン▼)有限公司 Object construction methods, devices, computer equipment, and computer programs based on virtual environments

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03296176A (en) * 1990-04-13 1991-12-26 A T R Tsushin Syst Kenkyusho:Kk High-speed picture generating/displaying method
JPH10222699A (en) * 1997-01-31 1998-08-21 Fujitsu Ltd Data processor
JPH1124735A (en) * 1997-06-27 1999-01-29 Mitsubishi Electric Corp Plant operation support system
JP2001283245A (en) * 2000-03-30 2001-10-12 Konami Computer Entertainment Osaka:Kk Image processor, image processing method and readable recording medium in which image processing program is recorded
JP2002149718A (en) * 2000-11-08 2002-05-24 Fujitsu Nagano Systems Engineering Ltd Voxel division processing method and recording medium recorded with voxel division processing program
JP2004005752A (en) * 2003-09-08 2004-01-08 Namco Ltd Three-dimensional simulator, and information storage medium
JP2005346417A (en) * 2004-06-03 2005-12-15 Sega Corp Method for controlling display of object image by virtual three-dimensional coordinate polygon and image display device using the method
JP2006133940A (en) * 2004-11-04 2006-05-25 Matsushita Electric Ind Co Ltd Real-time image generation device using detail level
JP2008197776A (en) * 2007-02-09 2008-08-28 Fujitsu Ltd Shape simplification device for three-dimensional model, shape simplification method for three-dimensional model and shape simplification program for three-dimensional model

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03296176A (en) * 1990-04-13 1991-12-26 A T R Tsushin Syst Kenkyusho:Kk High-speed picture generating/displaying method
JPH10222699A (en) * 1997-01-31 1998-08-21 Fujitsu Ltd Data processor
JPH1124735A (en) * 1997-06-27 1999-01-29 Mitsubishi Electric Corp Plant operation support system
JP2001283245A (en) * 2000-03-30 2001-10-12 Konami Computer Entertainment Osaka:Kk Image processor, image processing method and readable recording medium in which image processing program is recorded
JP2002149718A (en) * 2000-11-08 2002-05-24 Fujitsu Nagano Systems Engineering Ltd Voxel division processing method and recording medium recorded with voxel division processing program
JP2004005752A (en) * 2003-09-08 2004-01-08 Namco Ltd Three-dimensional simulator, and information storage medium
JP2005346417A (en) * 2004-06-03 2005-12-15 Sega Corp Method for controlling display of object image by virtual three-dimensional coordinate polygon and image display device using the method
JP2006133940A (en) * 2004-11-04 2006-05-25 Matsushita Electric Ind Co Ltd Real-time image generation device using detail level
JP2008197776A (en) * 2007-02-09 2008-08-28 Fujitsu Ltd Shape simplification device for three-dimensional model, shape simplification method for three-dimensional model and shape simplification program for three-dimensional model

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
CSNG200800434003; 田島知明, 外1名: '"階層型ポリゴンデータを用いた影の詳細度制御"' 電子情報通信学会技術研究報告 第107巻, 第554号, 20080315, p.13-18, 社団法人電子情報通信学会 *
JPN6013023685; 田島知明, 外1名: '"階層型ポリゴンデータを用いた影の詳細度制御"' 電子情報通信学会技術研究報告 第107巻, 第554号, 20080315, p.13-18, 社団法人電子情報通信学会 *

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPWO2018074419A1 (en) * 2016-10-21 2019-06-27 株式会社ソニー・インタラクティブエンタテインメント Information processing device
US11416975B2 (en) 2016-10-21 2022-08-16 Sony Interactive Entertainment Inc. Information processing apparatus
WO2018074419A1 (en) * 2016-10-21 2018-04-26 株式会社ソニー・インタラクティブエンタテインメント Information processing device
US11055909B2 (en) 2017-08-22 2021-07-06 Sony Corporation Image processing device and image processing method
WO2019039282A1 (en) * 2017-08-22 2019-02-28 ソニー株式会社 Image processing device and image processing method
JP7192772B2 (en) 2017-08-22 2022-12-20 ソニーグループ株式会社 Image processing device and image processing method
JPWO2019039282A1 (en) * 2017-08-22 2020-09-24 ソニー株式会社 Image processing device and image processing method
JPWO2020049619A1 (en) * 2018-09-03 2021-06-10 株式会社ソニー・インタラクティブエンタテインメント Information processing equipment, information processing methods, and programs
US11461957B2 (en) 2018-09-03 2022-10-04 Sony Interactive Entertainment Inc. Information processing device, information processing method, and program
WO2020049619A1 (en) * 2018-09-03 2020-03-12 株式会社ソニー・インタラクティブエンタテインメント Information processing device, information processing method, and program
JP2022508162A (en) * 2019-04-12 2022-01-19 ▲騰▼▲訊▼科技(深▲セン▼)有限公司 Object construction methods, devices, computer equipment, and computer programs based on virtual environments
JP7321466B2 (en) 2019-04-12 2023-08-07 ▲騰▼▲訊▼科技(深▲セン▼)有限公司 OBJECT CONSTRUCTION METHOD, DEVICE, COMPUTER DEVICE, AND COMPUTER PROGRAM BASED ON VIRTUAL ENVIRONMENT
US11911697B2 (en) 2019-04-12 2024-02-27 Tencent Technology (Shenzhen) Company Limited Virtual-environment-based object construction method and apparatus, computer device, and computer-readable storage medium
JP7044846B2 (en) 2020-10-06 2022-03-30 株式会社ソニー・インタラクティブエンタテインメント Information processing equipment
JP2021002402A (en) * 2020-10-06 2021-01-07 株式会社ソニー・インタラクティブエンタテインメント Information processor

Similar Documents

Publication Publication Date Title
JP6947352B2 (en) Graphics processing system, graphics processor and method of operating the system or processor
JP5037574B2 (en) Image file generation device, image processing device, image file generation method, and image processing method
US6483505B1 (en) Method and apparatus for multipass pixel processing
JP4977712B2 (en) Computer graphics processor and method for rendering stereoscopic images on a display screen
CN101414383B (en) Image processing apparatus and image processing method
EP3643059B1 (en) Processing of 3d image information based on texture maps and meshes
US20040179262A1 (en) Open GL
US20130188862A1 (en) Method and arrangement for censoring content in images
JP2011070387A (en) Three-dimensional shape display device and program
JP2006526834A (en) Adaptive image interpolation for volume rendering
JP3892016B2 (en) Image processing apparatus and image processing method
KR20150106846A (en) Improvements in and relating to rendering of graphics on a display device
US20210201574A1 (en) Methods and apparatus to facilitate 3d object visualization and manipulation across multiple devices
KR101090660B1 (en) Method for real-time volume rendering using point-primitive
CN111414104B (en) Electronic map local display method and device
CN111402369A (en) Interactive advertisement processing method and device, terminal equipment and storage medium
JP2010182094A (en) Apparatus and method for drawing stereoscopic image, and stereoscopic image drawing program
KR20110036947A (en) Partitioning-based performance analysis for graphics imaging
CN105389841A (en) Method for performing graphics processing of a graphics system in an electronic device with aid of configurable hardware, and associated apparatus
CN116993894B (en) Virtual picture generation method, device, equipment, storage medium and program product
Osmanis et al. Methods of voxel data rendering for visualizing on multi-layer volumetric displays
Meder et al. Decoupling rendering and display using fast depth image based rendering on the gpu
JPH11203504A (en) Image processing method for video game device
Garcıa-Alonso Volume visualization tools for medical applications in ubiquitous platforms
CN116385291A (en) Texture rendering method and device, electronic equipment and medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20120626

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20130514

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20130521

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20130924