CN111597478A - Method, device, terminal and storage medium for attaching webpage to window in three-dimensional model - Google Patents

Method, device, terminal and storage medium for attaching webpage to window in three-dimensional model Download PDF

Info

Publication number
CN111597478A
CN111597478A CN202010261109.6A CN202010261109A CN111597478A CN 111597478 A CN111597478 A CN 111597478A CN 202010261109 A CN202010261109 A CN 202010261109A CN 111597478 A CN111597478 A CN 111597478A
Authority
CN
China
Prior art keywords
webpage
window
processed
data
main controller
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
Application number
CN202010261109.6A
Other languages
Chinese (zh)
Other versions
CN111597478B (en
Inventor
罗伟
刘华
张烨妮
李斌
康志红
陈继超
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Huaorange Digital Technology Co ltd
Original Assignee
Shenzhen Huaorange Digital Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Huaorange Digital Technology Co ltd filed Critical Shenzhen Huaorange Digital Technology Co ltd
Priority to CN202010261109.6A priority Critical patent/CN111597478B/en
Publication of CN111597478A publication Critical patent/CN111597478A/en
Application granted granted Critical
Publication of CN111597478B publication Critical patent/CN111597478B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T13/00Animation
    • G06T13/203D [Three Dimensional] animation
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Abstract

The invention discloses a method, a device, a terminal and a storage medium for adding a webpage to a window in a three-dimensional model, wherein when a main controller receives an instruction for outputting and displaying a target webpage, an ID of the target webpage is sent to an auxiliary controller, webpage data of the target webpage are processed through the auxiliary controller, the processed webpage data are sent to the main controller, and the main controller outputs and displays the processed webpage data in the window after receiving the processed webpage data sent by the auxiliary controller. Through the mode, the method and the device can reduce the occupation of the resources of the main controller when the webpage is opened, ensure that the resources of the main controller are preferentially applied to the processing of the three-dimensional model, improve the opening speed of the webpage and avoid the blockage during the opening of the webpage.

Description

Method, device, terminal and storage medium for attaching webpage to window in three-dimensional model
Technical Field
The present application relates to the field of three-dimensional image display, and in particular, to a method, an apparatus, a terminal, and a storage medium for attaching a web page to a window in a three-dimensional model.
Background
With the development of three-dimensional technology, three-dimensional models are used in a wide variety of fields, and they are used in the medical industry to make accurate models of organs; the film industry uses them for moving characters, objects, and real films; the video game industry uses them as a resource in computers and video games; they are used in the scientific field as accurate models of compounds; the construction industry uses them to display proposed building or landscape presentations; the engineering community uses them for designing new equipment, vehicles, structures, and other application areas. At present, after a three-dimensional model is established, some model additional information (for example, corresponding security equipment state information needs to be remarked for fire safety equipment, and the like, so that a user can conveniently monitor the state of the equipment) is often required, and the user can output and display the additional information through a window through corresponding operation. In the prior art, a window for displaying information is usually displayed in a static webpage html mode, the static webpage is stored in a memory, and the static webpage is called out when needed and then displayed in the window. However, in general, in the development of a three-dimensional model, a QOpenGL window type program is generally used to display an additional web page, so that when the additional web page is loaded, the additional web page may compete for the resources of a control program, the loading speed is slow, the efficiency is low, and the animation effect of the three-dimensional model is also affected.
Disclosure of Invention
The application provides a method, a device, a terminal and a storage medium for adding a webpage to a window in a three-dimensional model, and aims to solve the problem that the animation effect of the three-dimensional model is unsmooth due to low efficiency when the additional webpage is loaded in the existing three-dimensional model.
In order to solve the technical problem, the application adopts a technical scheme that: a method for attaching a webpage to a window in a three-dimensional model is provided, and comprises the following steps: when an instruction for outputting and displaying a target webpage is received, the ID of the target webpage is sent to the auxiliary controller; receiving processed webpage data sent by the auxiliary controller; and outputting and displaying the processed webpage data in a window.
As a further improvement of the invention, the step of outputting and displaying the processed webpage data in a window comprises the following steps: judging whether a window corresponding to the target webpage exists in a preset first storage module or not; if so, calling a corresponding window and outputting and displaying the processed webpage data; and if not, creating a new window according to the size of the target webpage, and outputting and displaying the processed webpage data in the new window.
As a further improvement of the present invention, after the step of displaying the processed web page data in the new window, the method further includes: and the new window corresponds to the ID of the target webpage and then is stored in the first storage module.
As a further improvement of the present invention, after the step of outputting and displaying the processed web page data in the window, the method further comprises: when a webpage interaction instruction is received, the webpage interaction instruction is sent to an auxiliary controller; receiving interactive response operation generated by the auxiliary controller on the webpage interactive instruction; and performing interactive response operation in the window.
In order to solve the above technical problem, another technical solution adopted by the present application is: the device for attaching the webpage to the window in the three-dimensional model comprises the following steps: the first sending module is used for sending the ID of the target webpage to the auxiliary controller when receiving an instruction of outputting and displaying the target webpage; the first receiving module is used for receiving the processed webpage data sent by the auxiliary controller; and the output module is used for outputting and displaying the processed webpage data in a window.
In order to solve the above technical problem, another technical solution adopted by the present application is: a method for attaching a webpage to a window in a three-dimensional model is provided, which is applied to an auxiliary controller and comprises the following steps: receiving an ID sent by a main controller; calling and processing webpage data corresponding to the ID to obtain processed webpage data; and sending the processed webpage data to the main controller.
As a further improvement of the present invention, after the step of receiving the ID sent by the master controller, the method further comprises: judging whether processed webpage data corresponding to the ID exist in a preset second storage module or not; if so, calling the processed webpage data corresponding to the ID and sending the webpage data to the main controller; if not, the webpage data corresponding to the calling ID is called and processed and the subsequent steps are carried out.
As a further improvement of the present invention, after the step of sending the processed web page data to the main controller, the method further comprises: and the processed webpage data corresponds to the ID and then is stored in the second storage module.
As a further improvement of the present invention, after the step of sending the processed web page data to the main controller, the method further comprises: receiving and processing a webpage interaction instruction sent by a main controller to generate an interaction response operation; and sending the interactive response operation to the main controller.
In order to solve the above technical problem, another technical solution adopted by the present application is: the device for attaching the webpage to the window in the three-dimensional model comprises the following steps: the second receiving module is used for receiving the ID sent by the main controller; the processing module is used for calling and processing the webpage data corresponding to the ID to obtain processed webpage data; and the second sending module is used for sending the processed webpage data to the main controller.
In order to solve the above technical problem, the present application adopts another technical solution that: a terminal is provided, the terminal comprising a processor, a memory coupled to the processor, wherein the memory stores program instructions for implementing a method for attaching a web page to a window in a three-dimensional model as in any one of the above; the processor is configured to execute the memory-stored program instructions to efficiently attach web pages to windows in the three-dimensional module.
In order to solve the above technical problem, the present application adopts another technical solution that: there is provided a storage medium storing a program file capable of implementing a method of attaching a web page to a window in a three-dimensional model as described in any one of the above.
The beneficial effect of this application is: according to the method and the device, when an instruction for displaying the target webpage is received, the ID of the target webpage is sent to the auxiliary controller, the auxiliary controller is used for calling the webpage data of the target webpage for processing, the ID is fed back to the main controller, the main controller only needs to output and display the processed webpage data in the window, and the main controller hands over the work of processing the webpage data to the auxiliary controller for processing, so that the situation that resources are competitive with the output and display of the three-dimensional model when the webpage is loaded is avoided, the loading speed of the webpage can be improved, the phenomenon that the animation effect of the three-dimensional model is blocked due to the loading of the webpage can be prevented, and the user experience is improved.
Drawings
FIG. 1 is a schematic structural diagram of a system for attaching a webpage to a window in a three-dimensional model according to the present invention;
FIG. 2 is a flowchart illustrating a method for attaching a web page to a window in a three-dimensional model according to a first embodiment of the present invention;
FIG. 3 is a flowchart illustrating a method for attaching a web page to a window in a three-dimensional model according to a second embodiment of the present invention;
FIG. 4 is a flowchart illustrating a method for attaching a web page to a window in a three-dimensional model according to a third embodiment of the present invention;
FIG. 5 is a schematic structural diagram of an apparatus for attaching a web page to a window in a three-dimensional model according to a first embodiment of the present invention;
FIG. 6 is a flowchart illustrating a method for attaching a web page to a window in a three-dimensional model according to a fourth embodiment of the present invention;
FIG. 7 is a flowchart illustrating a method for attaching a web page to a window in a three-dimensional model according to a fifth embodiment of the present invention;
FIG. 8 is a flowchart illustrating a method for attaching a web page to a window in a three-dimensional model according to a sixth embodiment of the present invention;
FIG. 9 is a schematic structural diagram of an apparatus for attaching a web page to a window in a three-dimensional model according to a second embodiment of the present invention;
fig. 10 is a schematic structural diagram of a terminal according to an embodiment of the present invention;
fig. 11 is a schematic structural diagram of a storage medium according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, 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 application.
The terms "first", "second" and "third" in this application are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implying any indication of the number of technical features indicated. Thus, a feature defined as "first," "second," or "third" may explicitly or implicitly include at least one of the feature. In the description of the present application, "plurality" means at least two, e.g., two, three, etc., unless explicitly specifically limited otherwise. All directional indications (such as up, down, left, right, front, and rear … …) in the embodiments of the present application are only used to explain the relative positional relationship between the components, the movement, and the like in a specific posture (as shown in the drawings), and if the specific posture is changed, the directional indication is changed accordingly. Furthermore, the terms "include" and "have," as well as any variations thereof, are intended to cover non-exclusive inclusions. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not limited to only those steps or elements listed, but may alternatively include other steps or elements not listed, or inherent to such process, method, article, or apparatus.
Reference herein to "an embodiment" means that a particular feature, structure, or characteristic described in connection with the embodiment can be included in at least one embodiment of the application. The appearances of the phrase in various places in the specification are not necessarily all referring to the same embodiment, nor are separate or alternative embodiments mutually exclusive of other embodiments. It is explicitly and implicitly understood by one skilled in the art that the embodiments described herein can be combined with other embodiments.
FIG. 1 is a schematic diagram of a system for attaching a webpage to a window in a three-dimensional model according to an embodiment of the present invention. As shown in fig. 1, the window-attached-web system in the three-dimensional model includes a main controller 1, a sub-controller 2, and a memory 3. In the process of outputting and displaying the three-dimensional model, the main controller 1 is mainly used for processing the work of image rendering and the like of the three-dimensional model, the auxiliary controller 2 is an independent plug-in process which is independently established, communication connection is established between the main controller 1 and the auxiliary controller 2, specifically, the main controller 1 comprises a UDP client, the auxiliary controller comprises a UDP server, and the memory 3 is used for storing webpage data of all additional webpages in the three-dimensional model and an ID corresponding to each additional webpage. In this embodiment, when the main controller 1 receives an instruction of inputting and outputting a display target web page from a user, the ID of the target web page is sent to the UDP server through the UDP client, the auxiliary controller 2 retrieves and processes corresponding web page data from the memory 3, the processed web page data is sent to the UDP client through the UDP server, and the main controller 1 outputs and displays the processed web page data in a window. Generally, a QOpenGL window type program is generally used for displaying an additional webpage in the development of a three-dimensional model, and therefore, when outputting and displaying webpage data, corresponding operations such as rendering and the like need to be performed on the webpage data first.
FIG. 2 is a flowchart illustrating a method for attaching a web page to a window in a three-dimensional model according to an embodiment of the present invention. It should be noted that the method of the present invention is not limited to the flow sequence shown in fig. 1 if the results are substantially the same. It should be noted that the method is applied to a main controller, as shown in fig. 1, and the method includes the steps of:
step S101: and when an instruction for outputting and displaying the target webpage is received, the ID of the target webpage is sent to the auxiliary controller.
In step S101, the primary controller is mainly used for controlling rendering and processing of animation in the three-dimensional model, and the secondary controller is a pre-established independent plug-in for processing additional web page information that needs to be output and displayed in the three-dimensional model. In this embodiment, when an instruction to output a display target web page is received, the instruction is transmitted to the sub controller.
Step S102: and receiving the processed webpage data sent by the auxiliary controller.
In step S102, after the instruction is sent to the auxiliary controller, the auxiliary controller waits for the web page data corresponding to the ID to be processed, and the processed web page data is fed back. The processed webpage data are rendered and processed through auxiliary control, and after the main controller receives the processed webpage data, the webpage data can be displayed only by establishing a corresponding window without performing other processing on the webpage data.
Step S103: and outputting and displaying the processed webpage data in a window.
In the embodiment, when an instruction for displaying a target webpage is received, the ID of the target webpage is sent to the auxiliary controller, the webpage data of the target webpage are called by the auxiliary controller to be processed, and the ID is fed back to the main controller, the main controller only needs to output and display the processed webpage data in a window, the webpage data do not need to be processed again, the work of processing the webpage data is handed to the auxiliary controller to be processed, so that resources are required to compete with the output and display of the three-dimensional model when the webpage is loaded, the loading speed of the webpage can be improved, the phenomenon that the loading of the webpage causes the blocking of the animation effect of the three-dimensional model can be prevented, and the user experience is improved.
In order to reduce the occupation of resources in the main controller and ensure that the animation display effect of the three-dimensional model is good, on the basis of the above embodiment, in other embodiments, as shown in fig. 3, the step S103 specifically includes the following steps:
step S1031: and judging whether a window corresponding to the target webpage exists in a preset first storage module. If yes, go to step S1032; if not, step S1033 is performed.
Specifically, the first storage module is preset and used for storing the established window, for example: a window corresponding to the size of the additional web page a is created and stored.
Step S1032: and calling the corresponding window and outputting and displaying the processed webpage data.
Specifically, when a window corresponding to the target webpage exists in the first storage module, the corresponding window is directly called from the first storage module and used for outputting and displaying the processed webpage data.
Step S1033: and creating a new window according to the size of the target webpage, and outputting and displaying the processed webpage data in the new window.
Specifically, when the first storage module does not have a window corresponding to the target webpage, a window with a corresponding size is created according to the size of the webpage, and the new window is used for outputting and displaying the processed webpage data.
Further, after step S1033, the method further includes:
step S1034: and the new window corresponds to the ID of the target webpage and then is stored in the first storage module.
Specifically, the new window is corresponding and associated with the ID of the target webpage, and the associated new window is stored in the first storage module, so that the window does not need to be created when the target webpage is viewed subsequently, and the occupation of resources is reduced.
In this embodiment, a first storage module is preset to store a created window, and when a webpage is output and displayed, a corresponding window is directly called to perform output and display, and when no corresponding window exists, a newly created window is output and displayed, and the newly created window is also stored in a second storage module for subsequent use.
In order to further reduce the occupation of the resources of the main controller, in another embodiment based on the above embodiment, as shown in fig. 4, after step S103, the method further includes:
step S201: and when the webpage interaction instruction is received, the webpage interaction instruction is sent to the auxiliary controller.
Step S202: and receiving interactive response operation generated by the auxiliary controller on the webpage interactive instruction.
Step S203: and performing interactive response operation in the window.
In the embodiment, when a user needs to perform interactive operation on webpage data displayed in the window (for example, pulling a scroll bar, turning pages and the like), a webpage interactive instruction can be input, and when the webpage interactive instruction is received, the webpage interactive instruction is sent to the auxiliary controller, the webpage interactive instruction is processed by the auxiliary controller, an interactive response operation generated by the auxiliary controller is received and executed in the window, so that the main controller is not required to process and respond the webpage interactive instruction, and the resource occupation is further avoided.
Fig. 5 is a schematic structural diagram of an apparatus for attaching a web page to a window in a three-dimensional model according to an embodiment of the present invention, and as shown in fig. 5, the apparatus 50 includes a first sending module 51, a first receiving module 52, and an output module 53.
And a first sending module 51, configured to send the ID of the target webpage to the secondary controller when receiving an instruction to output and display the target webpage.
And the first receiving module 52 is configured to receive the processed web page data sent by the secondary controller.
And the output module 53 is configured to output and display the processed webpage data in a window.
Optionally, the operation of the output module 53 outputting and displaying the processed webpage data in a window may also be to determine whether a window corresponding to the target webpage exists in a preset first storage module; if so, calling a corresponding window and outputting and displaying the processed webpage data; and if not, creating a new window according to the size of the target webpage, and outputting and displaying the processed webpage data in the new window.
Optionally, after the output module 53 outputs and displays the processed webpage data in the new window, the method further includes corresponding the new window to the ID of the target webpage, and storing the new window and the ID in the first storage module.
Optionally, after the output module 53 outputs and displays the processed webpage data in the window, when receiving a webpage interaction instruction, the output module sends the webpage interaction instruction to the auxiliary controller; receiving interactive response operation generated by the auxiliary controller on the webpage interactive instruction; and performing interactive response operation in the window.
FIG. 6 is a flowchart illustrating a method for attaching a web page to a window in a three-dimensional model according to an embodiment of the present invention. It should be noted that the method of the present invention is not limited to the flow sequence shown in fig. 6 if the results are substantially the same. It should be noted that the method is applied to the secondary controller, and the method includes the steps of:
step S301: and receiving the ID sent by the main controller.
Step S302: and calling and processing the webpage data corresponding to the ID to obtain the processed webpage data.
In step S302, the display of the additional web page is typically performed with a QOpenGL window type program in the development of the three-dimensional model. In this embodiment, after receiving the ID sent by the main controller, the web page data corresponding to the ID is called to be processed, so that the web page data can be output and displayed in a QOpenGL window type program.
Step S303: and sending the processed webpage data to the main controller.
In the embodiment, when the main controller needs to output and display the target webpage, the processing work of the target webpage is transferred to the main controller to be carried out, so that the resource of the main controller is avoided being occupied, the good animation display effect of the three-dimensional model of the main controller is ensured, and the webpage loading efficiency is improved.
In order to reduce the occupation of resources and improve the processing efficiency of the web page data, in another embodiment based on the above embodiment, as shown in fig. 7, after step S301, the method further includes:
step S401: and judging whether the processed webpage data corresponding to the ID exists in the preset second storage module. If yes, go to step S402; if not, step S302 to step S303 are executed.
Specifically, the second storage module is preset and used for storing processed webpage data.
Step S402: and calling the processed webpage data corresponding to the ID and sending the webpage data to the main controller.
Further, after step S303, the method further includes:
step S403: and the processed webpage data corresponds to the ID and then is stored in the second storage module.
Specifically, the processed webpage data is stored in the second storage module for later use.
In the embodiment, the processed webpage data are stored by arranging the second storage module, and the processed webpage data can be directly called when the webpage data are required to be used, so that the webpage data do not need to be processed again, the frequency of processing the webpage data by the auxiliary controller is reduced, and the occupation of resources is reduced. And for the processed webpage data stored in the second storage module, the processed webpage data is stored in the second storage module after being corresponding to the ID for later use, so that the processed webpage data stored in the second storage module is further enriched.
In order to further reduce the occupation of the resources of the main controller, in another embodiment based on the above embodiment, as shown in fig. 8, after step S303, the method further includes:
step S501: and receiving and processing a webpage interaction instruction sent by the main controller to generate an interaction response operation.
Step 502: and sending the interactive response operation to the main controller.
In the embodiment, the webpage interaction instruction input by the user is processed in the auxiliary controller to generate corresponding interaction corresponding operation, and then the interaction response operation is sent to the main controller, and the main controller only needs to execute the interaction response operation in the window, so that the occupation of resources of the main controller is reduced.
FIG. 9 is a schematic structural diagram of an apparatus for attaching a web page to a window in a three-dimensional model according to an embodiment of the present invention. As shown in fig. 9, the apparatus 90 includes a second receiving module 91, a processing module 92 and a second sending module 93.
And a second receiving module 91, configured to receive the ID sent by the main controller.
And the processing module 92 is configured to call and process the webpage data corresponding to the ID to obtain processed webpage data.
And a second sending module 93, configured to send the processed web page data to the main controller.
Optionally, after the second receiving module 91 receives the ID sent by the main controller, it further determines whether processed web page data corresponding to the ID exists in the preset second storage module; if so, calling the processed webpage data corresponding to the ID and sending the webpage data to the main controller; if not, the webpage data corresponding to the calling ID is called and processed and the subsequent steps are carried out.
Optionally, after the second sending module 93 sends the processed web page data to the main controller, the second sending module further corresponds the processed web page data to the ID, and stores the processed web page data in the second storage module.
Optionally, after the second sending module 93 sends the processed webpage data to the main controller, the method further includes receiving and processing a webpage interaction instruction sent by the main controller to generate an interaction response operation; and sending the interactive response operation to the main controller.
Referring to fig. 10, fig. 10 is a schematic structural diagram of a terminal according to an embodiment of the present invention. As shown in fig. 10, the terminal 100 includes a processor 101 and a memory 102 coupled to the processor 101.
The memory 102 stores program instructions for implementing the method for attaching a web page to a window in a three-dimensional model according to any of the embodiments described above.
The processor 101 is configured to execute program instructions stored in the memory 102 to efficiently attach web pages to windows in a three-dimensional module.
The processor 101 may also be referred to as a Central Processing Unit (CPU). The processor 101 may be an integrated circuit chip having signal processing capabilities. The processor 101 may also be a general purpose processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), an off-the-shelf programmable gate array (FPGA) or other programmable logic device, discrete gate or transistor logic, discrete hardware components. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
Referring to fig. 11, fig. 11 is a schematic structural diagram of a storage medium according to an embodiment of the invention. The storage medium of the embodiment of the present invention stores a program file 111 capable of implementing all the methods described above, where the program file 111 may be stored in the storage medium in the form of a software product, and includes several instructions to enable a computer device (which may be a personal computer, a server, or a network device) or a processor (processor) to execute all or part of the steps of the methods described in the embodiments of the present application. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a mobile hard disk, a Read-only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, or terminal devices, such as a computer, a server, a mobile phone, and a tablet.
In the several embodiments provided in the present application, it should be understood that the disclosed terminal, apparatus and method may be implemented in other manners. For example, the above-described apparatus embodiments are merely illustrative, and for example, a division of a unit is merely a logical division, and an actual implementation may have another division, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit. The above embodiments are merely examples and are not intended to limit the scope of the present disclosure, and all modifications, equivalents, and flow charts using the contents of the specification and drawings of the present disclosure or those directly or indirectly applied to other related technical fields are intended to be included in the scope of the present disclosure.

Claims (12)

1. A method for attaching a webpage to a window in a three-dimensional model is applied to a main controller and comprises the following steps:
when an instruction of outputting and displaying a target webpage is received, the ID of the target webpage is sent to an auxiliary controller;
receiving processed webpage data sent by the auxiliary controller;
and outputting and displaying the processed webpage data in a window.
2. The method of claim 1, wherein the step of displaying the processed web page data in a window comprises:
judging whether a window corresponding to the target webpage exists in a preset first storage module or not;
if so, calling the corresponding window, and outputting and displaying the processed webpage data;
if not, a new window is created according to the size of the target webpage, and the processed webpage data is output and displayed in the new window.
3. The method of claim 2, wherein after the step of displaying the processed web page data in the new window, further comprising:
and the new window corresponds to the ID of the target webpage and then is stored in the first storage module.
4. The method of claim 1, wherein after the step of outputting and displaying the processed web page data in a window, the method further comprises:
when a webpage interaction instruction is received, the webpage interaction instruction is sent to the auxiliary controller;
receiving interactive response operation generated by the auxiliary controller on the webpage interactive instruction;
and executing the interactive response operation in the window.
5. An apparatus for attaching a web page to a window in a three-dimensional model, comprising:
the first sending module is used for sending the ID of the target webpage to the auxiliary controller when receiving an instruction of outputting and displaying the target webpage;
the first receiving module is used for receiving the processed webpage data sent by the auxiliary controller;
and the output module is used for outputting and displaying the processed webpage data in a window.
6. A method for attaching a webpage to a window in a three-dimensional model is applied to an auxiliary controller and comprises the following steps:
receiving an ID sent by a main controller;
calling and processing webpage data corresponding to the ID to obtain processed webpage data;
and sending the processed webpage data to the main controller.
7. The method of claim 6, wherein after the step of receiving the ID sent by the master controller, the method further comprises:
judging whether processed webpage data corresponding to the ID exist in a preset second storage module or not;
if so, calling the processed webpage data corresponding to the ID and sending the webpage data to the main controller;
if not, calling the webpage data corresponding to the ID and performing processing and subsequent steps.
8. The method of claim 7, wherein after the step of sending the processed web page data to the host controller, further comprising:
and the processed webpage data corresponds to the ID and then is stored in the second storage module.
9. The method of claim 6, wherein after the step of sending the processed web page data to the host controller, further comprising:
receiving and processing a webpage interaction instruction sent by the main controller to generate an interaction response operation;
and sending the interactive response operation to the main controller.
10. An apparatus for attaching a web page to a window in a three-dimensional model, comprising:
the second receiving module is used for receiving the ID sent by the main controller;
the processing module is used for calling and processing the webpage data corresponding to the ID to obtain processed webpage data;
and the second sending module is used for sending the processed webpage data to the main controller.
11. A terminal, comprising a processor, a memory coupled to the processor, wherein,
the memory stores program instructions for implementing a method for attaching a web page to a window in a three-dimensional model according to any one of claims 1-4 or claims 6-9;
the processor is configured to execute the program instructions stored by the memory to efficiently attach web pages to windows in a three-dimensional module.
12. A storage medium storing a program file capable of implementing a method of attaching a web page to a window in a three-dimensional model according to any one of claims 1 to 4 or claims 6 to 9.
CN202010261109.6A 2020-04-03 2020-04-03 Method, device, terminal and storage medium for attaching webpage to window in three-dimensional model Active CN111597478B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010261109.6A CN111597478B (en) 2020-04-03 2020-04-03 Method, device, terminal and storage medium for attaching webpage to window in three-dimensional model

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010261109.6A CN111597478B (en) 2020-04-03 2020-04-03 Method, device, terminal and storage medium for attaching webpage to window in three-dimensional model

Publications (2)

Publication Number Publication Date
CN111597478A true CN111597478A (en) 2020-08-28
CN111597478B CN111597478B (en) 2024-02-06

Family

ID=72187395

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010261109.6A Active CN111597478B (en) 2020-04-03 2020-04-03 Method, device, terminal and storage medium for attaching webpage to window in three-dimensional model

Country Status (1)

Country Link
CN (1) CN111597478B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014206068A1 (en) * 2013-06-28 2014-12-31 Tencent Technology (Shenzhen) Company Limited A method, apparatus and system for sharing webpage
WO2018113559A1 (en) * 2016-12-23 2018-06-28 深圳创维数字技术有限公司 Webpage interactive method and device
CN109684590A (en) * 2018-12-25 2019-04-26 威创集团股份有限公司 A kind of browsing device net page data sharing method and device
CN109783757A (en) * 2018-12-29 2019-05-21 360企业安全技术(珠海)有限公司 Render method and device, the system, storage medium, electronic device of webpage

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014206068A1 (en) * 2013-06-28 2014-12-31 Tencent Technology (Shenzhen) Company Limited A method, apparatus and system for sharing webpage
WO2018113559A1 (en) * 2016-12-23 2018-06-28 深圳创维数字技术有限公司 Webpage interactive method and device
CN109684590A (en) * 2018-12-25 2019-04-26 威创集团股份有限公司 A kind of browsing device net page data sharing method and device
CN109783757A (en) * 2018-12-29 2019-05-21 360企业安全技术(珠海)有限公司 Render method and device, the system, storage medium, electronic device of webpage

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
王海涛;刘美艳;郭菊;朱峰;: "BIM模型网页端可视化研究" *

Also Published As

Publication number Publication date
CN111597478B (en) 2024-02-06

Similar Documents

Publication Publication Date Title
WO2019174546A1 (en) User interface display method and device, apparatus, and storage medium
WO2019174469A1 (en) Message notification method, apparatus, device and storage medium
CN107977141B (en) Interaction control method and device, electronic equipment and storage medium
EP2584445A1 (en) Method of animating a rearrangement of ui elements on a display screen of an eletronic device
CN111240626A (en) Method and system for double-screen interaction of intelligent cabin operating system based on Hypervisor
JP2011040035A (en) Display input device and computer program
EP2721505B1 (en) Hierarchical display-server system and method
CN108880921A (en) Webpage monitoring method
EP3054423B1 (en) Apparatus and method for processing animation
US20120287020A1 (en) Information processing apparatus, information processing method, and computer program
WO2017032078A1 (en) Interface control method and mobile terminal
CN104035683A (en) Split-screen multitask interaction method for communication terminal
CN111813308B (en) Interface processing method and device, electronic equipment and storage medium
WO2023216724A1 (en) Terminal control method and apparatus, electronic device, and storage medium
CN110058778A (en) Input panel switching method and device
CN113055750A (en) Live broadcast method, device, terminal and storage medium
CN113282424A (en) Information reference method and device and electronic equipment
CN114116092A (en) Cloud desktop system processing method, cloud desktop system control method and related equipment
CN110290058A (en) A kind of method and apparatus that conversation message being presented in the application
CN113778583A (en) Method, device, equipment and medium for publishing local application of cloud desktop
WO2024037415A1 (en) Screen mirroring content display method and apparatus, device and storage medium
CN111597478B (en) Method, device, terminal and storage medium for attaching webpage to window in three-dimensional model
CN116578219A (en) Form page self-adaptive display method and device suitable for left and right double screens, computer equipment and computer readable storage medium
CN113867581B (en) Content editing method and device and electronic equipment
CN115421841A (en) Notification processing method, terminal device, server and computer storage medium

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