Generative Modelling Language in the context of Relational database


Generative Modelling Language in the context of Relational database

Generative Modelling Language Study page number 1 of 1

Play TriviaQuestions Online!

or

Skip to study material about Generative Modelling Language in the context of "Relational database"


⭐ Core Definition: Generative Modelling Language

Generative Modelling Language (GML) in computer graphics and generative computer programming is a very simple programming language for the concise description of complex 3D shapes. It follows the "Generative Modelling" paradigm, where complex datasets are represented by "lists of operations" rather than by lists of objects, which is for instance the case in a relational database.

↓ Menu
HINT:

In this Dossier

Generative Modelling Language in the context of Procedural modeling

Procedural modeling is an umbrella term for a number of techniques in computer graphics to create 3D models and textures from sets of rules that may be easily changed over time. L-Systems, fractals, and generative modeling are procedural modeling techniques since they apply algorithms for producing scenes. The set of rules may either be embedded into the algorithm, configurable by parameters, or the set of rules is separate from the evaluation engine. The output is called procedural content, which can be used in computer games, films, be uploaded to the internet, or the user may edit the content manually. Procedural models often exhibit database amplification, meaning that large scenes can be generated from a much smaller number of rules. If the employed algorithm produces the same output every time, the output need not be stored. Often, it suffices to start the algorithm with the same random seed to achieve this.

Although all modeling techniques on a computer require algorithms to manage and store data at some point, procedural modeling focuses on creating a model from a rule set, rather than editing the model manually by using user input, in order to make modifying model in the future easier. The parameters that define a model may be dependent on parameters or geometry from another model making modelling process very flexible. Procedural modeling is often applied when it would be too cumbersome to create a 3D model using generic 3D modelers, or when more specialized tools are required. This is often the case for plants, architecture or landscapes.

View the full Wikipedia page for Procedural modeling
↑ Return to Menu