WO2017152703A1 - Procédé et dispositif de mise en œuvre d'étiquette tridimensionnelle - Google Patents

Procédé et dispositif de mise en œuvre d'étiquette tridimensionnelle Download PDF

Info

Publication number
WO2017152703A1
WO2017152703A1 PCT/CN2016/113204 CN2016113204W WO2017152703A1 WO 2017152703 A1 WO2017152703 A1 WO 2017152703A1 CN 2016113204 W CN2016113204 W CN 2016113204W WO 2017152703 A1 WO2017152703 A1 WO 2017152703A1
Authority
WO
WIPO (PCT)
Prior art keywords
dimensional
information
label
click
coordinates
Prior art date
Application number
PCT/CN2016/113204
Other languages
English (en)
Chinese (zh)
Inventor
陈天龙
Original Assignee
广州视睿电子科技有限公司
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 广州视睿电子科技有限公司 filed Critical 广州视睿电子科技有限公司
Publication of WO2017152703A1 publication Critical patent/WO2017152703A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T19/00Manipulating 3D models or images for computer graphics
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2219/00Indexing scheme for manipulating 3D models or images for computer graphics
    • G06T2219/004Annotating, labelling

Definitions

  • the present invention relates to the field of multi-dimensional model technologies, and in particular, to a method and an apparatus for implementing a three-dimensional label.
  • a three-dimensional model is a polygonal representation of an object, usually displayed by a computer or other video device.
  • the displayed object can be a real world entity or a fictional object.
  • 3D models have been used in a variety of different fields, such as accurate models for making organs in the medical industry, buildings or landscapes used in the construction industry, models for displaying compounds in the multimedia teaching industry, etc. .
  • the information list is not empty, obtain a three-dimensional model closest to the click coordinate according to the information list, and an intersection point corresponding to the latest three-dimensional model;
  • the three-dimensional label implementation method of the present invention when the user clicks on the three-dimensional model interface, performs a hit test according to the two-dimensional coordinates of the click. If there is a three-dimensional model in the point, the three-dimensional model closest to the click point and the three-dimensional coordinates of the intersection point are acquired according to the information list. To determine the position and angle of the label, generate a three-dimensional geometry, and add a text editing control to the geometry to generate a three-dimensional label.
  • the invention realizes adding a three-dimensional label in the three-dimensional model, and the added three-dimensional label can follow the rotation, zooming and the like of the three-dimensional model, and the operation experience is good; without professional editing software for editing, the user only needs to perform the usual position at the position where the label needs to be added. With the click operation, you can directly add the 3D label to the corresponding location, which is convenient and flexible, easy to operate, and suitable for non-professionals.
  • the hit test is performed according to the click coordinates
  • the step of obtaining the information list of the hit test includes: converting the click coordinates into a cone ray having the click coordinates as a vertex; and obtaining a hit according to the cone ray A list of information tested, wherein the list of information includes a three-dimensional model intersecting the cone ray and an intersection point.
  • the method further includes the step of: storing the information of the three-dimensional label into a corresponding file according to a storage rule corresponding to the format of the latest three-dimensional model.
  • the invention can save the information of the label (three-dimensional information and edited text information), and can directly display the three-dimensional label when the next time is opened, which is convenient for the user to use.
  • the method further includes the step of deleting the three-dimensional tag by deleting the information of the three-dimensional tag in the file. If the 3D label is no longer needed to be displayed, the user only needs to delete the corresponding information in the file, and the 3D label is no longer displayed, and the operation is simple and convenient.
  • the method further includes the step of: returning the click coordinates on the three-dimensional model interface if the information list is empty. If the user does not have any 3D models in the point, then do not add 3D tags and continue to monitor the click operation.
  • the click coordinates include coordinates of a mouse click, coordinates of a keyboard click, and coordinates of a touch point.
  • An information list obtaining module configured to perform a hit test according to the click coordinates, and obtain a list of information of the hit test
  • a list information obtaining module configured to acquire, according to the information list, a three-dimensional model closest to the click coordinate and an intersection point corresponding to the closest three-dimensional model, when the information list is not empty;
  • a label information determining module configured to obtain a direction, a distance, and an angle of the label to be generated according to the intersection point and the position of the intersection point in the closest three-dimensional model
  • a geometric image generating module configured to generate a three-dimensional geometric figure according to a direction, a distance, and an angle of the label to be generated
  • a three-dimensional label generation module is configured to add a text editing control to the three-dimensional geometric figure to generate a three-dimensional label.
  • the three-dimensional label implementing device of the present invention performs a hit test according to the two-dimensional coordinates of the click when the user clicks on the three-dimensional model interface, and if there is a three-dimensional model in the point, obtains the three-dimensional model closest to the clicked point and the three-dimensional coordinates of the intersecting point according to the information list.
  • To determine the position and angle of the label generate a three-dimensional geometry, and add a text editing control to the geometry to generate a three-dimensional label.
  • the invention realizes adding a three-dimensional label in the three-dimensional model, and the added three-dimensional label can follow the rotation, zooming and the like of the three-dimensional model, and the operation experience is good; without professional editing software for editing, the user only needs to perform the usual position at the position where the label needs to be added. With the click operation, you can directly add the 3D label to the corresponding location, which is convenient and flexible, easy to operate, and suitable for non-professionals.
  • the information list obtaining module includes: a coordinate conversion unit configured to convert the click coordinates into a cone ray having the click coordinates as a vertex; a list obtaining unit configured to acquire according to the cone ray A list of information for a hit test, wherein the list of information includes a three-dimensional model intersecting the cone ray and an intersection point.
  • the three-dimensional tag implementation apparatus of the present invention further includes a tag information saving module connected to the three-dimensional tag generating module, and the tag information saving module is configured to store the rule according to a format corresponding to a format of the latest three-dimensional model.
  • the information of the three-dimensional label is stored in the corresponding file.
  • the invention can save the information of the label (three-dimensional information and edited text information), and can directly display the three-dimensional label when the next time is opened, which is convenient for the user to use.
  • the three-dimensional label implementation apparatus of the present invention further includes a label deletion module connected to the label information storage module, the label deletion module deleting the three-dimensional label by deleting information of the three-dimensional label in the file. delete. If the 3D label is no longer needed to be displayed, the user only needs to delete the corresponding information in the file, and the 3D label is no longer displayed, and the operation is simple and convenient.
  • the click coordinate acquisition module reacquires the click coordinates on the three-dimensional model interface. If the user does not have any 3D models in the point, then do not add 3D tags and continue to monitor the click operation.
  • the click coordinates include coordinates of a mouse click, coordinates of a keyboard click, and coordinates of a touch point.
  • FIG. 1 is a schematic flow chart of an embodiment of a method for implementing a three-dimensional label according to the present invention
  • Embodiment 1 of a three-dimensional label implementation device according to the present invention
  • FIG. 3 is a schematic structural diagram of an embodiment of an information list obtaining module according to the present invention.
  • Embodiment 4 is a schematic structural diagram of Embodiment 2 of a three-dimensional label implementation device according to the present invention.
  • FIG. 5 is a schematic structural diagram of Embodiment 3 of a three-dimensional tag implementation apparatus according to the present invention.
  • a method for implementing a three-dimensional label includes the following steps:
  • the invention realizes adding a three-dimensional label in the three-dimensional model, and the added three-dimensional label can follow the rotation, zooming and the like of the three-dimensional model, and the operation experience is good; without professional editing software for editing, the user only needs to perform the usual position at the position where the label needs to be added. With the click operation, you can directly add the 3D label to the corresponding location, which is convenient and flexible, easy to operate, and suitable for non-professionals.
  • a common three-dimensional model file is imported, for example, a three-dimensional model file such as *.obj, *.dae, *.fbx, *.3ds, and the three-dimensional model is correctly rendered onto the interface, that is, a three-dimensional model interface is obtained.
  • the 3D model interface supports operations such as rotation and scaling of the 3D model.
  • the click coordinates may include coordinates of a mouse click, coordinates of a keyboard click, coordinates of a touch point, and the like. That is, the user can click through the mouse or the keyboard, or directly touch with a finger or the like.
  • step S120 when the user performs a click operation, the hit test is performed with the coordinates of the click point.
  • the step of performing a hit test according to the click coordinates to obtain a list of information of the hit test may include:
  • a list of information of the hit test is obtained from the cone ray, wherein the list of information includes a three-dimensional model intersecting the cone ray and an intersection point.
  • the list of information may also include information such as visual objects and grids that intersect the cone ray.
  • the method further includes the step of: returning the click coordinates on the three-dimensional model interface if the information list is empty. If the information list is empty, that is, any 3D model is not clicked. If no comment is added, the operation is ended and the click coordinates are reacquired.
  • the obtained information list is not empty, there is a three-dimensional model in the point to perform subsequent operations.
  • the cone ray when making a hit test, may intersect with a plurality of three-dimensional models, that is, information of a plurality of three-dimensional models and corresponding intersection points may exist in the information list. According to the information of the information list, the three-dimensional model closest to the click coordinate and the intersection point (hit point) of the cone ray with the nearest three-dimensional model are calculated, wherein the intersection point is a three-dimensional coordinate.
  • step S140 the intersection point obtained in step S130 is the root of the label to be generated, and the direction, distance and angle of the label to be generated are determined according to the position of the intersection point in the three-dimensional model.
  • the X coordinate of the intersection point is smaller than the X point of the intermediate coordinate of the three-dimensional model, that is, the intersection point is in the left half of the three-dimensional model, and the label to be generated extends to the left.
  • a three-dimensional geometric figure can be dynamically generated according to the information in the corresponding position in the three-dimensional model, wherein the manner of generating the three-dimensional geometric image can be according to the prior art.
  • step S160 after the three-dimensional geometric figure is obtained, a text editing control is added to the three-dimensional geometric figure to generate a three-dimensional label, and the user can double-click to edit the label content.
  • a text editing control is added to the three-dimensional geometric figure to generate a three-dimensional label, and the user can double-click to edit the label content.
  • the method may further include: step, according to the storage rule corresponding to the format of the latest three-dimensional model, the information of the three-dimensional label, including the content of the user-edited note, and the position of the three-dimensional label itself. Three-dimensional information is stored in the corresponding file. After storage, the 3D label will be automatically displayed the next time the file is opened.
  • the method may further include the step of deleting the three-dimensional tag by deleting the information of the three-dimensional tag in the file.
  • the user can also directly select the 3D label to be deleted in the interface, and delete the 3D label directly by using the shortcut key.
  • the teacher When the teacher explains the structure of the compound through the 3D model, in order to make it easier for the student to understand the elements of a certain position, it is necessary to add a three-dimensional label to the three-dimensional model.
  • the teacher only needs to click on the corresponding position, then the 3D label can be directly added to the 3D model, and then the teacher can double-click to edit the content of the 3D label, and directly complete the process of adding the 3D label at the explanation site.
  • the added 3D tags can follow the operations of rotation and scaling of the 3D model. It can be seen from the specific application that the invention can facilitate the teacher to add the three-dimensional label, and also enables the student to quickly and accurately capture the information.
  • the present invention further provides a three-dimensional label implementing device, and a specific embodiment of the device of the present invention will be described in detail below with reference to the accompanying drawings.
  • a three-dimensional label implementation device includes:
  • the information list obtaining module 120 is configured to perform a hit test according to the click coordinates to obtain a list of information of the hit test;
  • the list information obtaining module 130 is configured to: when the information list is not empty, acquire a three-dimensional model that is closest to the click coordinate according to the information list, and an intersection point corresponding to the latest three-dimensional model;
  • a label information determining module 140 configured to obtain a direction, a distance, and an angle of the label to be generated according to the intersection point and the position of the intersection point in the closest three-dimensional model;
  • a geometric image generating module 150 configured to generate a three-dimensional geometric figure according to a direction, a distance, and an angle of the label to be generated;
  • the three-dimensional label generating module 160 is configured to add a text editing control to the three-dimensional geometric figure to generate a three-dimensional label.
  • the invention realizes adding a three-dimensional label in the three-dimensional model, and the added three-dimensional label can follow the rotation, zooming and the like of the three-dimensional model, and the operation experience is good; without professional editing software for editing, the user only needs to perform the usual position at the position where the label needs to be added. With the click operation, you can directly add the 3D label to the corresponding location, which is convenient and flexible, easy to operate, and suitable for non-professionals.
  • the click coordinates may include coordinates of a mouse click, coordinates of a keyboard click, coordinates of a touch point, and the like. That is, the user can click through the mouse or the keyboard, or directly touch with a finger or the like.
  • the information list obtaining module 120 When the user performs a click operation, the information list obtaining module 120 performs a hit test with the coordinates of the click point to obtain a list of information.
  • the information list obtaining module 120 may include:
  • a coordinate conversion unit 1201 configured to convert the click coordinate into a cone ray with the click coordinate as a vertex
  • the list obtaining unit 1202 is configured to obtain a list of information of the hit test according to the cone ray, wherein the list of information includes a three-dimensional model intersecting the cone ray and an intersection point and the like.
  • the click coordinate acquisition module 110 reacquires the click coordinates on the three-dimensional model interface. If the information list is empty, that is, any 3D model is not clicked. If no comment is added, the operation is ended and the click coordinates are reacquired.
  • the list information acquisition module 130 calculates a three-dimensional model closest to the click coordinate and the intersection point (hit point) of the cone ray with the nearest three-dimensional model based on the information of the information list.
  • the tag information determining module 140 determines, as the root of the tag to be generated, the intersection point, and determines the direction, distance, and angle of the tag to be generated according to the position of the intersection point in the three-dimensional model.
  • the geometric image generation module 150 dynamically generates a three-dimensional geometric figure based on the information at corresponding positions in the three-dimensional model.
  • the three-dimensional label generation module 160 adds a text editing control to the three-dimensional geometric figure to generate a three-dimensional label. The user can double-click to edit the label content.
  • the apparatus of the present invention may further include a tag information saving module 170 connected to the three-dimensional tag generating module 160.
  • the tag information saving module 170 is configured to store the information of the three-dimensional tag into a corresponding file according to a storage rule corresponding to a format of a recent three-dimensional model.
  • the apparatus of the present invention may further include a label deletion module 180 connected to the label information saving module 170, and the label deletion module 180 deletes the three-dimensional label in the file. Information to delete the three-dimensional label. The user can also directly select the 3D label to be deleted in the interface, and delete the 3D label directly by using the shortcut key.

Abstract

L'invention concerne un procédé et un dispositif de mise en œuvre d'étiquette tridimensionnelle. Le procédé consiste : à obtenir des coordonnées de clic sur une interface de modèle tridimensionnel (S110) ; à réaliser un test d'impact selon les coordonnées de clic pour obtenir une liste d'informations du test d'impact (S120) ; si la liste d'informations n'est pas vide, à obtenir, selon la liste d'informations, un modèle tridimensionnel le plus proche des coordonnées de clic et un point d'intersection correspondant au modèle tridimensionnel le plus proche (S130) ; à obtenir la direction, la distance et l'angle d'une étiquette à générer selon le point d'intersection et la position du point d'intersection dans le modèle tridimensionnel le plus proche (S140) ; à générer une figure géométrique tridimensionnelle selon la direction, la distance et l'angle de l'étiquette à générer (S150) ; et à ajouter une commande d'édition de texte à la figure géométrique tridimensionnelle pour générer une étiquette tridimensionnelle (S160). Le procédé peut ajouter une étiquette tridimensionnelle à un modèle tridimensionnel sans édition par utilisation d'un logiciel d'édition professionnel, et, par conséquent, est simple à utiliser et est approprié à des personnes non professionnelles.
PCT/CN2016/113204 2016-03-11 2016-12-29 Procédé et dispositif de mise en œuvre d'étiquette tridimensionnelle WO2017152703A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610141844.7A CN105825551A (zh) 2016-03-11 2016-03-11 三维标签实现方法和装置
CN201610141844.7 2016-03-11

Publications (1)

Publication Number Publication Date
WO2017152703A1 true WO2017152703A1 (fr) 2017-09-14

Family

ID=56987290

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/113204 WO2017152703A1 (fr) 2016-03-11 2016-12-29 Procédé et dispositif de mise en œuvre d'étiquette tridimensionnelle

Country Status (2)

Country Link
CN (1) CN105825551A (fr)
WO (1) WO2017152703A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109559384A (zh) * 2018-11-19 2019-04-02 长沙眸瑞网络科技有限公司 一种基于WebGL的网页端三维模型编辑方法

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105825551A (zh) * 2016-03-11 2016-08-03 广州视睿电子科技有限公司 三维标签实现方法和装置
CN107451235B (zh) * 2017-07-25 2020-08-14 广州视源电子科技股份有限公司 空间维度标记的展示方法和装置
CN111340955A (zh) * 2020-02-25 2020-06-26 十一维度(厦门)网络科技有限公司 一种环物标签添加方法
CN112068752B (zh) * 2020-08-28 2022-01-11 北京五八信息技术有限公司 一种空间展示方法、装置、电子设备及存储介质
CN114898076B (zh) * 2022-03-29 2023-04-21 北京城市网邻信息技术有限公司 模型标签的添加方法、装置、电子设备及存储介质
CN114820979B (zh) * 2022-04-22 2023-03-24 如你所视(北京)科技有限公司 三维网格模型的处理方法、装置和存储介质
CN114758075B (zh) * 2022-04-22 2023-03-24 如你所视(北京)科技有限公司 用于生成三维标签的方法、装置和存储介质
CN114842175B (zh) * 2022-04-22 2023-03-24 如你所视(北京)科技有限公司 三维标签的交互呈现方法、装置、设备和介质

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100245344A1 (en) * 2009-03-31 2010-09-30 Microsoft Corporation Annotating or editing three dimensional space
CN103679817A (zh) * 2013-12-06 2014-03-26 北京数码大方科技股份有限公司 用于计算机图形标注的数据处理方法和装置
CN104102678A (zh) * 2013-04-15 2014-10-15 腾讯科技(深圳)有限公司 增强现实的实现方法以及实现装置
CN104463974A (zh) * 2014-12-03 2015-03-25 天脉聚源(北京)传媒科技有限公司 三维模型展示方法、装置及系统
CN105825551A (zh) * 2016-03-11 2016-08-03 广州视睿电子科技有限公司 三维标签实现方法和装置

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7502027B1 (en) * 1999-09-13 2009-03-10 Solidworks Corporation Electronic drawing viewer
CN104680588B (zh) * 2015-02-13 2017-11-24 上海同筑信息科技有限公司 基于bim的事件标示方法和系统

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100245344A1 (en) * 2009-03-31 2010-09-30 Microsoft Corporation Annotating or editing three dimensional space
CN104102678A (zh) * 2013-04-15 2014-10-15 腾讯科技(深圳)有限公司 增强现实的实现方法以及实现装置
CN103679817A (zh) * 2013-12-06 2014-03-26 北京数码大方科技股份有限公司 用于计算机图形标注的数据处理方法和装置
CN104463974A (zh) * 2014-12-03 2015-03-25 天脉聚源(北京)传媒科技有限公司 三维模型展示方法、装置及系统
CN105825551A (zh) * 2016-03-11 2016-08-03 广州视睿电子科技有限公司 三维标签实现方法和装置

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109559384A (zh) * 2018-11-19 2019-04-02 长沙眸瑞网络科技有限公司 一种基于WebGL的网页端三维模型编辑方法
CN109559384B (zh) * 2018-11-19 2022-11-08 长沙眸瑞网络科技有限公司 一种基于WebGL的网页端三维模型编辑方法

Also Published As

Publication number Publication date
CN105825551A (zh) 2016-08-03

Similar Documents

Publication Publication Date Title
WO2017152703A1 (fr) Procédé et dispositif de mise en œuvre d'étiquette tridimensionnelle
Kwan et al. Mobi3dsketch: 3d sketching in mobile ar
US7600198B2 (en) Method of tracking data objects using related thumbnails in a palette window
US8004539B2 (en) Systems and methods for improved graphical parameter definition
US20140325418A1 (en) Automatically manipulating visualized data based on interactivity
US10310618B2 (en) Gestures visual builder tool
KR101575092B1 (ko) 애니메이션의 모션 시퀀스를 생성하기 위한 방법, 시스템 및 컴퓨터 판독 가능한 기록 매체
WO2022048329A1 (fr) Appareil et procédé d'affichage de menu
US9442642B2 (en) Tethered selection handle
CN112799583B (zh) 一种基于android平台的点位示意图绘制系统
KR101910179B1 (ko) 데이터 시각화를 위한 웹 기반 차트 라이브러리 시스템
US10193959B2 (en) Graphical interface for editing an interactive dynamic illustration
US11894019B2 (en) Time-lapse
US20200081604A1 (en) Method For Generating A Movement Comprising At Least A Rotation
US10445946B2 (en) Dynamic workplane 3D rendering environment
JP7475120B2 (ja) 回転を少なくとも含む動きを生成するための方法
JPH0887608A (ja) 三次元形状モデル変形方法及び装置
KR20190011186A (ko) 데이터 시각화를 위한 웹 기반 차트 라이브러리 시스템
CN111124387A (zh) 机器学习平台的建模系统、方法、计算机设备及存储介质
KR101420818B1 (ko) 애니메이션 오브젝트의 관절 제어를 통한 3차원 애니메이션 구현 방법, 이를 수행하는 3차원 애니메이션 구현 장치 및 이를 저장한 기록매체
Höbart AR-Schulungs-Anwendung und-Editor für 3D-BIM-Visualisierung im Bauingenieurwesen
CN117850799A (zh) 建模网络训练方法、建模方法、设备及可读存储介质
TW201617937A (zh) 用於產生一影像之一互動索引碼圖之電子計算裝置、其方法及其電腦程式產品
Matthews et al. Sketch-based interfaces: drawings to data
CN117557760A (zh) 三维数字标本标注方法、装置、设备及介质

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16893345

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 16893345

Country of ref document: EP

Kind code of ref document: A1