📄 rad8.pas
字号:
//******************************************************************************
// "RADIOSITY LIGHTMAPS 8" by Georgy Moshkin
// -----------------------------------------------
// email : tmtlib@narod.ru
// WWW : http://www.tmtlib.narod.ru/
//
// Version: 0.3
// Example: 8
//
// Notes:
// -------
// Blur routine by Jean Yves Qu閕nec - j.y.q@wanadoo.fr
//
// License:
// --------
// This unit is freely distributable without licensing fees and is
// provided without guarantee or warrantee expressed or implied. This unit
// is Public Domain. Feel free to use or enhance this code. You can use the
// program for any purpose you see fit.
//
//******************************************************************************
unit rad8;
interface
uses Windows,OpenGL,_vector,dialogs,sysutils,math;
const leveldim=16; // 镱腓泐眍
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -