Add initial prototype.
This commit is contained in:
14
3-mid/opengl/source/lean/opengl-frustum.adb
Normal file
14
3-mid/opengl/source/lean/opengl-frustum.adb
Normal file
@@ -0,0 +1,14 @@
|
||||
package body openGL.Frustum
|
||||
is
|
||||
|
||||
procedure normalise (Planes : in out Plane_array)
|
||||
is
|
||||
use Geometry_3D;
|
||||
begin
|
||||
for Each in Planes'Range
|
||||
loop
|
||||
normalise (Planes (Each));
|
||||
end loop;
|
||||
end normalise;
|
||||
|
||||
end openGL.Frustum;
|
||||
Reference in New Issue
Block a user