CN114020230A - Method, system, device and medium for displaying dynamic elements in VR panorama - Google Patents
Method, system, device and medium for displaying dynamic elements in VR panorama Download PDFInfo
- Publication number
- CN114020230A CN114020230A CN202111321570.7A CN202111321570A CN114020230A CN 114020230 A CN114020230 A CN 114020230A CN 202111321570 A CN202111321570 A CN 202111321570A CN 114020230 A CN114020230 A CN 114020230A
- Authority
- CN
- China
- Prior art keywords
- dynamic
- elements
- data
- static
- added
- 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.)
- Granted
Links
- 238000000034 method Methods 0.000 title claims abstract description 26
- 230000003068 static effect Effects 0.000 claims abstract description 85
- 238000004590 computer program Methods 0.000 claims description 13
- 230000006870 function Effects 0.000 claims description 12
- 238000011161 development Methods 0.000 claims description 6
- 238000009877 rendering Methods 0.000 claims 2
- 238000010586 diagram Methods 0.000 description 11
- 238000012545 processing Methods 0.000 description 4
- 238000005259 measurement Methods 0.000 description 3
- 238000013507 mapping Methods 0.000 description 2
- 230000000007 visual effect Effects 0.000 description 2
- 230000009286 beneficial effect Effects 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000004519 manufacturing process Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 238000010248 power generation Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/14—Digital output to display device ; Cooperation and interconnection of the display device with other functional units
- G06F3/1407—General aspects irrespective of display type, e.g. determination of decimal point position, display with fixed or driving decimal point, suppression of non-significant zeros
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/904—Browsing; Visualisation therefor
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Databases & Information Systems (AREA)
- Human Computer Interaction (AREA)
- Data Mining & Analysis (AREA)
- Stored Programmes (AREA)
- Processing Or Creating Images (AREA)
Abstract
The invention discloses a method, a system, equipment and a medium for displaying dynamic elements in a VR panorama.A panorama photo is imported into Pano2VR design software to generate a VR scene page based on the panorama photo; determining dynamic elements needing to be added in a VR scene page and positions where the dynamic elements need to be displayed, and then adding text type static elements at corresponding positions through Pano2VR design software; developing a JavaScript and importing the JavaScript into a VR scene page; adding style class names and custom attributes to the added static elements; and when the VR scene page is loaded, replacing the added static elements with the dynamic elements defined in the style class name according to the added style class name, and creating a data driver through the added custom attributes to periodically update the data of the dynamic elements.
Description
Technical Field
The invention belongs to the technical field of VR panorama display, and particularly relates to a method, a system, equipment and a medium for displaying dynamic elements in VR panorama.
Background
VR panorama show is realized with the help of panorama shooting and VR technique, and this kind of novel show mode can bring better experience and visual impact for the user, compares show forms such as traditional picture and text and can say that the promotion of leap formula is. When a VR panorama display scene is made, a user can add simple static elements such as characters, pictures, pop-up boxes, jump buttons and the like in the scene through design software such as Pano2 VR. The VR scene constructed in the mode is often single in display form, has limitation, and cannot support deeper and wider service scenes. If more complex dynamic elements, such as dynamically refreshed data, charts, etc., need to be added to a scene, the design software cannot satisfy these services.
Disclosure of Invention
The invention aims to provide a method, a system, equipment and a medium for displaying dynamic elements in a VR panorama, which aim to solve the problems that a VR scene display form is single and has limitation.
In order to achieve the purpose, the invention adopts the following technical scheme:
a method of presenting dynamic elements in a VR panorama, comprising the steps of:
importing the panoramic photo into Pano2VR design software to generate a VR scene page based on the panoramic photo;
determining dynamic elements needing to be added in a VR scene page and positions where the dynamic elements need to be displayed, and then adding text type static elements at corresponding positions through Pano2VR design software;
developing a JavaScript and importing the JavaScript into a VR scene page, wherein the JavaScript has the following functions: creating a dynamic element according to the identifier of the static element, and replacing the static element with the dynamic element; creating a data driver according to the custom attribute of the static element, wherein the data driver is responsible for periodically acquiring service data from a background and updating the dynamic element;
adding a style class name on the added static element, wherein the style class name is a mark, the mark corresponds to the type of the dynamic element, and when the VR scene page runs, the JavaScript script creates the dynamic element according to the mark and then replaces the static element with the created dynamic element;
adding a custom attribute on the added static element, wherein the custom attribute is used for describing data driving of the dynamic element, and the custom attribute comprises two parts of contents, namely: a data source; a second part: an access cycle; when the VR scene page runs, the JavaScript script firstly creates a data driver according to the custom attribute, then the data driver periodically acquires service data from the background, and updates dynamic elements according to the acquired data;
and when the VR scene page is loaded, replacing the added static elements with the dynamic elements defined in the style class name according to the added style class name, and creating a data driver through the added custom attributes to periodically update the data of the dynamic elements.
Further, the static elements are used to describe the position of the dynamic elements, and these static elements are replaced with the dynamic element display at runtime.
Further, the data source is an SQL statement or a measurement point name of a real-time database, and the latest business data can be acquired from the background through the data source.
Further, the access period is used for defining the period for accessing the background data.
A system for presenting dynamic elements in a VR panorama, comprising: the system comprises a VR scene page generation module, a static element adding module, a JavaScript development module, a style class name adding module, a custom attribute adding module and a dynamic element updating module; wherein:
VR scene page generation module: the system is used for importing the panoramic photo into Pano2VR design software and generating a VR scene page based on the panoramic photo;
a static element addition module: determining dynamic elements needing to be added in a VR scene page and positions where the dynamic elements need to be displayed, and then adding text type static elements at corresponding positions through Pano2VR design software;
the JavaScript script development module: developing a JavaScript and importing the JavaScript into a VR scene page, wherein the JavaScript has the following functions: creating a dynamic element according to the identifier of the static element, and replacing the static element with the dynamic element; creating a data driver according to the custom attribute of the static element, wherein the data driver is responsible for periodically acquiring service data from a background and updating the dynamic element;
the style class name adding module: adding a style class name on the added static element, wherein the style class name is a mark, the mark corresponds to the type of the dynamic element, and when the VR scene page runs, the JavaScript script creates the dynamic element according to the mark and then replaces the static element with the created dynamic element;
a custom attribute adding module: adding a custom attribute on the added static element, wherein the custom attribute is used for describing data driving of the dynamic element, and the custom attribute comprises two parts of contents, namely: a data source; a second part: an access cycle; when the VR scene page runs, the JavaScript script firstly creates a data driver according to the custom attribute, then the data driver periodically acquires service data from the background, and updates dynamic elements according to the acquired data;
dynamic element update module: and when the VR scene page is loaded, replacing the added static elements with the dynamic elements defined in the style class name according to the added style class name, and creating a data driver through the added custom attributes to periodically update the data of the dynamic elements.
Further, the static elements are used to describe the position of the dynamic elements, and these static elements are replaced with the dynamic element display at runtime.
Further, the data source is an SQL statement or a measurement point name of a real-time database, and the latest business data can be acquired from the background through the data source.
Further, the access period is used for defining the period for accessing the background data.
A computer device comprising a memory, a processor and a computer program stored in the memory and executable on the processor, the processor implementing the steps of the method of presenting dynamic elements in a VR panorama when executing the computer program.
A computer-readable storage medium, having stored thereon a computer program which, when being executed by a processor, carries out the steps of the method of presenting dynamic elements in a VR panorama.
Compared with the prior art, the invention has the following beneficial technical effects:
by the method and the device, simple static elements such as characters, pictures, pop-up boxes and skip buttons can be added in the VR scene, and more complex dynamic elements such as dynamically refreshed data and diagrams can be added, so that the display function of the VR scene is enriched to a great extent, better experience and visual impact are brought to a user, and the depth and the breadth of VR display services are increased.
Drawings
The accompanying drawings are included to provide a further understanding of the invention, and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain the invention and not to limit the invention.
FIG. 1 is a schematic flow diagram of the process of the present invention;
FIG. 2 is a schematic diagram of the system of the present invention.
Detailed Description
The invention is described in further detail below with reference to the figures and specific examples.
In order to make the technical solutions of the present invention better understood, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It should be noted that the terms "first," "second," and the like in the description and claims of the present invention and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the invention described herein are capable of operation in sequences other than those illustrated or described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
The VR scene consists of a three-dimensional sphere, a panorama on the sphere, and static elements on the surface of the sphere. The static element comprises two parts, one part is a DIV layer suspended on the surface of the screen and is responsible for specific display work. The other part is a coordinate mapping system which is responsible for associating the static element on the three-dimensional sphere with the position mapping of the screen, and when the sphere rotates or is zoomed in and out, the static element is moved to the correct position.
In summary, to add a dynamic element in a VR scene, it may be considered to use design software to mark the position of the dynamic element in the VR scene by a static element first, and add a special attribute, such as a class name, a custom attribute, and the like. When the webpage loads a VR scene, the static elements can be searched through class names, then corresponding dynamic elements and data drivers of the dynamic elements are created through custom attributes, the corresponding relation between the data drivers and the dynamic elements is established, and then DIV layers of the static elements are replaced by the content of the dynamic elements. Therefore, when the dynamic elements are added, the coordinate system of the replaced static elements can be multiplexed, and the dynamic elements can be correctly displayed on the three-dimensional sphere. And then the data drive starts to read data from the back end, and the data and the state of the dynamic element are updated through the corresponding relation.
Thus, the invention provides a method for presenting dynamic elements in a VR panorama, comprising the steps of:
step 1:
and (4) importing the panoramic photo into Pano2VR by using Pano2VR design software, and generating a VR scene page based on the panoramic photo.
Step 2:
determining which dynamic elements need to be added in a VR scene page and the positions where the dynamic elements need to be displayed, and then adding text type static elements at the corresponding positions through design software. These static elements are used only to describe the position of the dynamic elements, which are then replaced by the dynamic element display at runtime.
And step 3:
and developing a JavaScript script and importing the JavaScript script into a VR scene page. The script has the following functions: creating a dynamic element according to the identifier of the static element, and replacing the static element with the dynamic element; and creating a data drive according to the custom attribute of the static element, wherein the data drive is responsible for periodically acquiring service data from a background, such as the real-time load of a generator, the rotating speed of a steam turbine and the like, and updating the dynamic element.
And 4, step 4:
and adding a style class name to the static element added in the step 2, wherein the style class name is an identifier corresponding to the type of the dynamic element. When the VR scene page runs, the JavaScript script creates dynamic elements according to the identifiers, and then replaces the static elements with the created dynamic elements. Such as identified as "linechar," replaces static elements with graphs at runtime.
And 5:
adding a custom attribute to the static element added in step 2, the custom attribute describing the corresponding data driver and generally comprising two parts of content, the first part: the data source may be an SQL statement or a measurement point name of a real-time database, and latest business data such as daily accumulated power generation, real-time load, turbine rotation speed and the like can be acquired from a background through the data source; a second part: and an access period, which is used to define a period for accessing background data. When the VR scene page runs, the JavaScript script firstly creates a data driver according to the custom attribute. Then, the data driver can periodically acquire service data from the background, such as real-time load of a generator, rotating speed of a steam turbine and the like, and update dynamic elements of the acquired data.
Step 6:
when the VR scene page generated in step 1 is loaded, the static element added in step 2 is replaced with the dynamic element defined in the style class name according to the style class name added in step 4, and the data driver is created through the custom attribute added in step 5, and the data of the dynamic element is periodically updated.
The invention also provides a system for displaying dynamic elements in a VR panorama, comprising: the system comprises a VR scene page generation module, a static element adding module, a JavaScript development module, a style class name adding module, a custom attribute adding module and a dynamic element updating module; wherein:
VR scene page generation module: the system is used for importing the panoramic photo into Pano2VR design software and generating a VR scene page based on the panoramic photo;
a static element addition module: determining dynamic elements needing to be added in a VR scene page and positions where the dynamic elements need to be displayed, and then adding text type static elements at corresponding positions through Pano2VR design software;
the JavaScript script development module: developing a JavaScript and importing the JavaScript into a VR scene page, wherein the JavaScript has the following functions: creating a dynamic element according to the identifier of the static element, and replacing the static element with the dynamic element; creating a data driver according to the custom attribute of the static element, wherein the data driver is responsible for periodically acquiring service data from a background and updating the dynamic element;
the style class name adding module: adding a style class name on the added static element, wherein the style class name is a mark, the mark corresponds to the type of the dynamic element, and when the VR scene page runs, the JavaScript script creates the dynamic element according to the mark and then replaces the static element with the created dynamic element;
a custom attribute adding module: adding a custom attribute on the added static element, wherein the custom attribute is used for describing data driving of the dynamic element, and the custom attribute comprises two parts of contents, namely: a data source; a second part: an access cycle; when the VR scene page runs, the JavaScript script firstly creates a data driver according to the custom attribute, then the data driver periodically acquires service data from the background, and updates dynamic elements according to the acquired data;
dynamic element update module: and when the VR scene page is loaded, replacing the added static elements with the dynamic elements defined in the style class name according to the added style class name, and creating a data driver through the added custom attributes to periodically update the data of the dynamic elements.
The present invention will be described in further detail with reference to the following examples.
A method for displaying dynamic elements in a VR panorama, taking a steam turbine room of a power plant as an example, comprises the following specific implementation steps:
step 1:
and (4) shooting a panoramic photo of the turbine room by using a panoramic camera. And importing the photo into Pano2VR design software to generate a VR scene page of the turbine room.
Step 2:
according to business needs, the dynamic element required to be shown in the VR scene and the position where the element is required to be placed are determined. Such as: the current rotating speed parameters of the steam turbine, the pressure and temperature parameters of the high pressure cylinder and the medium pressure cylinder, the load curve of the unit today and the like. And the software was designed using Pano2VR to add text-type static elements at the corresponding locations.
And step 3:
and developing a JavaScript script and importing the JavaScript script into a VR scene page. The script has the following functions: creating a dynamic element according to the identifier of the static element, and replacing the static element with the dynamic element; and creating a data driver according to the custom attribute of the static element, wherein the data driver is responsible for periodically acquiring service data from the background and updating the dynamic element.
And 4, step 4:
the design software using Pano2VR adds style class names to the static elements created in step 2. If a style class name named 'tagValue' is added to the rotating speed of the steam turbine, the type name represents that the static element is replaced by a dynamic text element of refreshable data during operation. Adding a style class name named 'lineChart' to the load curve of the unit today, wherein the style class name represents that the static element is replaced by a graph in operation.
And 5:
the design software Pano2VR was used to add custom properties on the static elements created in step 2. The custom attribute describes a specific data driver, such as "NC 0001: 1000", where "NC 0001" is the station name of the real-time database and "1000" is the frequency of accessing background data. At run-time, the latest value of "NC 0001" is periodically obtained at intervals of 1000 milliseconds.
Step 6:
when the VR scene page generated in step 1 is loaded, the static element added in step 2 is replaced with the dynamic element defined in the style class name according to the style class name added in step 4, and the data driver is created through the custom attribute added in step 5, and the data of the dynamic element is periodically updated.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
Finally, it should be noted that: although the present invention has been described in detail with reference to the above embodiments, those skilled in the art will appreciate that various changes, modifications and equivalents can be made in the embodiments of the invention without departing from the scope of the invention as defined by the appended claims.
Claims (10)
1. A method of presenting dynamic elements in a VR panorama, comprising the steps of:
importing the panoramic photo into Pano2VR design software to generate a VR scene page based on the panoramic photo;
determining dynamic elements needing to be added in a VR scene page and positions where the dynamic elements need to be displayed, and then adding text type static elements at corresponding positions through Pano2VR design software;
developing a JavaScript and importing the JavaScript into a VR scene page, wherein the JavaScript has the following functions: creating a dynamic element according to the identifier of the static element, and replacing the static element with the dynamic element; creating a data driver according to the custom attribute of the static element, wherein the data driver is responsible for periodically acquiring service data from a background and updating the dynamic element;
adding a style class name on the added static element, wherein the style class name is a mark, the mark corresponds to the type of the dynamic element, and when the VR scene page runs, the JavaScript script creates the dynamic element according to the mark and then replaces the static element with the created dynamic element;
adding a custom attribute on the added static element, wherein the custom attribute is used for describing data driving of the dynamic element, and the custom attribute comprises two parts of contents, namely: a data source; a second part: an access cycle; when the VR scene page runs, the JavaScript script firstly creates a data driver according to the custom attribute, then the data driver periodically acquires service data from the background, and updates dynamic elements according to the acquired data;
and when the VR scene page is loaded, replacing the added static elements with the dynamic elements defined in the style class name according to the added style class name, and creating a data driver through the added custom attributes to periodically update the data of the dynamic elements.
2. The method of claim 1, wherein the static elements are used to describe the position of the dynamic elements, and wherein the static elements are replaced with the dynamic elements for display at runtime.
3. The method of claim 1, wherein the data source is an SQL statement or a station name of a real-time database, and the latest business data can be obtained from a background through the data source.
4. The method of claim 1, wherein the access period is used to define a period for accessing background data.
A system for presenting dynamic elements in a VR panorama, comprising: the system comprises a VR scene page generation module, a static element adding module, a JavaScript development module, a style class name adding module, a custom attribute adding module and a dynamic element updating module; wherein:
VR scene page generation module: the system is used for importing the panoramic photo into Pano2VR design software and generating a VR scene page based on the panoramic photo;
a static element addition module: determining dynamic elements needing to be added in a VR scene page and positions where the dynamic elements need to be displayed, and then adding text type static elements at corresponding positions through Pano2VR design software;
the JavaScript script development module: developing a JavaScript and importing the JavaScript into a VR scene page, wherein the JavaScript has the following functions: creating a dynamic element according to the identifier of the static element, and replacing the static element with the dynamic element; creating a data driver according to the custom attribute of the static element, wherein the data driver is responsible for periodically acquiring service data from a background and updating the dynamic element;
the style class name adding module: adding a style class name on the added static element, wherein the style class name is a mark, the mark corresponds to the type of the dynamic element, and when the VR scene page runs, the JavaScript script creates the dynamic element according to the mark and then replaces the static element with the created dynamic element;
a custom attribute adding module: adding a custom attribute on the added static element, wherein the custom attribute is used for describing data driving of the dynamic element, and the custom attribute comprises two parts of contents, namely: a data source; a second part: an access cycle; when the VR scene page runs, the JavaScript script firstly creates a data driver according to the custom attribute, then the data driver periodically acquires service data from the background, and updates dynamic elements according to the acquired data;
dynamic element update module: and when the VR scene page is loaded, replacing the added static elements with the dynamic elements defined in the style class name according to the added style class name, and creating a data driver through the added custom attributes to periodically update the data of the dynamic elements.
6. The system for rendering dynamic elements in a VR panorama of claim 5, wherein the static elements are used to describe locations of dynamic elements that are replaced with dynamic element displays at runtime.
7. The system for displaying dynamic elements in a VR panorama of claim 5, wherein the data source is a SQL statement or a station name of a real-time database, and the latest business data can be obtained from a background through the data source.
8. The system for rendering dynamic elements in a VR panorama of claim 5, wherein the access period is used to define a period for accessing background data.
9. A computer device comprising a memory, a processor, and a computer program stored in the memory and executable on the processor, wherein the processor when executing the computer program implements the steps of the method of exposing dynamic elements in a VR panorama of any of claims 1 to 4.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the steps of the method of presenting dynamic elements in a VR panorama according to any of claims 1 to 4.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202111321570.7A CN114020230B (en) | 2021-11-09 | 2021-11-09 | Method, system, equipment and medium for displaying dynamic elements in VR panorama |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202111321570.7A CN114020230B (en) | 2021-11-09 | 2021-11-09 | Method, system, equipment and medium for displaying dynamic elements in VR panorama |
Publications (2)
Publication Number | Publication Date |
---|---|
CN114020230A true CN114020230A (en) | 2022-02-08 |
CN114020230B CN114020230B (en) | 2024-01-19 |
Family
ID=80063476
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202111321570.7A Active CN114020230B (en) | 2021-11-09 | 2021-11-09 | Method, system, equipment and medium for displaying dynamic elements in VR panorama |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN114020230B (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114697550A (en) * | 2022-03-24 | 2022-07-01 | 湖南网景文化科技有限公司 | Method for manufacturing high-definition VR panoramic video by embedding LivePanoVR panoramic into video material |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20190236125A1 (en) * | 2018-01-31 | 2019-08-01 | Nureva, Inc. | Method, apparatus and computer-readable media for converting static objects into dynamic intelligent objects on a display device |
CN110460831A (en) * | 2019-08-22 | 2019-11-15 | 京东方科技集团股份有限公司 | Display methods, device, equipment and computer readable storage medium |
CN110599600A (en) * | 2019-09-16 | 2019-12-20 | 海南诺亦腾海洋科技研究院有限公司 | Automatic transformation method of multidimensional visualization model of data |
CN112667934A (en) * | 2019-10-16 | 2021-04-16 | 北京国双科技有限公司 | Dynamic simulation diagram display method and device, electronic equipment and computer readable medium |
CN113300383A (en) * | 2021-04-16 | 2021-08-24 | 西安热工研究院有限公司 | Electromechanical transient modeling method, system, equipment and storage medium |
CN113450434A (en) * | 2020-03-27 | 2021-09-28 | 北京沃东天骏信息技术有限公司 | Method and device for generating dynamic image |
-
2021
- 2021-11-09 CN CN202111321570.7A patent/CN114020230B/en active Active
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20190236125A1 (en) * | 2018-01-31 | 2019-08-01 | Nureva, Inc. | Method, apparatus and computer-readable media for converting static objects into dynamic intelligent objects on a display device |
CN110460831A (en) * | 2019-08-22 | 2019-11-15 | 京东方科技集团股份有限公司 | Display methods, device, equipment and computer readable storage medium |
CN110599600A (en) * | 2019-09-16 | 2019-12-20 | 海南诺亦腾海洋科技研究院有限公司 | Automatic transformation method of multidimensional visualization model of data |
CN112667934A (en) * | 2019-10-16 | 2021-04-16 | 北京国双科技有限公司 | Dynamic simulation diagram display method and device, electronic equipment and computer readable medium |
CN113450434A (en) * | 2020-03-27 | 2021-09-28 | 北京沃东天骏信息技术有限公司 | Method and device for generating dynamic image |
CN113300383A (en) * | 2021-04-16 | 2021-08-24 | 西安热工研究院有限公司 | Electromechanical transient modeling method, system, equipment and storage medium |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114697550A (en) * | 2022-03-24 | 2022-07-01 | 湖南网景文化科技有限公司 | Method for manufacturing high-definition VR panoramic video by embedding LivePanoVR panoramic into video material |
Also Published As
Publication number | Publication date |
---|---|
CN114020230B (en) | 2024-01-19 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN107992304B (en) | Method and device for generating display interface | |
CN109816762B (en) | Image rendering method and device, electronic equipment and storage medium | |
CN102646038B (en) | Control content display method, control content display device and mobile terminal | |
CN107393013B (en) | Virtual roaming file generation and display method, device, medium, equipment and system | |
KR101494844B1 (en) | System for Transforming Chart Using Metadata and Method thereof | |
CN109242934B (en) | Animation code generation method and equipment | |
CN109657182A (en) | Generation method, system and the computer readable storage medium of webpage | |
CN109213480B (en) | Method, storage medium, equipment and system for developing background management page | |
CN108170430B (en) | Interface display method and system | |
CN102169483A (en) | Filmstrip automatic generation method based on electronic spreadsheet | |
CN111796821A (en) | Page updating method and device | |
CN109241350A (en) | The display methods and device of a kind of standard operating procedure in server production process | |
CN114020230B (en) | Method, system, equipment and medium for displaying dynamic elements in VR panorama | |
CN107943805A (en) | A kind of animation renders and dissemination method, device | |
CN106155754A (en) | A kind of processing method and processing device of indicating template | |
CN108597025B (en) | Artificial intelligence-based virtual reality-oriented rapid model construction method and device | |
CN103336818A (en) | Method and device for alignment after webpage zoom on electronic equipment | |
CN109683939B (en) | Component object updating method, device and storage medium | |
CN111857690A (en) | Animation effect debugging method and device, computer equipment and storage medium | |
CN108647337B (en) | Format processing method and device for simulation analysis data | |
CN112799745B (en) | Page display control method and device | |
CN114691116A (en) | Method, system, device and readable storage medium for realizing 3D pie chart | |
CN103324738A (en) | Method and device for webpage zooming and aligning on electronic equipment | |
CN103324743A (en) | Method and device for webpage zooming and aligning on electronic equipment | |
CN108334564B (en) | Multi-theme chart display method based on space object |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |