/
stud_22-365
/
GLXEngine
Обзор
Документация
Войти
/
stud_22-365
/
GLXEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/Demos/materials/multimaterial/MultiMaterialD.dpr
24 строки
544 B
glscene
HappyNewYear!
28 дек 2025, 23:42
28 дек 2025, 23:42
5ab1194
Код
Авторство
О чём код?
(* Basic GLMultiMaterialShader example. The GLMultiMaterialShader applies a pass for each material in the assigned MaterialLibrary. This example shows how to apply three blended textures to an object. A fourth texture is used in the specular pass to map the area affected by the chrome-like shine. *) program MultiMaterialD; uses Forms, fdMultiMaterial in 'fdMultiMaterial.pas' {FormMultiMat}; {$R *.res} begin Application.Initialize; Application.CreateForm(TFormMultiMat, FormMultiMat); Application.Run; end.