CN114307135A - Visual game engine design method based on three-dimensional creative modeling and motion control - Google Patents

Visual game engine design method based on three-dimensional creative modeling and motion control Download PDF

Info

Publication number
CN114307135A
CN114307135A CN202111615318.7A CN202111615318A CN114307135A CN 114307135 A CN114307135 A CN 114307135A CN 202111615318 A CN202111615318 A CN 202111615318A CN 114307135 A CN114307135 A CN 114307135A
Authority
CN
China
Prior art keywords
model
dimensional
motion control
game engine
modeling
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202111615318.7A
Other languages
Chinese (zh)
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.)
Zhenjiang Duoyou Network Technology Co ltd
Original Assignee
Zhenjiang Duoyou Network 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 Zhenjiang Duoyou Network Technology Co ltd filed Critical Zhenjiang Duoyou Network Technology Co ltd
Priority to CN202111615318.7A priority Critical patent/CN114307135A/en
Publication of CN114307135A publication Critical patent/CN114307135A/en
Pending legal-status Critical Current

Links

Landscapes

  • Image Generation (AREA)
  • Processing Or Creating Images (AREA)

Abstract

The invention discloses a method for designing a visual game engine based on three-dimensional creative modeling and motion control, which is characterized by establishing a three-dimensional model based on the geometric characteristics of an object and simplifying the three-dimensional model to obtain an optimal simplified model; the three-dimensional mesh simplification of the three-dimensional model is realized by updating the vertex position of the original mesh model; the method direction after the current simplification is used as input in a cascading mode, and a new network is trained to reduce approximation errors; the graphics rendering pipeline accepts the 3D coordinates of the mesh model vertices and then converts them into colored 2D pixel outputs on the screen. The invention makes the Shader part into an information integration interaction module based on the workflow, thus being capable of more finely controlling the specific part in the graphics rendering pipeline, and saving the precious CPU time and improving the rendering speed of the model because the Shader part runs on the GPU. Aiming at the human body posture in the game, the invention is based on the sensitivity and constructs a binding method related to the human body posture from a sparse sample library.

Description

Visual game engine design method based on three-dimensional creative modeling and motion control
Technical Field
The invention relates to the technical field of game design, in particular to a visual game engine design method based on three-dimensional creative modeling and motion control.
Background
The texture and illumination processing technology of the game engine is the premise of ensuring the reality of the whole and partial pictures of the game. The game of the page game and the mobile terminal is limited by the display and hardware processing capability, so that the realistic quality of the game can hardly reach the level of the terminal game. How to guarantee the image quality of the game under the limited hardware condition is a problem which needs to be solved by an engine.
On the other hand, considering the running smoothness of the game and the computing power of the terminal, most game engines do not fully consider rigid deformation and collision-free movement, which greatly reduces the game experience.
Disclosure of Invention
In order to solve the defects in the prior art, the invention provides a visual game engine design method based on three-dimensional creative modeling and motion control, and solves the problems in the prior art.
In order to achieve the above purpose, the invention adopts the following technical scheme:
the design method of the visual game engine based on three-dimensional creative modeling and motion control comprises the following steps: comprises the following steps:
s1: establishing a three-dimensional model based on the geometric characteristics of the object and simplifying the three-dimensional model to obtain an optimal simplified model;
s2: the three-dimensional mesh simplification of the three-dimensional model is realized by updating the vertex position of the original mesh model;
s3: the method direction after the current simplification is used as input in a cascading mode, and a new network is trained to reduce approximation errors;
s4: the graphics rendering pipeline accepts the 3D coordinates of the mesh model vertices and then converts them into colored 2D pixel outputs on the screen.
Preferably, the method for designing a visual game engine based on three-dimensional creative modeling and motion control comprises the following steps: and S1, obtaining an optimal simplified model through an LOD technology, and reducing the number of the triangular patches of the model on the premise of keeping the main characteristics of the model.
Preferably, the method for designing a visual game engine based on three-dimensional creative modeling and motion control comprises the following steps: the specific method in S1 is: and (3) carrying out a series of simplified basic operations on the given original model Mo under the constraint of a preset condition according to the magnitude of the error measure, and finally obtaining a simplified grid model Ms.
4. The three-dimensional creative-based modeling and modeling of claim 1The design method of the motion control visual game engine is characterized in that: the specific method in S3 is: constructing a single hidden layer radial basis function network to find
Figure BDA0003436234490000011
Wherein
Figure BDA0003436234490000012
The input of (A) is the normal direction of the original grid data, the loss function is defined by
Figure BDA0003436234490000013
A differential structure with its corresponding true normal direction; respectively searching for each classified region
Figure BDA0003436234490000021
And guiding the updating of the vertex position of the original mesh model through the regression method direction result.
Preferably, the method for designing a visual game engine based on three-dimensional creative modeling and motion control comprises the following steps: : the original mesh in S2 is a triangular mesh.
Preferably, the method for designing a visual game engine based on three-dimensional creative modeling and motion control comprises the following steps: : in S4, an input human body posture is given, cloth deformation corresponding to the input posture is obtained by weighting and mixing cloth deformation of samples of similar postures, and modeling is carried out through sensitivity analysis driven by human bones.
Preferably, the method for designing a visual game engine based on three-dimensional creative modeling and motion control comprises the following steps: : wherein the weighted mixing is to weight-mix the prediction results of a plurality of similar samples.
Preferably, the method for designing a visual game engine based on three-dimensional creative modeling and motion control comprises the following steps: : and sampling in the whole posture space by adopting a greedy sampling algorithm based on random optimization to construct a sparse sample library.
Preferably, the method for designing a visual game engine based on three-dimensional creative modeling and motion control comprises the following steps: : in the three-dimensional modeling of human body gestures, sampling is carried out in the whole gesture space based on a greedy sampling algorithm optimized randomly, and a sparse sample library is constructed.
The invention achieves the following beneficial effects:
the invention makes the Shader part into an information integration interaction module based on the workflow, thus being capable of more finely controlling the specific part in the graphics rendering pipeline, and saving the precious CPU time and improving the rendering speed of the model because the Shader part runs on the GPU.
The graphics rendering pipeline shares a uniform control model in the computing stage, allowing a user to cancel, suspend, adjust parameters, and restart at any time, avoiding reducing the rendering frame rate due to the frequently switched rendering process.
Aiming at the human body posture in the game, the cloth deformation corresponding to the input posture is obtained by weighting and mixing the cloth deformations of the similar posture samples. The invention is based on sensitivity and constructs a binding method related to human body posture from a sparse sample library.
Detailed Description
The invention is further described below. The following examples are only for illustrating the technical solutions of the present invention more clearly, and the protection scope of the present invention is not limited thereby.
The embodiment discloses a visual game engine design method based on three-dimensional creative modeling and motion control, which comprises the following steps: the method specifically comprises the following steps:
and establishing a three-dimensional model based on the geometric characteristics of the object, wherein the three-dimensional model refers to a three-dimensional rigid model, and simplifying the three-dimensional model to obtain an optimal simplified model. The essence of mesh model simplification is to seek a simplified representation method of the minimum number of triangular mesh models under the condition of ensuring the minimum change of model characteristics before and after simplification as much as possible. In the mesh model simplification process, a series of basic simplification operations are performed on the given original model Mo under the constraint of preset conditions according to the magnitude of error measure, and finally, a simplified mesh model Ms is obtained. As can be seen from the simplification process, model simplification relates to the main techniques and methods of simplifying the implementation of basic operations, simplifying the determination of error measures and the control and implementation of constraints.
Aiming at the problems that distortion occurs when a 3D model is simplified by an LOD technology in a game engine and jitter occurs in the process of switching models of different levels, the optimal simplified model is obtained by the LOD technology, and the number of model triangular patches is reduced on the premise of keeping the main characteristics of the model.
The three-dimensional mesh simplification of the three-dimensional model is realized by updating the vertex position of the original mesh (triangular mesh) model; in the mesh model simplification process, a series of basic simplification operations are performed on a given original model Mo under certain condition constraints according to the magnitude of error measure, and finally, a simplified mesh model Ms is obtained. As can be seen from the simplification process, model simplification relates to the implementation of simplified basic operations, the determination of simplified error measures and the control and implementation of constraint conditions.
And training a new network to reduce approximation errors by using the method direction subjected to simplification as input in a cascading mode. The graphics rendering pipeline may be divided into several stages, each stage taking as input the output of the previous stage. All of these stages are highly specialized and specific functions and are performed in parallel. Due to their parallel execution nature, there are thousands of small processing cores on the graphics card that run separate applets on the GPU for each stage, thereby quickly processing data in the graphics rendering pipeline. These applets are called shaders (shaders). Some shaders allow developers to configure themselves, allow default shaders written by the developers to be replaced, and existing game engines do not provide related interactive interfaces and need users to perform secondary development on the basis according to requirements of the users.
In the embodiment, the Shader part is made into the information integration interaction module based on the workflow, so that the specific part in the graphics rendering pipeline can be controlled more finely, and because the Shader part runs on the GPU, the precious CPU time can be saved, and the rendering speed of the model is improved.
Constructing a single hidden layer radial basis function network to find
Figure BDA0003436234490000031
Wherein
Figure BDA0003436234490000032
The input of (A) is the normal direction of the original grid data, the loss function is defined by
Figure BDA0003436234490000033
A differential structure with its corresponding true normal direction; respectively searching for each classified region
Figure BDA0003436234490000034
And guiding the updating of the vertex position of the original mesh model through the regression method direction result, thereby achieving the effect of simplifying the model. Because the fitting capability of the single hidden layer network is limited, the present embodiment trains a new network to reduce the approximation error by using the current simplified method direction as input in a cascading manner.
Physical simulation plays an increasingly important role in gaming applications. Physical-based cloth simulation requires high-resolution cloth grids and time-consuming non-linear solvers, which are difficult to apply to games and virtual fitting. Compared with the prior art, the data-driven cloth deformation method is simpler and faster. Therefore, the cloth binding method with optimized sensitivity is adopted in the embodiment and is used for real-time cloth synthesis based on the sample library. Given an input human body posture, the cloth deformation corresponding to the input posture is obtained by weighting and mixing the cloth deformations of the similar posture samples. It is observed that cloth deformation can be modeled by sensitivity analysis driven by human bones, and the binding method related to human postures is constructed from a sparse sample library based on sensitivity. And searching a sample close to the input sample, and linearly predicting the cloth deformation corresponding to the input posture. Meanwhile, a sensitivity-based mixing method is adopted to perform weighted mixing on the prediction results of a plurality of similar samples to obtain a final cloth deformation result corresponding to the input posture. Sampling in the whole posture space by adopting a greedy sampling algorithm based on random optimization to construct a sparse sample library. The embodiment generates fine cloth grid deformation of various human body postures and various types of clothes in real time by a simple and efficient method, and can enable virtual character images in games to be displayed more truly and vividly when the method is applied to game development.
Compared with the prior art, the embodiment has the advantages that the Shader part is made into the information integration interaction module based on the workflow, so that the specific part in the graphics rendering pipeline can be controlled more finely, and because the Shader part runs on the GPU, precious CPU time can be saved, and the rendering speed of the model is improved.
The graphics rendering pipeline shares a uniform control model in the computing stage, allowing a user to cancel, suspend, adjust parameters, and restart at any time, avoiding reducing the rendering frame rate due to the frequently switched rendering process.
The above description is only a preferred embodiment of the present invention, and it should be noted that, for those skilled in the art, several modifications and variations can be made without departing from the technical principle of the present invention, and these modifications and variations should also be regarded as the protection scope of the present invention.

Claims (9)

1. The method for designing the visual game engine based on three-dimensional creative modeling and motion control is characterized by comprising the following steps of: comprises the following steps:
s1: establishing a three-dimensional model based on the geometric characteristics of the object and simplifying the three-dimensional model to obtain an optimal simplified model;
s2: the three-dimensional mesh simplification of the three-dimensional model is realized by updating the vertex position of the original mesh model;
s3: the method direction after the current simplification is used as input in a cascading mode, and a new network is trained to reduce approximation errors;
s4: the graphics rendering pipeline accepts the 3D coordinates of the mesh model vertices and then converts them into colored 2D pixel outputs on the screen.
2. The method for designing a visual game engine based on three-dimensional creative modeling and motion control of claim 1, wherein the method comprises the following steps: and S1, obtaining an optimal simplified model through an LOD technology, and reducing the number of the triangular patches of the model on the premise of keeping the main characteristics of the model.
3. The method for designing a visual game engine based on three-dimensional creative modeling and motion control of claim 1, wherein the method comprises the following steps: the specific method in S1 is: and (3) carrying out a series of simplified basic operations on the given original model Mo under the constraint of a preset condition according to the magnitude of the error measure, and finally obtaining a simplified grid model Ms.
4. The method for designing a visual game engine based on three-dimensional creative modeling and motion control of claim 1, wherein the method comprises the following steps: the specific method in S3 is: constructing a single hidden layer radial basis function network to find
Figure FDA0003436234480000011
Wherein
Figure FDA0003436234480000012
The input of (A) is the normal direction of the original grid data, the loss function is defined by
Figure FDA0003436234480000013
A differential structure with its corresponding true normal direction; respectively searching for each classified region
Figure FDA0003436234480000014
And guiding the updating of the vertex position of the original mesh model through the regression method direction result.
5. The method for designing a visual game engine based on three-dimensional creative modeling and motion control of claim 1, wherein the method comprises the following steps: the original mesh in S2 is a triangular mesh.
6. The method for designing a visual game engine based on three-dimensional creative modeling and motion control of claim 1, wherein the method comprises the following steps: in S4, an input human body posture is given, cloth deformation corresponding to the input posture is obtained by weighting and mixing cloth deformation of samples of similar postures, and modeling is carried out through sensitivity analysis driven by human bones.
7. The method of claim 6, wherein the method comprises: wherein the weighted mixing is to weight-mix the prediction results of a plurality of similar samples.
8. The method for designing a visual game engine based on three-dimensional creative modeling and motion control of claim 1, wherein the method comprises the following steps: and sampling in the whole posture space by adopting a greedy sampling algorithm based on random optimization to construct a sparse sample library.
9. The method for designing a visual game engine based on three-dimensional creative modeling and motion control of claim 1, wherein the method comprises the following steps: in the three-dimensional modeling of human body gestures, sampling is carried out in the whole gesture space based on a greedy sampling algorithm optimized randomly, and a sparse sample library is constructed.
CN202111615318.7A 2021-12-27 2021-12-27 Visual game engine design method based on three-dimensional creative modeling and motion control Pending CN114307135A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111615318.7A CN114307135A (en) 2021-12-27 2021-12-27 Visual game engine design method based on three-dimensional creative modeling and motion control

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111615318.7A CN114307135A (en) 2021-12-27 2021-12-27 Visual game engine design method based on three-dimensional creative modeling and motion control

Publications (1)

Publication Number Publication Date
CN114307135A true CN114307135A (en) 2022-04-12

Family

ID=81012793

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111615318.7A Pending CN114307135A (en) 2021-12-27 2021-12-27 Visual game engine design method based on three-dimensional creative modeling and motion control

Country Status (1)

Country Link
CN (1) CN114307135A (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090174711A1 (en) * 2008-01-03 2009-07-09 Suh-Ho Lee Apparatus and method for simplifying three-dimensional mesh data
CN109147048A (en) * 2018-07-23 2019-01-04 复旦大学 A kind of three-dimensional grid method for reconstructing using individual cromogram
CN110415343A (en) * 2019-08-05 2019-11-05 中国电建集团北京勘测设计研究院有限公司 A kind of engineering BIM visualization of 3 d automotive engine system
CN110443892A (en) * 2019-07-25 2019-11-12 北京大学 A kind of three-dimensional grid model generation method and device based on single image
CN111210498A (en) * 2018-11-02 2020-05-29 辉达公司 Reducing the level of detail of a polygon mesh to reduce the complexity of rendered geometry
CN111667565A (en) * 2020-05-12 2020-09-15 武汉大学 Three-dimensional grid model simplification method and system based on optimized feature preservation
CN113538689A (en) * 2021-06-16 2021-10-22 杭州电子科技大学 Three-dimensional model mesh simplification method based on feature fusion of neural network

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090174711A1 (en) * 2008-01-03 2009-07-09 Suh-Ho Lee Apparatus and method for simplifying three-dimensional mesh data
CN109147048A (en) * 2018-07-23 2019-01-04 复旦大学 A kind of three-dimensional grid method for reconstructing using individual cromogram
CN111210498A (en) * 2018-11-02 2020-05-29 辉达公司 Reducing the level of detail of a polygon mesh to reduce the complexity of rendered geometry
CN110443892A (en) * 2019-07-25 2019-11-12 北京大学 A kind of three-dimensional grid model generation method and device based on single image
CN110415343A (en) * 2019-08-05 2019-11-05 中国电建集团北京勘测设计研究院有限公司 A kind of engineering BIM visualization of 3 d automotive engine system
CN111667565A (en) * 2020-05-12 2020-09-15 武汉大学 Three-dimensional grid model simplification method and system based on optimized feature preservation
CN113538689A (en) * 2021-06-16 2021-10-22 杭州电子科技大学 Three-dimensional model mesh simplification method based on feature fusion of neural network

Similar Documents

Publication Publication Date Title
Blythe Rise of the graphics processor
US7394464B2 (en) Preshaders: optimization of GPU programs
EP4394713A1 (en) Image rendering method and apparatus, electronic device, computer-readable storage medium, and computer program product
CN110090440B (en) Virtual object display method and device, electronic equipment and storage medium
US20230120253A1 (en) Method and apparatus for generating virtual character, electronic device and readable storage medium
CN109102560A (en) Threedimensional model rendering method and device
CN112843704B (en) Animation model processing method, device, equipment and storage medium
CN103678888B (en) The flowing of a kind of heart blood based on Euler's fluid simulation algorithm schematically shows method
CN114307135A (en) Visual game engine design method based on three-dimensional creative modeling and motion control
CN115228083A (en) Resource rendering method and device
CN115970275A (en) Projection processing method and device for virtual object, storage medium and electronic equipment
JP7325775B2 (en) Image processing system, method, and program
US8633932B1 (en) Animation with adjustable detail level
CN111242832B (en) System C-based GPU texture mapping period accurate joint simulation device and method
De Lucas Reducing redundancy of real time computer graphics in mobile systems
US20240005588A1 (en) Image rendering method and apparatus, electronic device, computer-readable storage medium, and computer program product
CN110070597A (en) A kind of Unity3D rendering accelerated method based on OpenCL
Wen et al. Post0-vr: Enabling universal realistic rendering for modern vr via exploiting architectural similarity and data sharing
Wong A comparison of graphics performance of tile based and traditional rendering architectures
US11957976B2 (en) Predicting the appearance of deformable objects in video games
LU504427B1 (en) Bim based dynamic visualization of noise field for prefabricated buildings adjacent to railways
US20240087207A1 (en) Depth analyzer and shading rate controller
CN117078824A (en) Parameter fitting method, device, equipment, storage medium and program product
CN117635803A (en) Parameter configuration method and device for coloring model, computer equipment and storage medium
US20240153195A1 (en) Seamless image processing of a tiled image region

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