Add initial prototype.
This commit is contained in:
15
3-mid/opengl/source/lean/model/opengl-remote_model.ads
Normal file
15
3-mid/opengl/source/lean/model/opengl-remote_model.ads
Normal file
@@ -0,0 +1,15 @@
|
||||
package openGL.remote_Model with remote_Types
|
||||
--
|
||||
-- Provides a DSA friendly base class for 3D models.
|
||||
--
|
||||
is
|
||||
|
||||
type Item is abstract tagged
|
||||
record
|
||||
Id : model_Id := null_model_Id;
|
||||
Shine : openGL.Shine := 200.0;
|
||||
end record;
|
||||
|
||||
end openGL.remote_Model;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user