본문 바로가기

XR, Extended Reality, AI

Procedural generation

반응형

Procedural generation

 

From Wikipedia, the free encyclopedia

 

 
"Randomly generated" redirects here. For algorithms that generate random numbers, see Random number generation.
 
This article includes a list of referencesrelated reading, or external linksbut its sources remain unclear because it lacks inline citations. Please help to improve this article by introducing more precise citations. (May 2022) (Learn how and when to remove this template message)
One example of procedural generation, here using L-systems to generate realistic looking tree models. Different models can be generated by changing both deterministic parameters and a random seed.

In computingprocedural generation (sometimes shortened as proc-gen) is a method of creating data algorithmically as opposed to manually, typically through a combination of human-generated assets and algorithms coupled with computer-generated randomness and processing power. In computer graphics, it is commonly used to create textures and 3D models. In video games, it is used to automatically create large amounts of content in a game. Depending on the implementation, advantages of procedural generation can include smaller file sizes, larger amounts of content, and randomness for less predictable gameplay. Procedural generation is a branch of media synthesis.

 


Overview[edit]

A procedural landscape rendered in Terragen

The term procedural refers to the process that computes a particular function. Fractals are geometric patterns which can often be generated procedurally. Commonplace procedural content includes textures and meshesSound is often also procedurally generated, and has applications in both speech synthesis as well as music. It has been used to create compositions in various genres of electronic music by artists such as Brian Eno who popularized the term "generative music".[1]

Procedurally generated textures

While software developers have applied procedural generation techniques for years, few products have employed this approach extensively. Procedurally generated elements have appeared in earlier video games: The Elder Scrolls II: Daggerfall takes place in a mostly procedurally generated world, giving a world roughly two thirds the actual size of the British IslesSoldier of Fortune from Raven Software uses simple routines to detail enemy models, while its sequel featured a randomly generated level mode. Avalanche Studios employed procedural generation to create a large and varied group of detailed tropical islands for Just CauseNo Man's Sky, a game developed by games studio Hello Games, is all based upon procedurally generated elements.

The modern demoscene uses procedural generation to package a great deal of audiovisual content into relatively small programs.

New methods and applications are presented annually in conferences such as the IEEE Conference on Computational Intelligence and Games and the AAAI Conference on Artificial Intelligence and Interactive Digital Entertainment.[2]

Particularly in the application of procedural generation with video games, which are intended to be highly replayable, there are concerns that procedural systems can generate infinite numbers of worlds to explore, but without sufficient human guidance and rules to guide these. The result has been called "procedural oatmeal", a term coined by writer Kate Compton, in that while it is possible to mathematically generate thousands of bowls of oatmeal with procedural generation, they will be perceived to be the same by the user, and lack the notion of perceived uniqueness that a procedural system should aim for.[3]

 


 


https://en.wikipedia.org/wiki/Procedural_generation


See also[edit]


 

반응형

'XR, Extended Reality, AI' 카테고리의 다른 글

언리얼 엔진 설치하기, 언리얼 엔진 문서  (0) 2023.10.01
Smart NPC  (0) 2023.10.01
Houdini (software)  (0) 2023.10.01
신기술, New Tech, Questionwell  (0) 2023.09.18
#AdSense101 - When will I get paid?  (0) 2022.08.10