当前位置:网站首页>Games101 graphics P10 notes (geometry1)
Games101 graphics P10 notes (geometry1)
2022-07-21 17:02:00 【baixiaofei567】
Application of texture :
- Environment mapping : Describe how the ambient light is , Store the ambient light on the map , You can use this map to render other things
The circular map expansion may have distortion problems , The solution is to map to the cube
- Bump ( normal ) Mapping : It's not necessarily just about color , You can define the height ( Relative height ), That is, the height difference of the texture relative to the point of the object itself
You can define complex textures without changing geometric information , We use bump map to fake its height to simulate bump effect - 3d noise
- Record the calculated information
The geometric
Geometry is divided into implicit geometry and explicit geometry
Implicit geometry :
It means a certain relationship , Don't give practical points , such as x2+y2+z^2=1, It represents a ball
shortcoming : It's hard to see the form
advantage : Judge whether a point is on this surface or It's easy inside and outside
Show Geometry :
Show the points on the surface directly , Or use the method of parameter mapping , For example, use uv Mapping to x,y,z
shortcoming : Judge whether a point is on the surface or It's difficult inside and outside
边栏推荐
猜你喜欢
[solved] Splunk :Non-200/201 status_code=401; {“messages“:[{“type“:“WARN“,“text“:“call not properly
Okaleido tiger NFT即将登录Binance NFT平台,你期待吗?
Responsive dream weaving template poultry breeding website
入门软件测试小知识点
Multi active architecture design of wangzhe glory Mall (module 7 of architecture practice camp)
STM32 serial port screen learning
【FLink】Flink 任务 如何优雅的停止
938. 二叉搜索树的范围和
First meet shadowless cloud computer
403. 青蛙过河
随机推荐
Measurechildren's understanding
Responsive dream weaving template poultry breeding website
C#中Internal关键字的总结
华泰证券账户开通流程,网上客户经理开户安全吗
渗透测试成功的8个关键
1744. 你能在你最喜欢的那天吃到你最喜欢的糖果吗?
tried to access field com.mysql.cj.CharsetMapping.COLLATION_INDEX_TO_COLLATION_NAME from class io.de
4.76 million. Targeted procurement of Bank of Hebei: F5 load balancing (10 sets)
Ython + selenium web automation 2022 updated tutorial automated testing software test crawler - Notes blog collation
Kubernetes资源清单篇:如何创建资源?
100页幻灯片图解《数据出境安全评估办法》及修订对照(附下载)
Y72. Chapter IV Prometheus large factory monitoring system and practice -- Prometheus server installation and node exporter installation (III)
Principal component analysis and the use of SPSS ----- notes
Splunk HEC 开启8088 port
按下Ctrl弹出一个对话框松开关闭此对话框,如何实现?
APP 页面秒开优化方面总结~
中国邮储银行 IT 集采:服务器、阵列、交换机、路由器、防火墙等
你必须知道的 4 种 Redis 集群方案及优缺点对比
JAX计算SeLU函数
GAMES101图形学P10笔记(geometry1)