⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rad8.pas

📁 /* * tesswind.c * This program demonstrates the winding rule polygon * tessellation proper
💻 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 + -