Information that is generated by an algorithm/procedure. This is often used in contrast to recorded information. Examples are sounds that are generated by the oscillators of a synthesizer in contrast to sounds recorded by a sampler and just played back, and an image generated by a noise algorithm in ...

learn more… | top users | synonyms

1
vote
0answers
89 views

Long delays in Unity3D substance generation

Currently working on an iOS/Android project in Unity3d, and we're seeing some incredibly long times for generating substances between testing runs. We can run the game, but once we shut down the ...
1
vote
0answers
206 views

Design pattern for procedural terrain assets

I'm developing a procedural terrain class at the moment and am stuck on the correct design pattern. The terrain is 2D and is constructed from a series of (x,y) points. I currently have a method that ...
0
votes
0answers
165 views

3d modeling based on genetic techniques

I'd like to generate models based on genetic techniques. All information about the model would be stored as genes in the DNA file. The models to be created are creatures, like humans or animals. I ...