摘要: BRDF光照模型 链接 https://zhuanlan.zhihu.com/p/490024846 经典光照模型 经典光照模型 Lambert漫反射模型 Phong模型 Blinn-Phone模型 数据光照模型 基于物理的光照模型 前置知识 次表面散射 菲涅尔反射 微平面理论 基于物理的光照模型 阅读全文
posted @ 2024-03-16 10:13 Lanceloia 阅读(17) 评论(0) 推荐(0)
摘要: 【Unity实战篇 】| 2.5D游戏是如何做出来的呢,2.5D游戏快速制作教程 https://blog.csdn.net/zhangay1998/article/details/131966223 阅读全文
posted @ 2024-03-07 12:28 Lanceloia 阅读(5) 评论(0) 推荐(0)
摘要: 进入invokeAI官网在github的镜像: https://kkgithub.com/invoke-ai/InvokeAI 阅读关于配置的要求:15GB磁盘空间 创建根目录 mkdir invokeai 进入根目录并创建python虚拟环境 cd invokeai python -m venv 阅读全文
posted @ 2024-03-07 06:08 Lanceloia 阅读(602) 评论(0) 推荐(0)
摘要: 使用Python调教OpenAI,让AI回答的更完美 FastChat框架源码解析之controller.py(大模型调度原理) langchain-chatchat 大模型智能问答的源码阅读笔记 阅读全文
posted @ 2024-02-28 03:35 Lanceloia 阅读(38) 评论(0) 推荐(0)