This repository has been archived on 2024-12-25. You can view files and clone it, but cannot push or open issues or pull requests.
2024-03-10 20:32:51 +03:00

7 lines
124 B
ObjectPascal

uses Graph3D;
begin
var m := ImageMaterial('Cells1.png',0.2,0.2);
var c := Cube(0,0,2,4,m);
c.Rotate(OrtZ,35)
end.