feat(latex): 新增 LaTeX 排版系统,从 Markdown 生成 ctexbook
- 新增 officefile/latex/ 目录,包含 main.tex、preamble.tex 及 14 个章节 + 10 个附录 tex 文件 - md→tex 转换流程:pandoc 转换 + _postprocess.py 后处理(去编号、修破折号、清标签) - 修复 5 个 md 源文件的标题层级(H1→H2 降级,统一层级结构) - 配置 VS Code LaTeX Workshop(xelatex + ctexbook 编译链) - 新增 VS Code workspace 和 .gitignore(排除 LaTeX 编译产物) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,205 @@
|
||||
\chapter{环境与景观设计}
|
||||
|
||||
本章探讨AI在室内设计、景观设计等环境设计领域的应用。
|
||||
|
||||
\section{篇章导读}
|
||||
|
||||
环境与景观设计关注人类与物理空间的关系。AI技术正在改变设计的各个环节,从场地分析到方案生成,从效果预览到可持续评估。
|
||||
|
||||
本章将介绍AI在室内设计和景观设计中的应用。
|
||||
|
||||
|
||||
\section{学习目标}
|
||||
|
||||
\begin{enumerate}
|
||||
\def\labelenumi{\arabic{enumi}.}
|
||||
\item
|
||||
了解AI在室内设计中的应用流程
|
||||
|
||||
掌握平面图智能生成的方法
|
||||
|
||||
理解VR/AR在室内设计预览中的作用
|
||||
\end{enumerate}
|
||||
|
||||
\section{核心应用}
|
||||
|
||||
平面图智能生成
|
||||
|
||||
\textbf{传统流程 vs AI辅助}:
|
||||
|
||||
{\def\LTcaptype{none} % do not increment counter
|
||||
\begin{longtable}[]{@{}
|
||||
>{\raggedright\arraybackslash}p{(\linewidth - 4\tabcolsep) * \real{0.1528}}
|
||||
>{\raggedright\arraybackslash}p{(\linewidth - 4\tabcolsep) * \real{0.2083}}
|
||||
>{\raggedright\arraybackslash}p{(\linewidth - 4\tabcolsep) * \real{0.2083}}@{}}
|
||||
\toprule\noalign{}
|
||||
\begin{minipage}[b]{\linewidth}\raggedright
|
||||
环节
|
||||
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
|
||||
传统方式
|
||||
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
|
||||
AI辅助
|
||||
\end{minipage} \\
|
||||
\midrule\noalign{}
|
||||
\endhead
|
||||
\bottomrule\noalign{}
|
||||
\endlastfoot
|
||||
需求分析 & 人工沟通 & 自然语言理解 \\
|
||||
方案生成 & 手绘/CAD绘制 & 自动生成布局 \\
|
||||
家具选择 & 手动搜索 & 智能推荐 \\
|
||||
效果预览 & 3D建模渲染 & 实时生成 \\
|
||||
\end{longtable}
|
||||
}
|
||||
|
||||
\textbf{AI工具}: - \textbf{Planner 5D}:房间设计自动生成 - \textbf{Homestyler}:室内设计AI助手 - \textbf{RoomsGPT}:从图像生成3D模型
|
||||
|
||||
家具布局优化
|
||||
|
||||
\textbf{优化目标}: - 空间利用率最大化 - 功能分区合理化 - 动线流畅性 - 美学平衡
|
||||
|
||||
\textbf{技术方法}: - 约束求解:满足设计规范 - 遗传算法:多方案优化 - 强化学习:用户偏好学习
|
||||
|
||||
材质与风格推荐
|
||||
|
||||
\textbf{推荐流程}:
|
||||
|
||||
\passthrough{\lstinline!用户偏好图像`` → AI``分析风格`` → ``推荐材质组合!}\strut \\
|
||||
\passthrough{\lstinline!↓!}\strut \\
|
||||
\passthrough{\lstinline!``生成效果预览!}\strut \\
|
||||
\passthrough{\lstinline!↓!}\strut \\
|
||||
\passthrough{\lstinline!``用户反馈迭代!}
|
||||
|
||||
VR/AR预览
|
||||
|
||||
\textbf{技术实现}: - \textbf{VR}:沉浸式空间体验 - \textbf{AR}:现实空间叠加设计 - \textbf{实时渲染}:快速查看效果
|
||||
|
||||
\textbf{工具}: - Enscape:实时渲染插件 - Twinmotion:快速可视化 - Arkio:VR协作设计
|
||||
|
||||
\section{案例分析}
|
||||
|
||||
\textbf{案例:住宅客厅设计} 1. 输入户型图和需求 2. AI生成3种布局方案 3. 用户选择方案并调整 4. 实时VR预览效果 5. 导出施工图和材料清单
|
||||
|
||||
\section{思考与练习}
|
||||
|
||||
\begin{enumerate}
|
||||
\def\labelenumi{\arabic{enumi}.}
|
||||
\item
|
||||
AI如何平衡功能性和美学?
|
||||
\item
|
||||
VR/AR如何改变室内设计工作流?
|
||||
\item
|
||||
尝试使用AI室内设计工具完成一个小空间设计
|
||||
\end{enumerate}
|
||||
|
||||
|
||||
\subsection{学习目标}
|
||||
|
||||
\begin{enumerate}
|
||||
\def\labelenumi{\arabic{enumi}.}
|
||||
\item
|
||||
了解AI在景观设计中的应用
|
||||
|
||||
掌握场地分析与评估的方法
|
||||
|
||||
理解生态效益模拟的技术
|
||||
\end{enumerate}
|
||||
|
||||
\subsection{核心应用}
|
||||
|
||||
场地分析与评估
|
||||
|
||||
\textbf{分析维度}:
|
||||
|
||||
{\def\LTcaptype{none} % do not increment counter
|
||||
\begin{longtable}[]{@{}
|
||||
>{\raggedright\arraybackslash}p{(\linewidth - 4\tabcolsep) * \real{0.1806}}
|
||||
>{\raggedright\arraybackslash}p{(\linewidth - 4\tabcolsep) * \real{0.2917}}
|
||||
>{\raggedright\arraybackslash}p{(\linewidth - 4\tabcolsep) * \real{0.2083}}@{}}
|
||||
\toprule\noalign{}
|
||||
\begin{minipage}[b]{\linewidth}\raggedright
|
||||
维度
|
||||
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
|
||||
内容
|
||||
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
|
||||
AI方法
|
||||
\end{minipage} \\
|
||||
\midrule\noalign{}
|
||||
\endhead
|
||||
\bottomrule\noalign{}
|
||||
\endlastfoot
|
||||
地形地貌 & 高程、坡度、坡向 & DEM分析 \\
|
||||
植被覆盖 & 类型、密度、健康度 & 遥感图像分类 \\
|
||||
水文系统 & 水系、排水、汇水 & 水文模拟 \\
|
||||
视觉景观 & 视域、视线廊道 & 视域分析 \\
|
||||
气候舒适度 & 风环境、日照、温度 & 环境模拟 \\
|
||||
\end{longtable}
|
||||
}
|
||||
|
||||
\textbf{工具集成}: - GIS空间分析 - 遥感图像处理 - 环境模拟建模
|
||||
|
||||
植被配置优化
|
||||
|
||||
\textbf{优化目标}: - 生态功能最大化 - 景观效果协调 - 养护成本可控 - 适应本地气候
|
||||
|
||||
\textbf{AI方法}: - \textbf{物种选择}:基于环境因子推荐 - \textbf{布局优化}:空间配置算法 - \textbf{生长模拟}:预测长期效果
|
||||
|
||||
景观元素生成
|
||||
|
||||
\textbf{可生成元素}: - 道路系统 - 广场节点 - 水景设施 - 景观小品 - 种植设计
|
||||
|
||||
生态效益模拟
|
||||
|
||||
\textbf{评估指标}: - 碳汇能力 - 生物多样性支持 - 雨洪管理 - 热岛缓解
|
||||
|
||||
\subsection{案例分析}
|
||||
|
||||
\textbf{案例:城市公园设计} 1. 场地数据收集与分析 2. AI生成多种方案对比 3. 生态效益模拟评估 4. 多目标优化选择 5. 施工图与种植设计
|
||||
|
||||
\subsection{思考与练习}
|
||||
|
||||
\begin{enumerate}
|
||||
\def\labelenumi{\arabic{enumi}.}
|
||||
\item
|
||||
AI如何处理景观设计中的复杂约束?
|
||||
\item
|
||||
生态效益模拟的数据从哪里来?
|
||||
\item
|
||||
选择一个景观设计场景,分析AI可应用的环节
|
||||
\end{enumerate}
|
||||
|
||||
\subsection{关键术语}
|
||||
|
||||
{\def\LTcaptype{none} % do not increment counter
|
||||
\begin{longtable}[]{@{}
|
||||
>{\raggedright\arraybackslash}p{(\linewidth - 4\tabcolsep) * \real{0.1528}}
|
||||
>{\raggedright\arraybackslash}p{(\linewidth - 4\tabcolsep) * \real{0.3056}}
|
||||
>{\raggedright\arraybackslash}p{(\linewidth - 4\tabcolsep) * \real{0.2083}}@{}}
|
||||
\toprule\noalign{}
|
||||
\begin{minipage}[b]{\linewidth}\raggedright
|
||||
中文
|
||||
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
|
||||
英文
|
||||
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
|
||||
说明
|
||||
\end{minipage} \\
|
||||
\midrule\noalign{}
|
||||
\endhead
|
||||
\bottomrule\noalign{}
|
||||
\endlastfoot
|
||||
平面图 & Floor Plan & 水平剖切图 \\
|
||||
布局优化 & Layout Optimization & 空间排列优化 \\
|
||||
动线 & Circulation & 人员流动路径 \\
|
||||
视域分析 & Viewshed Analysis & 可见范围分析 \\
|
||||
生态效益 & Ecological Benefit & 生态服务价值 \\
|
||||
\end{longtable}
|
||||
}
|
||||
|
||||
\subsection{延伸阅读}
|
||||
|
||||
\begin{enumerate}
|
||||
\def\labelenumi{\arabic{enumi}.}
|
||||
\item
|
||||
\href{https://landscapeperformance.org/}{Landscape Architecture + AI}
|
||||
|
||||
\href{https://www.esri.com/en-us/industries/landscape-architecture}{GIS在景观设计中的应用}
|
||||
\end{enumerate}
|
||||
Reference in New Issue
Block a user