WO2023195612A1 - 웹 기반 3차원 객체 편집 시스템 및 방법 - Google Patents

웹 기반 3차원 객체 편집 시스템 및 방법 Download PDF

Info

Publication number
WO2023195612A1
WO2023195612A1 PCT/KR2023/001488 KR2023001488W WO2023195612A1 WO 2023195612 A1 WO2023195612 A1 WO 2023195612A1 KR 2023001488 W KR2023001488 W KR 2023001488W WO 2023195612 A1 WO2023195612 A1 WO 2023195612A1
Authority
WO
WIPO (PCT)
Prior art keywords
editing
user
web page
service server
module
Prior art date
Application number
PCT/KR2023/001488
Other languages
English (en)
French (fr)
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 WO2023195612A1 publication Critical patent/WO2023195612A1/ko

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/60Editing figures and text; Combining figures or text
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T19/00Manipulating 3D models or images for computer graphics
    • G06T19/20Editing of 3D images, e.g. changing shapes or colours, aligning objects or positioning parts

Definitions

  • the present invention relates to a three-dimensional object editing system and method, and provides a web-based editing tool that can edit three-window dimensional objects, allowing multiple users to edit three-dimensional objects at the same time, and providing an editing tool. It relates to a system and method that allows users to freely change and add necessary functions to facilitate editing.
  • Korean Patent Publication No. 10-2015-0057100 “Electronic Device and Method for Editing 3D Objects,” also provides an editing method for 3D objects, but the 3D object is provided by rendering it on a terminal, and is provided in a predetermined manner. Since only editing using the editing function is possible, it is impossible to add the editing function desired by the user or for multiple users to edit jointly. Therefore, technology that allows free editing of 3D objects is required.
  • the purpose of the present invention is to enable web-based editing of 3D objects without installing a separate program on the terminal.
  • the purpose of the present invention is to enable real-time editing of a 3D model in a terminal without rendering it, thereby enabling editing of a 3D model even in a lightweight terminal.
  • the purpose of the present invention is to allow multiple users to edit one 3D object model simultaneously.
  • the purpose of the present invention is to allow users to freely add editing tools for editing 3D objects according to their needs.
  • the purpose of the present invention is to allow the layout of a screen for editing 3D objects to be freely adjusted according to the user's convenience.
  • a 3D object editing system includes a service server that stores model data for a 3D object, receives the model data from the service server, and stores the received model data.
  • a rendering module that generates a two-dimensional image by rendering and streams the generated two-dimensional image, wherein the service server displays the two-dimensional image streamed from the rendering server on at least a portion of the screen, and one of the screens Creating a web page that includes a function of outputting an editing screen for the 3D object at least in part and transmitting an editing command for the 3D object generated according to a user's manipulation of the editing screen to the service server It may be configured to transmit to the user terminal.
  • the service server stores information about the editing authority of the 3D object and checks the user authentication information received from the user terminal to confirm whether the edit command is from a user who has editing authority for the 3D object. there is.
  • the service server may be configured to transmit the web page to a plurality of user terminals, receive editing commands for the 3D object from the web page, and reflect each editing command in the model data.
  • the service server may store a plurality of editing modules to be included in the editing screen, and generate a web page to include one or more editing modules selected by the user among the plurality of editing modules and a module for displaying the two-dimensional image. there is.
  • the user server receives the editing module from the user terminal and stores it together with non-authentication status information, and when receiving authentication information for the received editing module, the user server converts the non-authentication status information for the received editing module into authentication status information. , and only the editing modules saved with authentication status information can be provided for the user to select.
  • the present invention can achieve the effect of enabling web-based editing of 3D objects without installing a separate program on the terminal.
  • the present invention allows real-time editing of a 3D model without rendering it on a terminal, thereby achieving the effect of enabling editing of a 3D model even in a lightweight terminal.
  • the present invention can achieve the effect of allowing multiple users to edit one 3D object model simultaneously.
  • the present invention can achieve the effect of allowing users to freely add editing tools for editing 3D objects according to their needs.
  • the present invention can achieve the effect of allowing the layout of the screen for editing 3D objects to be freely adjusted according to the user's convenience.
  • FIG. 1 is a diagram showing the configuration of a 3D object editing system according to an embodiment of the present invention.
  • Figure 2 is a diagram illustrating the layout of a web page screen displayed on a user terminal in a 3D object editing system according to an embodiment of the present invention.
  • Figure 3 is a diagram showing the configuration of an editing module for a web page displayed on a user terminal in a 3D object editing system according to an embodiment of the present invention.
  • Figure 4 is a diagram illustrating an example of editing a 3D object simultaneously on a plurality of user terminals in a 3D object editing system according to an embodiment of the present invention.
  • Figure 5 is a flowchart showing the flow of a 3D object editing method according to an embodiment of the present invention.
  • a 3D object editing system includes a service server that stores model data for a 3D object, receives the model data from the service server, and stores the received model data.
  • a rendering module that generates a two-dimensional image by rendering and streams the generated two-dimensional image, wherein the service server displays the two-dimensional image streamed from the rendering server on at least a portion of the screen, and one of the screens Creating a web page that includes a function of outputting an editing screen for the 3D object at least in part and transmitting an editing command for the 3D object generated according to a user's manipulation of the editing screen to the service server It may be configured to transmit to the user terminal.
  • the service server stores information about the editing authority of the 3D object and checks the user authentication information received from the user terminal to confirm whether the edit command is from a user who has editing authority for the 3D object. there is.
  • the service server may be configured to transmit the web page to a plurality of user terminals, receive editing commands for the 3D object from the web page, and reflect each editing command in the model data.
  • the service server may store a plurality of editing modules to be included in the editing screen, and generate a web page to include one or more editing modules selected by the user among the plurality of editing modules and a module for displaying the two-dimensional image. there is.
  • the service server receives and stores the editing module to be included in the web page from the user terminal, and when the user selects the received editing module, it can create a web page including the received editing module.
  • the user server receives the editing module from the user terminal and stores it together with non-authentication status information, and when receiving authentication information for the received editing module, the user server converts the non-authentication status information for the received editing module into authentication status information. , and only the editing modules saved with authentication status information can be provided for the user to select.
  • FIG. 1 is a diagram showing the configuration of a 3D object editing system according to an embodiment of the present invention.
  • the 3D object editing system 101 may be configured to include a service server 110 and a rendering module 120, and each component is installed and operated on a single physical device. It can be done, or it can be physically installed and operated in separate devices.
  • each may be configured using a software module or a hardware module, and may also be configured in a combined form.
  • the service server 110 stores model data for 3D objects.
  • a 3D object refers to an object that exists in a virtual 3D space, and may include various things such as terrain, items, and avatars that make up the virtual space.
  • services utilizing virtual space such as Metaverse
  • the use of various 3D objects in virtual space is increasing, and users use various 3D objects such as terrain, items, and avatars to express their individuality.
  • users use various 3D objects such as terrain, items, and avatars to express their individuality. There is an increasing number of cases where people want to edit objects directly.
  • Model data for a 3D object stored in the service server 110 means converting the 3D object into a format that can be understood by a computer system.
  • the service for 3D space reads a 3D model in a format that a computer system can understand on a computer and goes through a rendering process to create a 2D image of the screen when viewed from a specific point of view. It will be displayed on the screen.
  • a two-dimensional image is created from two perspectives (both eyes) on the same model, and the image is viewed through the left and right eyes, thereby providing a three-dimensional image.
  • the service server 110 may create a web page that allows the stored 3D object to be edited on the user terminal and transmit it to the user terminal.
  • Web pages can be constructed according to the HTML5 standard, and by including code that can process logic such as JavaScript along with HTML tags, the web browser on the user's terminal can read them and provide various services. there is.
  • the web page generated by the service server 110 and provided to the user terminal may include a configuration for a screen displayed in a web browser. At least part of the screen includes the stored 3D object streaming from the rendering server 120. A rendered two-dimensional image can be displayed.
  • Web-RTC Web Real-Time Communication
  • Web RC Web Real-Time Communication
  • the web page generated by the service server 110 and provided to the user terminal outputs an editing screen for the 3D object on at least part of the screen, and the 3D object generated according to the user's manipulation of the editing screen It may include a function of transmitting an edit command for to the service server 110.
  • editing commands generated by users through clicking, dragging, etc. on a web page can be transmitted to the service server 110 in real time to allow editing of 3D objects. there is.
  • the service server 110 may be configured to include a web server to transmit the web page created in this way to the user terminal.
  • a web server to transmit the web page created in this way to the user terminal.
  • the user terminal can display it on the screen through a web browser for the user to use.
  • the service server 110 stores information about the editing authority of the 3D object and verifies the user authentication information received from the user terminal receiving the web page to determine whether the service server 110 has editing authority for the 3D object. You can check whether it is a user's edit command and apply it only if it is an edit command from a user with authority. By configuring the above-created web page to be transmitted only to the user terminal of the user who previously had permission to edit the 3D object, only users with permission can view the image of the 3D object or check the edit screen. You may.
  • Information about editing rights for 3D objects stored in the service server 110 may contain information about only one user, or may contain rights information about multiple users or user groups. Ownership rights and editing rights for the three-dimensional object can be separated, and it is possible for a user with ownership rights to grant editing rights to other users or other user groups, and users who are granted editing rights in this way can can edit the 3D object using the web page.
  • a user's editing authority can be divided in detail, and a specific user can be granted authority for specific editing commands.
  • a user with ownership rights to a 3D object may have full editing rights, and this user may not grant a specific user the rights to change the shape of the 3D object, only to change its color. In this case, an authorized user can only change the color of a 3D object.
  • editing screens other than color change may not be displayed or may be provided in a deactivated manner.
  • the streaming 2D video can be displayed small and the editing screen can be set to be large, or the 2D video can be displayed on most of the entire screen to only serve to confirm it. It may be possible.
  • the editing modules included in the editing screen can be freely set as desired, maximizing editing efficiency.
  • User A can edit a web page by including an editing module containing detailed editing functions for modifying the shape of a 3D object, and User B can set the color for each side of the object. Editing can be done by including the color editing module in the web page. It is possible to maximize the efficiency of joint editing by allowing each person to edit a 3D object in a different role and check this information in real time.
  • the service server 110 may provide the editing module created by the user for use by other users.
  • it may be configured to obtain permission from the user who created the editing module
  • the editing module may be configured to obtain permission from the user who created the editing module. It can be configured to pay all or part of the costs incurred by using the editing module to the user who created the editing module.
  • an editing module created by the user it may act like malicious code on the 3D object editing system 101 due to the user's intention or mistake. Therefore, it can be configured to include only editing modules that have passed the authentication process for the presence of such unnecessary repetitive statements, etc., in the web page.
  • the authentication process may use a rule-based algorithm or artificial intelligence (AI) designated by the administrator, or the administrator may directly check the code that makes up the editing module to check for any problems and authenticate. You may.
  • AI artificial intelligence
  • the rendering module 120 receives the model data from the service server 110, renders the received model data to generate a two-dimensional image, and streams the generated two-dimensional image. Since model data can be configured to be transmitted only from the service server 110 within the 3D object editing system 101 to the rendering module 120 and not to the user terminal, security for model data can be further strengthened. You can.
  • the rendering module 120 can be installed and operated in the form of a program on the user terminal. In this case, rendering can be performed on the user terminal without separately allocating resources for rendering model data on the server. , Through this transformation, various service configurations are possible, such as differentiating the cost of service use when server resources are used and when server resources are not used. In this way, even if the rendering module 120 is installed in the user terminal, the video is provided to the web browser using the same streaming technology, so the user can use the same service using only the web browser.
  • the rendering module 120 can stream a two-dimensional image generated through rendering of model data using Web RTC technology.
  • the user terminal uses binocular parallax like a VR device to stream a two-dimensional image.
  • a terminal capable of providing 3D images it may be configured to generate rendered images for multiple viewpoints and stream them respectively.
  • Figure 2 is a diagram illustrating the layout of a web page screen displayed on a user terminal in a 3D object editing system according to an embodiment of the present invention.
  • a web page transmitted from the service server 110 can be displayed on a web page of the user terminal, and the web page includes a video display area 210 and an editing screen area 220. It can be.
  • the video display area 210 is displayed at the upper left and can be configured to use a wide editing screen area 220 by applying various editing modules to the right and lower parts.
  • the entire screen may be configured as the video display area 210 so that only viewing of the editing process can be performed using the entire screen during joint editing.
  • Figure 3 is a diagram showing the configuration of an editing module for a web page displayed on a user terminal in a 3D object editing system according to an embodiment of the present invention.
  • the user can freely set the screen configuration of the web page to be used to edit the 3D object, as well as various editing modules to be used.
  • reference numeral (a) the user has set to use editing modules 1, 2, and 3 (310 to 330). As shown on the screen, editing modules 1 and 2 are on the right, and editing module 3 is at the bottom. It can be displayed. In addition, it is possible to use editing modules 4, 5, and 6 (340 to 360) as shown in reference numeral (b) and have them all located at the bottom.
  • the 3D object editing system 101 of the present invention can be connected to a plurality of user terminals to allow editing of one 3D object simultaneously.
  • web page screens displayed on multiple user terminals editing the same 3D object as on the screen may have different screen configurations depending on each user's settings, allowing each user to edit in a convenient way. This allows you to maximize editing efficiency.
  • the 3D object editing method according to the present invention relates to a method operating in a 3D object editing system 101 equipped with a central processing unit (CPU) and memory, and is implemented using software to operate in such a computing system. It can be.
  • CPU central processing unit
  • the model data for the 3D object stored in step S501 means converting the 3D object into data in a format that can be understood by a computer system.
  • the service for 3D space reads a 3D model in a format that a computer system can understand on a computer and goes through a rendering process to create a 2D image of the screen when viewed from a specific point of view. It will be displayed on the screen.
  • a two-dimensional image is created from two perspectives (both eyes) on the same model, and the image is viewed through the left and right eyes, thereby providing a three-dimensional image.
  • step S502 the model data is received from the service server 110, the received model data is rendered to generate a two-dimensional image, and the generated two-dimensional image is streamed.
  • step S502 may be operated through a module installed in the form of a program on the user terminal. In this case, rendering can be performed on the user terminal without separately allocating resources for rendering model data on the server. Through this transformation, various service configurations are possible, such as differentiating the cost of service use when server resources are used and when they are not. In this way, even if the rendering module 120 is installed in the user terminal, the video is provided to the web browser using the same streaming technology, so the user can use the same service using only the web browser.
  • step S503 information about the editing authority for the 3D object is stored in the service server 110, and user authentication information received from the user terminal receiving the web page for editing the 3D object is checked to determine the 3D object.
  • the information about the editing authority for the 3D object stored in the service server 110 may contain information about only one user, or it may contain authority information about a plurality of users or user groups. Ownership rights and editing rights for the three-dimensional object can be separated, and it is possible for a user with ownership rights to grant editing rights to other users or other user groups, and users who are granted editing rights in this way can can edit the 3D object using the web page.
  • a user's editing authority can be divided in detail, and a specific user can be granted authority for specific editing commands.
  • a user with ownership rights to a 3D object may have full editing rights, and this user may not grant a specific user the rights to change the shape of the 3D object, only to change its color. In this case, an authorized user can only change the color of a 3D object.
  • editing screens other than color change may not be displayed or may be provided in a deactivated manner.
  • a plurality of editing modules to be included in the editing screen of the web page are stored, and a web page can be generated to include one or more editing modules selected by the user among the plurality of editing modules and a module for displaying the two-dimensional image.
  • Tools that can be used to edit 3D objects can be very diverse, but in the past, it was difficult for users to freely use the tools they wanted, and unnecessary tools were listed, making efficient editing difficult.
  • efficient editing can be possible by allowing users to select their desired editing module to construct a web page and then proceed with editing.
  • the layout that makes up the web page can also be freely selected by the user.
  • the streaming 2D video can be displayed small and the editing screen can be set to be large, or the 2D video can be displayed on most of the entire screen to only serve to confirm it. It may be possible.
  • the editing modules included in the editing screen can be freely set as desired, maximizing editing efficiency.
  • User A can edit a web page by including an editing module containing detailed editing functions for modifying the shape of a 3D object, and User B can set the color for each side of the object. Editing can be done by including the color editing module in the web page. It is possible to maximize the efficiency of joint editing by allowing each person to edit a 3D object in a different role and check this information in real time.
  • step S504 an editing module to be included in a web page is received and stored from the user terminal, and when the user selects the received editing module, a web page can be created to include the received editing module. Since the modules included in the web page are configured using the standard HTML5, the service server 110 does not prepare and provide all editing modules, but users can create and use editing modules that are convenient for them. In this case, the editing module created by the user can be received from the service server 110 and reflected on the user's web page.
  • the editing module created by the user may be provided for use by other users.
  • the editing module may be configured to obtain permission from the user who created the editing module, and the editing module created by the user may be provided for use by other users. All or part of the cost can be configured to be paid to the user who created the editing module.
  • step S504 the editing module is received from the user terminal and stored together with non-authenticated status information, and when authentication information for the received editing module is received, the non-authenticated status information for the received editing module is changed to authenticated status information, Only editing modules saved with authentication status information can be provided for the user to select.
  • an editing module created by the user it may act like malicious code on the 3D object editing system 101 due to the user's intention or mistake. Therefore, it can be configured to include only editing modules that have passed the authentication process for the presence of such unnecessary repetitive statements, etc., in the web page.
  • the authentication process may use a rule-based algorithm or artificial intelligence (AI) designated by the administrator, or the administrator may directly check the code that makes up the editing module to check for any problems and authenticate. You may.
  • AI artificial intelligence
  • a web page that allows the saved 3D object to be edited on the user terminal can be created and transmitted to the user terminal.
  • Web pages can be constructed according to the HTML5 standard, and by including code that can process logic such as JavaScript along with HTML tags, the web browser on the user's terminal can read them and provide various services. there is.
  • the web page generated in step S505 and provided to the user terminal may include a configuration for a screen displayed in a web browser, where at least part of the screen is rendered for the stored 3D object streaming from the rendering server 120.
  • Two-dimensional images can be displayed.
  • Web-RTC Web Real-Time Communication
  • Web RC Web Real-Time Communication
  • the web page created in step S505 and provided to the user terminal outputs an editing screen for the 3D object on at least part of the screen, and edits the 3D object created according to the user's manipulation of the editing screen. It may include a function for transmitting a command to the service server 110.
  • editing commands generated by users through clicking, dragging, etc. on a web page can be transmitted to the service server 110 in real time to allow editing of 3D objects. there is.
  • the created web page can be transmitted to a plurality of user terminals, an editing command for the 3D object can be received from the web page, and each editing command can be reflected in the model data.
  • the editing authority for one 3D object may be held by a plurality of users or user groups. In this case, a plurality of users with the authority receive the web page generated from the service server 110 and edit it. You can participate in In this case, the 2D image of the 3D object modified according to the editing command can be displayed in real time on the web browser of the user terminal through each web page, and it is possible to simultaneously edit the 3D object in real time while checking each other. possible.
  • the composition of the web page may vary depending on the permissions granted to each user, and even if the permissions are the same, each user may view different web pages according to the screen composition set according to his or her convenience. You can receive and use it.
  • the rendering module 120 can separately generate a 2D image for one 3D object to be streamed to each user's user terminal, allowing each user to check and edit the 3D object from different angles. This allows you to maximize the efficiency of collaborative work.
  • the 3D object editing method according to the present invention can be produced as a program for a computer to execute and recorded on a computer-readable recording medium.
  • Examples of computer-readable recording media include magnetic media such as hard disks, floppy disks and magnetic tapes, optical recording media such as CDROMs and DVDs, and magneto-optical media such as floptical disks. media), and hardware devices specifically configured to store and perform program instructions, such as ROM, RAM, flash memory, etc.
  • Examples of program instructions include not only machine language code such as that created by a compiler, but also high-level language code that can be executed by a computer using an interpreter or the like.
  • the hardware device may be configured to operate as one or more software modules to perform processing according to the invention and vice versa.
  • the present invention relates to a web-based 3D object editing system and method, which includes a service server storing model data for a 3D object, receiving the model data from the service server, and rendering the received model data to display 2 A rendering module that generates a 3D image and streams the generated 2D image, wherein the service server displays the 2D image streamed from the rendering server on at least a portion of the screen, and displays the 2D image streamed from the rendering server on at least a portion of the screen.
  • a 3D object editing system characterized by transmission and a method of operating the system are provided.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • Software Systems (AREA)
  • Tourism & Hospitality (AREA)
  • Computer Hardware Design (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Health & Medical Sciences (AREA)
  • Architecture (AREA)
  • Computer Graphics (AREA)
  • Economics (AREA)
  • General Health & Medical Sciences (AREA)
  • Human Resources & Organizations (AREA)
  • Marketing (AREA)
  • Primary Health Care (AREA)
  • Strategic Management (AREA)
  • General Business, Economics & Management (AREA)
  • Processing Or Creating Images (AREA)

Abstract

본 발명은 웹 기반의 3차원 객체 편집 시스템 및 방법에 관한 것으로, 3차원 객체에 대한 모델 데이터를 저장하는 서비스 서버 및 상기 서비스 서버로부터 상기 모델 데이터를 수신하고, 상기 수신한 모델 데이터를 렌더링하여 2차원 영상을 생성하고, 상기 생성된 2차원 영상을 스트리밍하는 렌더링 모듈을 포함하고, 상기 서비스 서버는 화면 중 적어도 일부에 상기 렌더링 서버로부터 스트리밍 되는 상기 2차원 영상을 표시하고, 상기 화면 중 적어도 일부에 상기 3차원 객체에 대한 편집 화면을 출력하고, 상기 편집 화면에 대한 사용자 조작에 따라 생성되는 상기 3차원 객체에 대한 편집 명령을 상기 서비스 서버에 전송하는 기능을 포함하는 웹 페이지를 생성하여 사용자 단말기에 전송하는 것을 특징으로 하는 3차원 객체 편집 시스템 및 그 시스템의 동작 방법을 제공한다.

Description

웹 기반 3차원 객체 편집 시스템 및 방법
본 발명은 3차원 객체 편집 시스템 및 방법에 관한 것으로, 웹 기반으로 3창차원 객체를 편집할 수 있는 편집 툴을 제공함으로써, 복수의 사용자가 동시에 3차원 객체를 편집할 수 있도록 하고, 편집 툴을 사용자가 자유롭게 변경시키고, 필요한 기능을 추가하여 편집을 용이하게 할 수 있도록 하는 시스템 및 방법에 관한 것이다.
실세계와 가까운 3차원 그래픽 기술을 이용한 서비스가 늘어나서, 사용자가 3차원 아이템, 아바타 등 다양한 3차원 객체를 직접 편집하고자 하는 요구가 늘어나고 있다.
그러나, 3차원 객체를 편집할 수 있도록 하는 편집 도구는 3차원 모델을 렌더링하여 실시간으로 편집자가 볼 수 있도록 제공해야 하기 때문에, 렌더링 모듈이 포함된 편집 프로그램을 단말기에 설치하여 해당 프로그램에서 제공하는 기능만을 이용해 편집하는 것만이 가능하였다.
종래기술인 한국공개특허공보 제10-2015-0057100호, "3D 객체 편집을 위한 전자 장치 및 방법"에서도 3차원 객체에 대한 편집 방법을 제공하고 있으나, 단말기 상에서 3차원 객체를 렌더링하여 제공하고, 정해진 편집 기능을 이용한 편집만이 가능하기 때문에, 사용자가 원하는 편집 기능을 추가하거나, 복수의 사용자가 공동으로 편집하는 것이 불가능하다. 따라서, 자유로운 3차원 객체 편집이 가능하도록 하는 기술이 요구된다.
본 발명은 단말기에 별도의 프로그램을 설치하지 않고도 웹 기반으로 3차원 객체를 편집할 수 있도록 하는 것을 목적으로 한다.
본 발명은 단말기에서 3차원 모델을 렌더링하지 않고도 실시간으로 편집할 수 있도록 하여, 경량 단말기에서도 3차원 모델에 대한 편집이 가능하도록 하는 것을 목적으로 한다.
본 발명은 복수의 사용자가 하나의 3차원 객체 모델을 동시에 편집할 수 있도록 하는 것을 목적으로 한다.
본 발명은 3차원 객체 편집을 위한 편집 도구를 사용자의 필요에 따라 자유롭게 추가할 수 있도록 하는 것을 목적으로 한다.
본 발명은 3차원 객체 편집을 위한 화면의 레이아웃을 사용자의 편의에 따라 자유롭게 조정할 수 있도록 하는 것을 목적으로 한다.
이러한 목적을 달성하기 위하여 본 발명의 일실시예에 따른 3차원 객체 편집 시스템은 3차원 객체에 대한 모델 데이터를 저장하는 서비스 서버 및 상기 서비스 서버로부터 상기 모델 데이터를 수신하고, 상기 수신한 모델 데이터를 렌더링하여 2차원 영상을 생성하고, 상기 생성된 2차원 영상을 스트리밍하는 렌더링 모듈을 포함하고, 상기 서비스 서버는 화면 중 적어도 일부에 상기 렌더링 서버로부터 스트리밍 되는 상기 2차원 영상을 표시하고, 상기 화면 중 적어도 일부에 상기 3차원 객체에 대한 편집 화면을 출력하고, 상기 편집 화면에 대한 사용자 조작에 따라 생성되는 상기 3차원 객체에 대한 편집 명령을 상기 서비스 서버에 전송하는 기능을 포함하는 웹 페이지를 생성하여 사용자 단말기에 전송하도록 구성될 수 있다.
이 때, 상기 서비스 서버는 상기 3차원 객체의 편집 권한에 대한 정보를 저장하고, 상기 사용자 단말기로부터 수신되는 사용자 인증 정보를 확인하여 상기 3차원 객체에 대한 편집 권한을 보유한 사용자의 편집 명령인지 확인할 수 있다.
또한, 상기 서비스 서버는 복수의 사용자 단말기에 상기 웹 페이지를 전송하고, 상기 웹 페이지로부터 상기 3차원 객체에 대한 편집 명령을 수신하여 각각의 편집 명령을 상기 모델 데이터에 반영하도록 구성될 수 있다.
또한, 상기 서비스 서버는 상기 편집 화면에 포함될 복수의 편집 모듈을 저장하고, 상기 복수의 편집 모듈 중 사용자가 선택한 하나 이상의 편집 모듈과 상기 2차원 영상을 표시하는 모듈을 포함하도록 웹 페이지를 생성할 수 있다.
이 때, 상기 서비스 서버는 사용자 단말기로부터 웹 페이지에 포함될 편집 모듈을 수신하여 저장하고, 상기 수신한 편집 모듈을 사용자가 선택하면, 상기 수신한 편집 모듈을 포함하도록 웹 페이지를 생성할 수 있다.
또한, 상기 사용자 서버는 상기 사용자 단말기로부터 상기 편집 모듈을 수신하여 비인증 상태 정보와 함께 저장하고, 상기 수신한 편집 모듈에 대한 인증 정보를 수신하면 상기 수신한 편집 모듈에 대한 비인증 상태 정보를 인증 상태 정보로 변경하고, 인증 상태 정보와 함께 저장된 편집 모듈만 사용자가 선택할 수 있도록 제공할 수 있다.
본 발명은 단말기에 별도의 프로그램을 설치하지 않고도 웹 기반으로 3차원 객체를 편집할 수 있도록 하는 효과를 얻을 수 있다.
본 발명은 단말기에서 3차원 모델을 렌더링하지 않고도 실시간으로 편집할 수 있도록 하여, 경량 단말기에서도 3차원 모델에 대한 편집이 가능하도록 하는 효과를 얻을 수 있다.
본 발명은 복수의 사용자가 하나의 3차원 객체 모델을 동시에 편집할 수 있도록 하는 효과를 얻을 수 있다.
본 발명은 3차원 객체 편집을 위한 편집 도구를 사용자의 필요에 따라 자유롭게 추가할 수 있도록 하는 효과를 얻을 수 있다.
본 발명은 3차원 객체 편집을 위한 화면의 레이아웃을 사용자의 편의에 따라 자유롭게 조정할 수 있도록 하는 효과를 얻을 수 있다.
도 1은 본 발명의 일실시예에 따른 3차원 객체 편집 시스템의 구성을 도시한 구성도이다.
도 2는 본 발명의 일실시예에 따른 3차원 객체 편집 시스템에서 사용자 단말기에 표시되는 웹 페이지 화면의 레이아웃을 도시한 도면이다.
도 3은 본 발명의 일실시예에 따른 3차원 객체 편집 시스템에서 사용자 단말기에 표시되는 웹 페이지의 편집 모듈 구성을 도시한 도면이다.
도 4는 본 발명의 일실시예에 따른 3차원 객체 편집 시스템에서 복수의 사용자 단말기에서 동시에 3차원 객체를 편집하는 경우의 일례를 도시한 도면이다.
도 5는 본 발명의 일실시예에 따른 3차원 객체 편집 방법의 흐름을 도시한 흐름도이다.
이러한 목적을 달성하기 위하여 본 발명의 일실시예에 따른 3차원 객체 편집 시스템은 3차원 객체에 대한 모델 데이터를 저장하는 서비스 서버 및 상기 서비스 서버로부터 상기 모델 데이터를 수신하고, 상기 수신한 모델 데이터를 렌더링하여 2차원 영상을 생성하고, 상기 생성된 2차원 영상을 스트리밍하는 렌더링 모듈을 포함하고, 상기 서비스 서버는 화면 중 적어도 일부에 상기 렌더링 서버로부터 스트리밍 되는 상기 2차원 영상을 표시하고, 상기 화면 중 적어도 일부에 상기 3차원 객체에 대한 편집 화면을 출력하고, 상기 편집 화면에 대한 사용자 조작에 따라 생성되는 상기 3차원 객체에 대한 편집 명령을 상기 서비스 서버에 전송하는 기능을 포함하는 웹 페이지를 생성하여 사용자 단말기에 전송하도록 구성될 수 있다.
이 때, 상기 서비스 서버는 상기 3차원 객체의 편집 권한에 대한 정보를 저장하고, 상기 사용자 단말기로부터 수신되는 사용자 인증 정보를 확인하여 상기 3차원 객체에 대한 편집 권한을 보유한 사용자의 편집 명령인지 확인할 수 있다.
또한, 상기 서비스 서버는 복수의 사용자 단말기에 상기 웹 페이지를 전송하고, 상기 웹 페이지로부터 상기 3차원 객체에 대한 편집 명령을 수신하여 각각의 편집 명령을 상기 모델 데이터에 반영하도록 구성될 수 있다.
또한, 상기 서비스 서버는 상기 편집 화면에 포함될 복수의 편집 모듈을 저장하고, 상기 복수의 편집 모듈 중 사용자가 선택한 하나 이상의 편집 모듈과 상기 2차원 영상을 표시하는 모듈을 포함하도록 웹 페이지를 생성할 수 있다.
이 때, 상기 서비스 서버는 사용자 단말기로부터 웹 페이지에 포함될 편집 모듈을 수신하여 저장하고, 상기 수신한 편집 모듈을 사용자가 선택하면, 상기 수신한 편집 모듈을 포함하도록 웹 페이지를 생성할 수 있다.
또한, 상기 사용자 서버는 상기 사용자 단말기로부터 상기 편집 모듈을 수신하여 비인증 상태 정보와 함께 저장하고, 상기 수신한 편집 모듈에 대한 인증 정보를 수신하면 상기 수신한 편집 모듈에 대한 비인증 상태 정보를 인증 상태 정보로 변경하고, 인증 상태 정보와 함께 저장된 편집 모듈만 사용자가 선택할 수 있도록 제공할 수 있다.
이하, 본 발명의 바람직한 실시예를 첨부된 도면들을 참조하여 상세히 설명한다. 본 발명을 설명함에 있어, 관련된 공지 구성 또는 기능에 대한 구체적인 설명이 본 발명의 요지를 흐릴 수 있다고 판단되는 경우에는 그 상세한 설명은 생략하기로 한다. 또한 본 발명의 실시예들을 설명함에 있어 구체적인 수치는 실시예에 불과하며 이에 의하여 발명의 범위가 제한되지 아니한다.
본 발명에 따른 3차원 객체 편집 시스템은 중앙처리장치(CPU) 및 메모리(Memory, 기억장치)를 구비하고 인터넷 등의 통신망을 통하여 다른 단말기와 연결 가능한 서버 또는 단말의 형태로 구성될 수 있다. 그러나 본 발명이 중앙처리장치 및 메모리 등의 구성에 의해 한정되지는 아니한다. 또한, 본 발명에 따른 3차원 객체 편집 시스템은 물리적으로 하나의 장치로 구성될 수도 있으며, 복수의 장치에 분산된 형태로 구현될 수도 있다.
도 1은 본 발명의 일실시예에 따른 3차원 객체 편집 시스템의 구성을 도시한 구성도이다.
본 발명의 일실시예에 따른 3차원 객체 편집 시스템(101)은 서비스 서버(110) 및 렌더링 모듈(120)을 포함하여 구성될 수 있으며, 각각의 구성요소는 하나의 물리적인 장치 위에 설치되어 동작할 수도 있고, 물리적으로 별도의 장치에 각각 설치되어 동작하는 것도 가능하다. 또한 각각 소프트웨어 모듈 또는 하드웨어 모듈을 이용하여 구성될 수 있으며, 이들의 결합된 형태로 구성되는 것도 가능하다.
서비스 서버(110)는 3차원 객체에 대한 모델 데이터를 저장한다. 3차원 객체는 가상으로 설정된 3차원 공간 상에서 존재하는 객체를 의미하는 것으로, 가상공간을 구성하는 지형, 아이템, 아바타 등 다양한 것들을 포함할 수 있다. 메타버스 등 가상공간을 활용한 서비스가 늘어나면서, 이와 같이 다양한 3차원 객체들을 가상공간에서 사용하는 경우가 늘어나고 있으며, 사용자들이 자신의 개성 등을 표현하기 위하여, 지형, 아이템, 아바타 등 다양한 3차원 객체들을 직접 편집하고자 하는 경우가 늘어나고 있다.
서비스 서버(110)에서 저장하는 3차원 객체에 대한 모델 데이터는 3차원 객체를 컴퓨터 시스템에서 이해할 수 있는 형태의 포맷으로 데이터화 한 것을 의미한다. 3차원 공간에 대한 서비스는 이와 같이 컴퓨터 시스템이 이해할 수 있는 형태의 포맷으로 구성된 3차원 모델을 컴퓨터에서 읽어 이에 이를 특정 시점에서 바라보았을 때의 화면을 2차원 영상으로 생성하는 렌더링 작업을 거쳐 2차원 화면에 표시되게 된다. 3차원으로 영상을 표현하는 VR 기기 등에서는 동일한 모델에 대해서 두 개(양안)의 시점에서 2차원 영상을 생성하고, 이를 좌우의 눈을 통해 확인하도록 함으로써, 입체적인 영상을 제공하게 된다.
서비스 서버(110)는 이와 같이 저장한 3차원 객체를 사용자 단말기에서 편집할 수 있도록 하는 웹 페이지를 생성하여 사용자 단말기에 전송할 수 있다. 웹 페이지는 HTML5 규격에 따라 구성될 수 있으며, HTML 태그와 함께 자바스크립트(Javascript) 등의 로직을 처리할 수 있는 코드를 함께 포함시킴으로써, 사용자 단말기의 웹 브라우저에서 이를 읽어 다양한 서비스를 제공하도록 할 수 있다.
서비스 서버(110)에서 생성하여 사용자 단말기에 제공하는 웹 페이지는 웹 브라우저에 표시되는 화면에 대한 구성을 포함할 수 있는데, 화면 중 적어도 일부에 렌더링 서버(120)로부터 스트리밍되는 상기 저장된 3차원 객체에 대해 렌더링된 2차원 영상을 표시할 수 있다. 렌더링 서버(120)에서 2차원 영상을 실시간으로 스트리밍하고, 이에 대한 사용자의 편집 명령을 처리할 수 있도록 하기 위하여 웹 알티씨(Web-RTC; Web Real-Time Communication) 기술을 이용할 수 있다. 웹 알티씨 기술을 이용하면 실시간으로 화면을 표시하면서 이에 대한 사용자의 명령을 즉각적으로 반영하여 이 명령이 반영된 영상을 다시 실시간 스트리밍할 수 있기 때문에, 사용자 단말기에서 3차원 객체의 모델을 저장하고 직접 렌더링하여 화면에 표시할 필요 없이 웹 브라우저를 이용하는 것만으로 3차원 객체의 영상을 확인하고 이에 대한 편집을 진행할 수 있게 된다.
또한, 서비스 서버(110)에서 생성하여 사용자 단말기에 제공하는 웹 페이지는 화면 중 적어도 일부에 상기 3차원 객체에 대한 편집 화면을 출력하고, 상기 편집 화면에 대한 사용자 조작에 따라 생성되는 상기 3차원 객체에 대한 편집 명령을 서비스 서버(110)에 전송하는 기능을 포함할 수 있다. 상술한 바와 같이 웹 알티씨 기술 등을 이용하면, 웹 페이지 상에서 사용자가 클릭, 드래그 등을 통해서 생성하는 편집 명령을 실시간으로 서비스 서버(110)에 전송하여 3차원 객체에 대한 편집이 진행되도록 할 수 있다.
서비스 서버(110)는 이와 같이 생성한 웹 페이지를 사용자 단말기로 전송하기 위하여 웹 서버를 포함하여 구성될 수 있다. 웹 페이지 정보를 사용자 단말기에 전송하게 되면, 사용자 단말기는 이를 웹 브라우저를 통해 화면에 표시하여 사용자가 이용하도록 할 수 있다.
이 때, 서비스 서버(110)는 상기 3차원 객체의 편집 권한에 대한 정보를 저장하고, 상기 웹 페이지를 수신하는 사용자 단말기로부터 수신되는 사용자 인증 정보를 확인하여 상기 3차원 객체에 대한 편집 권한을 보유한 사용자의 편집 명령인지 확인하고, 권한을 보유한 사용자의 편집 명령인 경우에만 이를 적용하도록 할 수 있다. 이 이전에 3차원 객체에 대한 편집 권한을 보유한 사용자의 사용자 단말기에 대해서만 상기 생성한 웹 페이지를 전송하도록 구성함으로써, 3차원 객체에 대한 영상 조회 또는 편집 화면에 대한 확인부터 권한을 보유한 사용자만 가능하도록 할 수도 있다.
서비스 서버(110)에 저장하는 3차원 객체에 대한 편집 권한에 대한 정보는 한 명의 사용자에 대한 정보만을 담을 수도 있고, 복수의 사용자, 사용자 그룹에 대한 권한 정보를 담을 수도 있다. 상기 3차원 객체에 대한 소유 권한과 편집 권한은 구분될 수 있으며, 소유 권한을 가진 사용자가 다른 사용자 또는 다른 사용자 그룹에 편집 권한을 부여할 수 있도록 하는 것이 가능하고, 이와 같이 편집 권한을 부여받은 사용자가 상기 웹 페이지를 이용하여 상기 3차원 객체를 편집하도록 할 수 있다. 사용자의 편집 권한은 세부적으로 구분될 수도 있는데, 특정 편집 명령에 대해서 특정 사용자가 권한을 가지도록 할 수 있다. 예를 들어 3차원 객체에 대한 소유 권한을 가진 사용자는 모든 편집 권한을 가질 수 있으며, 이 사용자가 특정 사용자에게 3차원 객체의 형태 변경에 대한 권한을 부여하지 않고, 색상 변경에 대한 권한만 부여할 경우, 권한을 부여받은 사용자는 3차원 객체에 대한 색상 변경만을 진행할 수 있다. 이와 같은 경우, 상기 권한을 부여받은 사용자의 사용자 단말기에 제공되는 웹 페이지에서는 색상 변경 이외의 편집 화면이 표시되지 않거나 비활성화되어 제공되도록 할 수 있다.
서비스 서버(110)는 복수의 사용자 단말에 생성한 웹 페이지를 전송하고, 상기 웹 페이지로부터 상기 3차원 객체에 대한 편집 명령을 수신하여 각각의 편집 명령을 상기 모델 데이터에 반영할 수 있다. 상술한 바와 같이 하나의 3차원 객체에 대한 편집 권한은 복수의 사용자 또는 사용자 그룹이 보유할 수 있으며, 이 경우, 권한을 가지는 복수의 사용자가 서비스 서버(110)로부터 생성된 웹 페이지를 수신하여 편집에 참여할 수 있다. 이 경우, 편집 명령에 따라 수정되는 3차원 객체에 대한 2차원 영상은 실시간으로 각 웹 페이지를 통해 사용자 단말기의 웹 브라우저에 표시될 수 있으며, 이를 서로 확인하면서 실시간으로 3차원 객체를 동시에 편집하는 것이 가능하다.
이 때, 상술한 바와 같이, 사용자별로 부여받은 권한 등에 따라서 웹 페이지의 구성이 달라질 수 있으며, 동일한 권한이라고 하더라도, 각각의 사용자가 자신의 편의에 따라 설정한 화면의 구성에 따라서 서로 다른 웹 페이지를 수신하여 이용할 수 있다. 또한, 렌더링 모듈(120)에서는 하나의 3차원 객체에 대해서 각각의 사용자의 사용자 단말에 스트리밍할 2차원 영상을 별도로 생성할 수 있으며, 이를 통해 사용자별로 서로 다른 각도에서 3차원 객체를 확인하면서 편집할 수 있어, 공동 작업의 효율성을 극대화할 수 있다.
서비스 서버(110)는 상기 웹 페이지의 편집 화면에 포함될 복수의 편집 모듈을 저장하고, 상기 복수의 편집 모듈 중 사용자가 선택한 하나 이상의 편집 모듈과 상기 2차원 영상을 표시하는 모듈을 포함하도록 웹 페이지를 생성할 수 있다. 3차원 객체를 편집하는데 사용할 수 있는 도구는 매우 다양하게 구성될 수 있는데, 종래에는 사용자가 자신이 원하는 도구를 자유롭게 사용하기 어려웠고, 불필요한 도구들이 나열되어 있어, 효율적인 편집이 어려웠다. 그러나 이와 같이 사용자가 각자 원하는 편집 모듈을 선택하여 웹 페이지를 구성하도록 하고, 이를 통해 편집을 진행함으로써, 효율적인 편집이 가능할 수 있다. 웹 페이지를 구성하는 레이아웃 또한 사용자가 자유롭게 선택할 수 있으며, 스트리밍되는 2차원 영상을 작게 표시하고 편집 화면을 크게 설정할 수도 있고, 2차원 영상을 대부분의 전체 화면에 표시하여 이를 확인하는 역할만을 수행하도록 할 수도 있다. 편집화면에 포함되는 편집 모듈들도 원하는 만큼 자유롭게 설정할 수 있어, 편집 효율성을 최대한 높일 수 있다.
예를 들어, 사용자 A는 3차원 객체의 형태를 수정하기 위한 세부적인 편집 기능들을 포함하는 편집 모듈을 웹 페이지 화면에 포함시켜 편집을 진행하고, 사용자 B는 객체의 각 면에 대한 색상을 설정할 수 있는 색상 편집 모듈을 웹 페이지에 포함시켜 편집을 진행할 수 있다. 각각이 하나의 3차원 객체에 대해서 다른 역할로 편집을 진행하면서도 이 정보를 실시간으로 서로 확인할 수 있도록 하여 공동 편집의 효율성을 극대화하는 것이 가능하다.
서비스 서버(110)는 사용자 단말기로부터 웹 페이지에 포함될 편집 모듈을 수신하여 저장하고, 상기 수신한 편집 모듈을 사용자가 선택하면 상기 수신한 편집 모듈을 포함하도록 웹 페이지를 생성할 수 있다. 웹 페이지에 포함되는 모듈은 표준 규격인 HTML5를 이용하여 구성되기 때문에, 서비스 서버(110)에서 모든 편집 모듈을 준비하여 제공하는 것이 아니라, 사용자가 스스로 자신에게 편리한 편집 모듈을 제작하여 사용할 수 있다. 이 경우 사용자가 제작한 편집 모듈을 서비스 서버(110)에서 수신하고, 이를 해당 사용자의 웹 페이지에 반영하도록 할 수 있다.
이 때, 서비스 서버(110)에서는 상기 사용자가 제작한 편집 모듈을 다른 사용자가 이용하도록 제공할 수도 있으며, 이 경우 해당 편집 모듈을 제작한 사용자의 허락을 얻도록 구성할 수 있고, 해당 편집 모듈을 이용하여 발생되는 비용의 전부 또는 일부를 상기 편집 모듈을 제작한 사용자에게 지급하도록 구성할 수 있다. 이를 통해 사용자들은 3차원 객체의 편집에 용이하게 사용될 수 있는 다양한 편집 모듈을 생성하여 공유함으로써, 편집의 효율성을 높이도록 할 수 있다.
서비스 서버(110)는 사용자 단말기로부터 상기 편집 모듈을 수신하여 비인증 상태 정보와 함께 저장하고, 상기 수신한 편집 모듈에 대한 인증 정보를 수신하면 상기 수신한 편집 모듈에 대한 비인증 상태 정보를 인증 상태 정보로 변경하고, 인증 상태 정보와 함께 저장된 편집 모듈만 사용자가 선택할 수 있도록 제공할 수 있다.
사용자가 직접 제작한 편집 모듈의 경우 사용자의 고의 또는 실수로 인해 3차원 객체 편집 시스템(101)에 악성코드와 같이 작용할 수도 있다. 따라서 이와 같은 불필요한 반복문 등이 존재하는지 여부에 대한 인증 과정을 통과한 편집 모듈만을 웹 페이지에 포함시키도록 구성할 수 있다. 이 때, 인증 과정은 관리자가 지정한 룰 기반(Rule-based) 알고리즘, 인공지능(AI) 등을 이용할 수도 있고, 관리자가 직접 편집 모듈을 구성하는 코드를 확인하여 문제될 부분이 없는지 체크하고 인증하도록 할 수도 있다.
렌더링 모듈(120)은 서비스 서버(110)로부터 상기 모델 데이터를 수신하고, 상기 수신한 모델 데이터를 렌더링하여 2차원 영상을 생성하고, 상기 생성된 2차원 영상을 스트리밍한다. 모델 데이터는 이처럼 3차원 객체 편집 시스템(101) 내에 존재하는 서비스 서버(110)에서 렌더링 모듈(120)로만 전달되고 사용자 단말에 전달되지 않도록 구성될 수 있기 떄문에, 모델 데이터에 대한 보안을 더욱 강화할 수 있다.
렌더링 모듈(120)은 경우에 따라서 사용자 단말에 프로그램 형태로 설치되어 동작하도록 할 수 있는데, 이 경우 서버에서 모델 데이터를 렌더링하기 위한 리소스를 별도로 할당하지 않아도, 사용자 단말에서 렌더링이 진행되도록 할 수 있으며, 이와 같은 변형을 통해 서버 리소스를 사용하는 경우와 그렇지 않은 경우의 서비스 이용 비용을 차별화하는 등 다양한 서비스 구성이 가능하다. 이처럼 사용자 단말기에 렌더링 모듈(120)이 설치되더라도, 동일하게 스트리밍 기술을 이용하여 웹 브라우저에 영상을 제공하기 때문에, 사용자는 웹 브라우저만으로 동일하게 서비스를 이용하는 것이 가능하게 된다.
렌더링 모듈(120)은 상술한 바와 같이 웹 알티씨 기술을 이용하여 모델 데이터에 대한 렌더링을 통해 생성된 2차원 영상을 스트리밍할 수 있는데, 이 때, 사용자 단말기가 VR 디바이스와 같이 양안 시차를 이용하여 3차원 영상을 제공할 수 있는 단말기인 경우 복수의 시점에 대한 렌더링 영상을 생성하여 이를 각각 스트리밍하도록 구성될 수 있다.
도 2는 본 발명의 일실시예에 따른 3차원 객체 편집 시스템에서 사용자 단말기에 표시되는 웹 페이지 화면의 레이아웃을 도시한 도면이다.
도면에 도시한 바와 같이, 사용자 단말기의 웹 페이지 상에 서비스 서버(110)에서 전송하는 웹 페이지를 표시할 수 있는데, 웹 페이지는 영상 표시 영역(210)과 편집 화면 영역(220)을 포함하여 구성될 수 있다.
도면부호 (a)에 표시된 것처럼, 영상 표시 영역(210)이 좌측 상단에 표시되고 우측 및 하단부분에 다양한 편집 모듈들을 적용하여 넓은 편집 화면 영역(220)을 사용하도록 구성할 수 있다.
또한 도면부호 (b)에 표시된 것처럼 좌측을 영상 표시 영역(210)으로 사용하고, 우측을 편집 화면 영역(220)으로 구성하여 사용하는 것도 가능하고, 좌우를 서로 바꿔 화면을 구성하는 것도 가능하다.
앞서 설명한 바와 같이, 경우에 따라서는 공동 편집을 하면서 전체 화면을 이용하여 편집 과정에 대한 조회만이 가능하도록 전체 화면을 영상 표시 영역(210)으로 구성할 수도 있다.
도 3은 본 발명의 일실시예에 따른 3차원 객체 편집 시스템에서 사용자 단말기에 표시되는 웹 페이지의 편집 모듈 구성을 도시한 도면이다.
도면에 도시한 바와 같이, 사용자는 자신이 3차원 객체를 편집하기 위해 사용할 웹 페이지의 화면 구성을 자유롭게 설정할 수 있을뿐 아니라, 사용할 편집 모듈도 다양하게 설정할 수 있다.
도면부호 (a)의 경우 사용자가 편집 모듈 1, 2 및 3(310 내지 330)을 사용하도록 설정한 경우로, 화면에 표시한 것과 같이 편집 모듈 1 및 2를 우측에, 편집 모듈 3을 하단에 표시할 수 있다. 또한 도면부호 (b)에 표시한 것처럼 편집 모듈 4, 5 및 6(340 내지 360)을 사용하도록 구성하면서, 이를 모두 하단에 위치하도록 하는 것도 가능하다.
이처럼 사용자가 다양한 화면 구성과 다양한 편집 모듈을 선택하여 사용할 수 있도록 하면서도, 각자 자신에게 맞는 편집 화면을 이용하여 3차원 객체를 동시에 편집할 수 있도록 하는 것이 가능하여, 3차원 객체에 대한 공동 편집이 용이하도록 할 수 있다.
도 4는 본 발명의 일실시예에 따른 3차원 객체 편집 시스템에서 복수의 사용자 단말기에서 동시에 3차원 객체를 편집하는 경우의 일례를 도시한 도면이다.
도면에 도시한 바와 같이, 본 발명의 3차원 객체 편집 시스템(101)은 복수의 사용자 단말에 연결되어 하나의 3차원 객체에 대한 편집이 동시에 진행되도록 하는 것이 가능하다.
이 때, 도면에서와 같이 하나의 렌더링 모듈(120)을 이용하여 각각의 사용자 단말에 3차원 객체에 대한 영상을 스트리밍할 수도 있고, 사용자 단말기 별로 서로 다른 렌더링 모듈(120)을 적용하여 스트리밍하도록 할 수도 있다. 또한, 앞서 설명한 바와 같이, 렌더링 모듈(120)이 각각의 사용자 단말기에 설치되어 동작하도록 구성하는 것도 가능하고, 하나의 사용자 단말에 렌더링 모듈(120)이 설치되고 이를 통해 다른 사용자 단말에도 영상을 스트리밍 하는 구성도 가능하다.
또한, 화면에서와 같이 동일한 3차원 객체를 편집하는 여러 사용자 단말기에 표시되는 웹 페이지 화면은 각각의 사용자의 설정에 따라 서로 다른 화면 구성을 가질 수 있으며, 이를 통해 각자가 편한 방식으로 편집을 진행할 수 있어, 편집 효율을 극대화할 수 있다.
도 5는 본 발명의 일실시예에 따른 3차원 객체 편집 방법의 흐름을 도시한 흐름도이다.
본 발명에 따른 3차원 객체 편집 방법은 중앙처리장치(CPU) 및 메모리를 구비하는 3차원 객체 편집 시스템(101)에서 동작하는 방법에 관한 것으로, 이와 같은 컴퓨팅 시스템에서 동작하도록 소프트웨어 등을 이용하여 구현될 수 있다.
따라서, 상술한 3차원 객체 편집 시스템(101)에 대하여 설명된 특징적인 구성을 모두 포함하고 있으며, 아래의 설명에서 생략되어 설명되지 않은 내용도 상술한 메시지 전달 시스템(101)에 대한 설명을 참조하여 구현될 수 있다.
단계 S501에서는 서비스 서버(110)에 3차원 객체에 대한 모델 데이터를 저장한다. 3차원 객체는 가상으로 설정된 3차원 공간 상에서 존재하는 객체를 의미하는 것으로, 가상공간을 구성하는 지형, 아이템, 아바타 등 다양한 것들을 포함할 수 있다. 메타버스 등 가상공간을 활용한 서비스가 늘어나면서, 이와 같이 다양한 3차원 객체들을 가상공간에서 사용하는 경우가 늘어나고 있으며, 사용자들이 자신의 개성 등을 표현하기 위하여, 지형, 아이템, 아바타 등 다양한 3차원 객체들을 직접 편집하고자 하는 경우가 늘어나고 있다.
단계 S501에서 저장하는 3차원 객체에 대한 모델 데이터는 3차원 객체를 컴퓨터 시스템에서 이해할 수 있는 형태의 포맷으로 데이터화 한 것을 의미한다. 3차원 공간에 대한 서비스는 이와 같이 컴퓨터 시스템이 이해할 수 있는 형태의 포맷으로 구성된 3차원 모델을 컴퓨터에서 읽어 이에 이를 특정 시점에서 바라보았을 때의 화면을 2차원 영상으로 생성하는 렌더링 작업을 거쳐 2차원 화면에 표시되게 된다. 3차원으로 영상을 표현하는 VR 기기 등에서는 동일한 모델에 대해서 두 개(양안)의 시점에서 2차원 영상을 생성하고, 이를 좌우의 눈을 통해 확인하도록 함으로써, 입체적인 영상을 제공하게 된다.
단계 S502에서는 서비스 서버(110)로부터 상기 모델 데이터를 수신하고, 상기 수신한 모델 데이터를 렌더링하여 2차원 영상을 생성하고, 상기 생성된 2차원 영상을 스트리밍한다. 경우에 따라서 단계 S502는 사용자 단말에 프로그램 형태로 설치된 모듈을 통해 동작하도록 할 수 있는데, 이 경우 서버에서 모델 데이터를 렌더링하기 위한 리소스를 별도로 할당하지 않아도, 사용자 단말에서 렌더링이 진행되도록 할 수 있으며, 이와 같은 변형을 통해 서버 리소스를 사용하는 경우와 그렇지 않은 경우의 서비스 이용 비용을 차별화하는 등 다양한 서비스 구성이 가능하다. 이처럼 사용자 단말기에 렌더링 모듈(120)이 설치되더라도, 동일하게 스트리밍 기술을 이용하여 웹 브라우저에 영상을 제공하기 때문에, 사용자는 웹 브라우저만으로 동일하게 서비스를 이용하는 것이 가능하게 된다.
단계 S503에서는 상기 3차원 객체의 편집 권한에 대한 정보를 서비스 서버(110)에 저장하고, 상기 3차원 객체의 편집을 위한 웹 페이지를 수신하는 사용자 단말기로부터 수신되는 사용자 인증 정보를 확인하여 상기 3차원 객체에 대한 편집 권한을 보유한 사용자의 편집 명령인지 확인하고, 권한을 보유한 사용자의 편집 명령인 경우에만 이를 적용하도록 할 수 있다. 이 이전에 3차원 객체에 대한 편집 권한을 보유한 사용자의 사용자 단말기에 대해서만 상기 생성한 웹 페이지를 전송하도록 구성함으로써, 3차원 객체에 대한 영상 조회 또는 편집 화면에 대한 확인부터 권한을 보유한 사용자만 가능하도록 할 수도 있다.
단계 S503에서 서비스 서버(110)에 저장하는 3차원 객체에 대한 편집 권한에 대한 정보는 한 명의 사용자에 대한 정보만을 담을 수도 있고, 복수의 사용자, 사용자 그룹에 대한 권한 정보를 담을 수도 있다. 상기 3차원 객체에 대한 소유 권한과 편집 권한은 구분될 수 있으며, 소유 권한을 가진 사용자가 다른 사용자 또는 다른 사용자 그룹에 편집 권한을 부여할 수 있도록 하는 것이 가능하고, 이와 같이 편집 권한을 부여받은 사용자가 상기 웹 페이지를 이용하여 상기 3차원 객체를 편집하도록 할 수 있다. 사용자의 편집 권한은 세부적으로 구분될 수도 있는데, 특정 편집 명령에 대해서 특정 사용자가 권한을 가지도록 할 수 있다. 예를 들어 3차원 객체에 대한 소유 권한을 가진 사용자는 모든 편집 권한을 가질 수 있으며, 이 사용자가 특정 사용자에게 3차원 객체의 형태 변경에 대한 권한을 부여하지 않고, 색상 변경에 대한 권한만 부여할 경우, 권한을 부여받은 사용자는 3차원 객체에 대한 색상 변경만을 진행할 수 있다. 이와 같은 경우, 상기 권한을 부여받은 사용자의 사용자 단말기에 제공되는 웹 페이지에서는 색상 변경 이외의 편집 화면이 표시되지 않거나 비활성화되어 제공되도록 할 수 있다.
단계 S504에서는 상기 웹 페이지의 편집 화면에 포함될 복수의 편집 모듈을 저장하고, 상기 복수의 편집 모듈 중 사용자가 선택한 하나 이상의 편집 모듈과 상기 2차원 영상을 표시하는 모듈을 포함하도록 웹 페이지를 생성할 수 있다. 3차원 객체를 편집하는데 사용할 수 있는 도구는 매우 다양하게 구성될 수 있는데, 종래에는 사용자가 자신이 원하는 도구를 자유롭게 사용하기 어려웠고, 불필요한 도구들이 나열되어 있어, 효율적인 편집이 어려웠다. 그러나 이와 같이 사용자가 각자 원하는 편집 모듈을 선택하여 웹 페이지를 구성하도록 하고, 이를 통해 편집을 진행함으로써, 효율적인 편집이 가능할 수 있다. 웹 페이지를 구성하는 레이아웃 또한 사용자가 자유롭게 선택할 수 있으며, 스트리밍되는 2차원 영상을 작게 표시하고 편집 화면을 크게 설정할 수도 있고, 2차원 영상을 대부분의 전체 화면에 표시하여 이를 확인하는 역할만을 수행하도록 할 수도 있다. 편집화면에 포함되는 편집 모듈들도 원하는 만큼 자유롭게 설정할 수 있어, 편집 효율성을 최대한 높일 수 있다.
예를 들어, 사용자 A는 3차원 객체의 형태를 수정하기 위한 세부적인 편집 기능들을 포함하는 편집 모듈을 웹 페이지 화면에 포함시켜 편집을 진행하고, 사용자 B는 객체의 각 면에 대한 색상을 설정할 수 있는 색상 편집 모듈을 웹 페이지에 포함시켜 편집을 진행할 수 있다. 각각이 하나의 3차원 객체에 대해서 다른 역할로 편집을 진행하면서도 이 정보를 실시간으로 서로 확인할 수 있도록 하여 공동 편집의 효율성을 극대화하는 것이 가능하다.
단계 S504에서는 사용자 단말기로부터 웹 페이지에 포함될 편집 모듈을 수신하여 저장하고, 상기 수신한 편집 모듈을 사용자가 선택하면 상기 수신한 편집 모듈을 포함하도록 웹 페이지를 생성할 수 있다. 웹 페이지에 포함되는 모듈은 표준 규격인 HTML5를 이용하여 구성되기 때문에, 서비스 서버(110)에서 모든 편집 모듈을 준비하여 제공하는 것이 아니라, 사용자가 스스로 자신에게 편리한 편집 모듈을 제작하여 사용할 수 있다. 이 경우 사용자가 제작한 편집 모듈을 서비스 서버(110)에서 수신하고, 이를 해당 사용자의 웹 페이지에 반영하도록 할 수 있다.
이 때, 단계 S504에서는 상기 사용자가 제작한 편집 모듈을 다른 사용자가 이용하도록 제공할 수도 있으며, 이 경우 해당 편집 모듈을 제작한 사용자의 허락을 얻도록 구성할 수 있고, 해당 편집 모듈을 이용하여 발생되는 비용의 전부 또는 일부를 상기 편집 모듈을 제작한 사용자에게 지급하도록 구성할 수 있다. 이를 통해 사용자들은 3차원 객체의 편집에 용이하게 사용될 수 있는 다양한 편집 모듈을 생성하여 공유함으로써, 편집의 효율성을 높이도록 할 수 있다.
단계 S504에서는 사용자 단말기로부터 상기 편집 모듈을 수신하여 비인증 상태 정보와 함께 저장하고, 상기 수신한 편집 모듈에 대한 인증 정보를 수신하면 상기 수신한 편집 모듈에 대한 비인증 상태 정보를 인증 상태 정보로 변경하고, 인증 상태 정보와 함께 저장된 편집 모듈만 사용자가 선택할 수 있도록 제공할 수 있다.
사용자가 직접 제작한 편집 모듈의 경우 사용자의 고의 또는 실수로 인해 3차원 객체 편집 시스템(101)에 악성코드와 같이 작용할 수도 있다. 따라서 이와 같은 불필요한 반복문 등이 존재하는지 여부에 대한 인증 과정을 통과한 편집 모듈만을 웹 페이지에 포함시키도록 구성할 수 있다. 이 때, 인증 과정은 관리자가 지정한 룰 기반(Rule-based) 알고리즘, 인공지능(AI) 등을 이용할 수도 있고, 관리자가 직접 편집 모듈을 구성하는 코드를 확인하여 문제될 부분이 없는지 체크하고 인증하도록 할 수도 있다.
단계 S505에서는 이와 같이 저장한 3차원 객체를 사용자 단말기에서 편집할 수 있도록 하는 웹 페이지를 생성하여 사용자 단말기에 전송할 수 있다. 웹 페이지는 HTML5 규격에 따라 구성될 수 있으며, HTML 태그와 함께 자바스크립트(Javascript) 등의 로직을 처리할 수 있는 코드를 함께 포함시킴으로써, 사용자 단말기의 웹 브라우저에서 이를 읽어 다양한 서비스를 제공하도록 할 수 있다.
단계 S505에서 생성하여 사용자 단말기에 제공하는 웹 페이지는 웹 브라우저에 표시되는 화면에 대한 구성을 포함할 수 있는데, 화면 중 적어도 일부에 렌더링 서버(120)로부터 스트리밍되는 상기 저장된 3차원 객체에 대해 렌더링된 2차원 영상을 표시할 수 있다. 렌더링 서버(120)에서 2차원 영상을 실시간으로 스트리밍하고, 이에 대한 사용자의 편집 명령을 처리할 수 있도록 하기 위하여 웹 알티씨(Web-RTC; Web Real-Time Communication) 기술을 이용할 수 있다. 웹 알티씨 기술을 이용하면 실시간으로 화면을 표시하면서 이에 대한 사용자의 명령을 즉각적으로 반영하여 이 명령이 반영된 영상을 다시 실시간 스트리밍할 수 있기 때문에, 사용자 단말기에서 3차원 객체의 모델을 저장하고 직접 렌더링하여 화면에 표시할 필요 없이 웹 브라우저를 이용하는 것만으로 3차원 객체의 영상을 확인하고 이에 대한 편집을 진행할 수 있게 된다.
또한, 단계 S505에서 생성하여 사용자 단말기에 제공하는 웹 페이지는 화면 중 적어도 일부에 상기 3차원 객체에 대한 편집 화면을 출력하고, 상기 편집 화면에 대한 사용자 조작에 따라 생성되는 상기 3차원 객체에 대한 편집 명령을 서비스 서버(110)에 전송하는 기능을 포함할 수 있다. 상술한 바와 같이 웹 알티씨 기술 등을 이용하면, 웹 페이지 상에서 사용자가 클릭, 드래그 등을 통해서 생성하는 편집 명령을 실시간으로 서비스 서버(110)에 전송하여 3차원 객체에 대한 편집이 진행되도록 할 수 있다.
단계 S505에서는 이와 같이 생성한 웹 페이지를 사용자 단말기로 전송하기 위하여 서비스 서버(110)에 웹 서버를 포함하여 구성될 수 있다. 웹 페이지 정보를 사용자 단말기에 전송하게 되면, 사용자 단말기는 이를 웹 브라우저를 통해 화면에 표시하여 사용자가 이용하도록 할 수 있다.
단계 S506에서는 복수의 사용자 단말에 생성한 웹 페이지를 전송하고, 상기 웹 페이지로부터 상기 3차원 객체에 대한 편집 명령을 수신하여 각각의 편집 명령을 상기 모델 데이터에 반영할 수 있다. 상술한 바와 같이 하나의 3차원 객체에 대한 편집 권한은 복수의 사용자 또는 사용자 그룹이 보유할 수 있으며, 이 경우, 권한을 가지는 복수의 사용자가 서비스 서버(110)로부터 생성된 웹 페이지를 수신하여 편집에 참여할 수 있다. 이 경우, 편집 명령에 따라 수정되는 3차원 객체에 대한 2차원 영상은 실시간으로 각 웹 페이지를 통해 사용자 단말기의 웹 브라우저에 표시될 수 있으며, 이를 서로 확인하면서 실시간으로 3차원 객체를 동시에 편집하는 것이 가능하다.
이 때, 상술한 바와 같이, 사용자별로 부여받은 권한 등에 따라서 웹 페이지의 구성이 달라질 수 있으며, 동일한 권한이라고 하더라도, 각각의 사용자가 자신의 편의에 따라 설정한 화면의 구성에 따라서 서로 다른 웹 페이지를 수신하여 이용할 수 있다. 또한, 렌더링 모듈(120)에서는 하나의 3차원 객체에 대해서 각각의 사용자의 사용자 단말에 스트리밍할 2차원 영상을 별도로 생성할 수 있으며, 이를 통해 사용자별로 서로 다른 각도에서 3차원 객체를 확인하면서 편집할 수 있어, 공동 작업의 효율성을 극대화할 수 있다.
본 발명에 따른 3차원 객체 편집 방법은 컴퓨터가 실행하도록 기능시키기 위한 프로그램으로 제작되어 컴퓨터로 읽을 수 있는 기록매체에 기록될 수 있다.
컴퓨터로 읽을 수 있는 기록 매체의 예에는, 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체, CDROM, DVD 와 같은 광기록 매체, 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체(magneto-optical media), 및 ROM, RAM, 플래시 메모리 등과 같은 프로그램 명령어를 저장하고 수행하도록 특별히 구성된 하드웨어 장치가 포함된다.
프로그램 명령어의 예에는, 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용해서 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드도 포함된다. 상기 하드웨어 장치는 본 발명에 따른 처리를 수행하기 위해 하나 이상의 소프트웨어 모듈로서 작동하도록 구성될 수 있으며, 그 역도 마찬가지이다.
이상에서는 실시예들을 참조하여 설명하였지만, 해당 기술 분야의 숙련된 당업자는 하기의 특허 청구범위에 기재된 본 발명의 사상 및 영역으로부터 벗어나지 않는 범위 내에서 본 발명을 다양하게 수정 및 변경시킬 수 있다.
본 발명은 웹 기반의 3차원 객체 편집 시스템 및 방법에 관한 것으로, 3차원 객체에 대한 모델 데이터를 저장하는 서비스 서버 및 상기 서비스 서버로부터 상기 모델 데이터를 수신하고, 상기 수신한 모델 데이터를 렌더링하여 2차원 영상을 생성하고, 상기 생성된 2차원 영상을 스트리밍하는 렌더링 모듈을 포함하고, 상기 서비스 서버는 화면 중 적어도 일부에 상기 렌더링 서버로부터 스트리밍 되는 상기 2차원 영상을 표시하고, 상기 화면 중 적어도 일부에 상기 3차원 객체에 대한 편집 화면을 출력하고, 상기 편집 화면에 대한 사용자 조작에 따라 생성되는 상기 3차원 객체에 대한 편집 명령을 상기 서비스 서버에 전송하는 기능을 포함하는 웹 페이지를 생성하여 사용자 단말기에 전송하는 것을 특징으로 하는 3차원 객체 편집 시스템 및 그 시스템의 동작 방법을 제공한다.

Claims (13)

  1. 3차원 객체에 대한 모델 데이터를 저장하는 서비스 서버 및
    상기 서비스 서버로부터 상기 모델 데이터를 수신하고, 상기 수신한 모델 데이터를 렌더링하여 2차원 영상을 생성하고, 상기 생성된 2차원 영상을 스트리밍하는 렌더링 모듈
    을 포함하고,
    상기 서비스 서버는
    화면 중 적어도 일부에 상기 렌더링 서버로부터 스트리밍 되는 상기 2차원 영상을 표시하고, 상기 화면 중 적어도 일부에 상기 3차원 객체에 대한 편집 화면을 출력하고, 상기 편집 화면에 대한 사용자 조작에 따라 생성되는 상기 3차원 객체에 대한 편집 명령을 상기 서비스 서버에 전송하는 기능을 포함하는 웹 페이지를 생성하여 사용자 단말기에 전송하는 것
    을 특징으로 하는 3차원 객체 편집 시스템.
  2. 제1항에 있어서,
    상기 서비스 서버는
    상기 3차원 객체의 편집 권한에 대한 정보를 저장하고, 상기 사용자 단말기로부터 수신되는 사용자 인증 정보를 확인하여 상기 3차원 객체에 대한 편집 권한을 보유한 사용자의 편집 명령인지 확인하는 것
    을 특징으로 하는 3차원 객체 편집 시스템.
  3. 제2항에 있어서,
    상기 서비스 서버는
    복수의 사용자 단말기에 상기 웹 페이지를 전송하고, 상기 웹 페이지로부터 상기 3차원 객체에 대한 편집 명령을 수신하여 각각의 편집 명령을 상기 모델 데이터에 반영하는 것
    을 특징으로 하는 3차원 객체 편집 시스템.
  4. 제3항에 있어서,
    상기 서비스 서버는
    상기 편집 화면에 포함될 복수의 편집 모듈을 저장하고,
    상기 복수의 편집 모듈 중 사용자가 선택한 하나 이상의 편집 모듈과 상기 2차원 영상을 표시하는 모듈을 포함하도록 웹 페이지를 생성하는 것
    을 특징으로 하는 3차원 객체 편집 시스템.
  5. 제4항에 있어서,
    상기 서비스 서버는
    사용자 단말기로부터 웹 페이지에 포함될 편집 모듈을 수신하여 저장하고,
    상기 수신한 편집 모듈을 사용자가 선택하면, 상기 수신한 편집 모듈을 포함하도록 웹 페이지를 생성하는 것
    을 특징으로 하는 3차원 객체 편집 시스템.
  6. 제5항에 있어서,
    상기 사용자 서버는
    상기 사용자 단말기로부터 상기 편집 모듈을 수신하여 비인증 상태 정보와 함께 저장하고,
    상기 수신한 편집 모듈에 대한 인증 정보를 수신하면 상기 수신한 편집 모듈에 대한 비인증 상태 정보를 인증 상태 정보로 변경하고,
    인증 상태 정보와 함께 저장된 편집 모듈만 사용자가 선택할 수 있도록 제공하는 것
    을 특징으로 하는 3차원 객체 편집 시스템.
  7. 서비스 서버 및 렌더링 모듈을 포함하는 3차원 객체 편집 시스템에서 동작하는 3차원 객체 편집 방법에 있어서,
    상기 서비스 서버에 3차원 객체에 대한 모델 데이터를 저장하는 모델 데이터 저장 단계;
    렌더링 모듈에서 상기 서비스 서버로부터 상기 모델 데이터를 수신하고, 상기 수신한 모델 데이터를 렌더링하여 2차원 영상을 생성하고, 상기 생성된 2차원 영상을 스트리밍하는 렌더링 단계 및
    상기 서비스 서버에서 화면 중 적어도 일부에 상기 렌더링 서버로부터 스트리밍 되는 상기 2차원 영상을 표시하고, 상기 화면 중 적어도 일부에 상기 3차원 객체에 대한 편집 화면을 출력하고, 상기 편집 화면에 대한 사용자 조작에 따라 생성되는 상기 3차원 객체에 대한 편집 명령을 상기 서비스 서버에 전송하는 기능을 포함하는 웹 페이지를 생성하여 사용자 단말기에 전송하는 웹 페이지 전송 단계
    를 포함하는 3차원 객체 편집 방법.
  8. 제7항에 있어서,
    상기 서비스 서버에서 상기 3차원 객체의 편집 권한에 대한 정보를 저장하고, 상기 사용자 단말기로부터 수신되는 사용자 인증 정보를 확인하여 상기 3차원 객체에 대한 편집 권한을 보유한 사용자의 편집 명령인지 확인하는 권한 확인 단계
    를 더 포함하는 것을 특징으로 하는 3차원 객체 편집 방법.
  9. 제8항에 있어서,
    상기 서비스 서버에서 복수의 사용자 단말기에 상기 웹 페이지를 전송하고, 상기 웹 페이지로부터 상기 3차원 객체에 대한 편집 명령을 수신하여 각각의 편집 명령을 상기 모델 데이터에 반영하는 모델 데이터 편집 단계
    를 더 포함하는 것을 특징으로 하는 3차원 객체 편집 방법.
  10. 제9항에 있어서,
    상기 서비스 서버에서 상기 편집 화면에 포함될 복수의 편집 모듈을 저장하는 편집 모듈 저장 단계
    를 더 포함하고,
    상기 웹 페이지 전송 단계는
    상기 복수의 편집 모듈 중 사용자가 선택한 하나 이상의 편집 모듈과 상기 2차원 영상을 표시하는 모듈을 포함하도록 웹 페이지를 생성하는 것
    을 특징으로 하는 3차원 객체 편집 방법.
  11. 제10항에 있어서,
    상기 편집 모듈 저장 단계는
    상기 서비스 서버에서 사용자 단말기로부터 웹 페이지에 포함될 편집 모듈을 수신하여 저장하고,
    상기 웹 페이지 전송 단계는
    상기 수신한 편집 모듈을 사용자가 선택하면, 상기 수신한 편집 모듈을 포함하도록 웹 페이지를 생성하는 것
    을 특징으로 하는 3차원 객체 편집 방법.
  12. 제11항에 있어서,
    상기 편집 모듈 저장 단계는
    상기 사용자 단말기로부터 상기 편집 모듈을 수신하여 비인증 상태 정보와 함께 저장하고, 상기 수신한 편집 모듈에 대한 인증 정보를 수신하면 상기 수신한 편집 모듈에 대한 비인증 상태 정보를 인증 상태 정보로 변경하고,
    상기 웹 페이지 전송 단계는 인증 상태 정보와 함께 저장된 편집 모듈만 사용자가 선택할 수 있도록 제공하는 것
    을 특징으로 하는 3차원 객체 편집 방법.
  13. 제7항 내지 제12항 중 어느 한 항의 방법을 컴퓨터가 실행하도록 기능시키기 위한 프로그램이 기록된 컴퓨터로 읽을 수 있는 기록매체.
PCT/KR2023/001488 2022-04-07 2023-02-02 웹 기반 3차원 객체 편집 시스템 및 방법 WO2023195612A1 (ko)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR10-2022-0043131 2022-04-07
KR1020220043131A KR20230144178A (ko) 2022-04-07 2022-04-07 웹 기반 3차원 객체 편집 시스템 및 방법

Publications (1)

Publication Number Publication Date
WO2023195612A1 true WO2023195612A1 (ko) 2023-10-12

Family

ID=88243039

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2023/001488 WO2023195612A1 (ko) 2022-04-07 2023-02-02 웹 기반 3차원 객체 편집 시스템 및 방법

Country Status (2)

Country Link
KR (1) KR20230144178A (ko)
WO (1) WO2023195612A1 (ko)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20050088121A (ko) * 2002-12-16 2005-09-01 마쯔시다덴기산교 가부시키가이샤 메모리 장치 및 이를 이용하는 전자 기기
KR20090025699A (ko) * 2007-09-07 2009-03-11 한국과학기술연구원 3차원 모델 제공 시스템 및 방법
KR20120103076A (ko) * 2011-03-09 2012-09-19 엘지전자 주식회사 이동 단말기 및 그의 3d객체 제어방법
KR20150057100A (ko) * 2013-11-18 2015-05-28 삼성전자주식회사 3d 객체 편집을 위한 전자 장치 및 방법
KR20180080474A (ko) * 2017-01-04 2018-07-12 삼성전자주식회사 뷰 벡터별 다른 렌더링 품질을 갖는 영상을 생성하는 전자 장치

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20050088121A (ko) * 2002-12-16 2005-09-01 마쯔시다덴기산교 가부시키가이샤 메모리 장치 및 이를 이용하는 전자 기기
KR20090025699A (ko) * 2007-09-07 2009-03-11 한국과학기술연구원 3차원 모델 제공 시스템 및 방법
KR20120103076A (ko) * 2011-03-09 2012-09-19 엘지전자 주식회사 이동 단말기 및 그의 3d객체 제어방법
KR20150057100A (ko) * 2013-11-18 2015-05-28 삼성전자주식회사 3d 객체 편집을 위한 전자 장치 및 방법
KR20180080474A (ko) * 2017-01-04 2018-07-12 삼성전자주식회사 뷰 벡터별 다른 렌더링 품질을 갖는 영상을 생성하는 전자 장치

Also Published As

Publication number Publication date
KR20230144178A (ko) 2023-10-16

Similar Documents

Publication Publication Date Title
WO2009102138A2 (ko) 개인화 및 협업을 위한 테이블탑-모바일 증강현실 시스템과 증강현실을 이용한 상호작용방법
WO2013105760A1 (en) Contents providing system and operating method thereof
WO2014010909A1 (ko) 이동 자유도를 개선한 융합형 가상현실 구현 방법
US6633934B1 (en) Computer system having reduced cabling requirements
US20210126915A1 (en) Device and system for screen sharing
WO2012157886A2 (en) Apparatus and method for converting 2d content into 3d content, and computer-readable storage medium thereof
WO2017222258A1 (ko) 3d 깊이 카메라를 이용한 다자간 영상 대화 시스템 및 방법
WO2019177380A1 (ko) 하이브리드 블록체인 시스템 및 이를 이용한 제어 트랜잭션 전달 방법
WO2016125997A1 (ko) 인터넷 만화 컨텐츠의 유통을 위한 방법과 시스템 및 기록 매체
CN109783041A (zh) 屏幕共享系统、方法及介质
US20110029885A1 (en) Confidential Presentations in Virtual Worlds
WO2023195612A1 (ko) 웹 기반 3차원 객체 편집 시스템 및 방법
CN106558016B (zh) 一种4k影视云制作流水线
WO2022045832A1 (ko) 혼합현실 기반 콘텐츠서비스장치 및 그 장치의 구동방법, 그리고 컴퓨터 판독가능 기록매체
CN2901726Y (zh) 虚拟旅游装置
WO2015102476A1 (ko) 이동형 3d 멀티디스플레이 기반의 실감형 교육 서비스 제공 차량
WO2021187647A1 (ko) 가상 공간에서 사용자의 동작을 따라 하는 아바타를 표현하는 방법 및 시스템
WO2019156492A1 (ko) 디지털 콘텐츠의 개인 보안 열람 플랫폼
WO2019045540A1 (ko) 분할 기능을 이용한 소셜 미디어 제공 방법 및 시스템
WO2019045128A1 (ko) 영상통화의 영상 품질 향상
CN110519205B (zh) 用于对至少两个子网内的计算机进行交互的装置和方法
CN110515574A (zh) 用于对至少一个计算机进行交互的装置、方法和系统
WO2023090962A1 (ko) Nft를 이용한 실시간 고유 컨텐츠 제공 시스템 및 방법
WO2023090959A1 (ko) 3차원 캐릭터 치환 시스템 및 방법
WO2020101197A1 (ko) 증강현실 콘텐츠 공유 방법 및 시스템

Legal Events

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

Ref document number: 23784840

Country of ref document: EP

Kind code of ref document: A1