CS447Set#11Slides.ppt

  1. 1、本文档共45页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
CS447Set#11Slides.ppt

Many natural effects are not efficiently represented by geometric models discussed earlier in this course For example, the tiny water drops in fog, trees in a forest , or leaves on a branch or twig can only be reasonably generated procedurally Many natural effects may affect the environment in ways unlike those illumination models discusses earlier For example, fog is seen as a blur in the air -- not as millions of drops of water; this means that fog alters the light reaching the viewpoint Advanced Modeling... ...goes beyond geometric models ...allows simple modeling of complex phenomena ...provides for database amplification Advanced Modeling techniques include... ...Grammar based models ...Particle systems ...Fractal systems Grammar based models... ...provides methods for describing the structure of plants ...use parallel graph grammar languages (called graftals!) ...are languages described by a collection of productions which are all applied at once ...for example, A-AA creates results of A, AA, AAAA, etc. ...for example, B-A[B] creates results of B, A[B], AA[B], etc. Grammar based models... ...use [ ] for left branches and ( ) for right branches A - AA and B - A[B]AA(B) create a 2nd generation of: AA[A[B]AA(B)]AAAA(A[B]AA(B)) Grammar based models... ...use biological productions to simulate plants in development ...describe the topology of plants ...also describe the shape including the directions of branches and the arrangement of leaves To simulate the growth of plants using graftals, languages include information on... ...the current age ...the growth rate of each segment ...the probabilities of death, dormancy, growth ...the shape (depending on type and age) ...the branch angles (depending on type and age) ...the color and texture of each segment Pseudo code simulates the growth of plants using graftals: For (each moment in time) For (each bud that is still alive) Determine whether the bud dies, is dorman

文档评论(0)

***** + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档