comparison Framework/Scene2D/ISceneLayer.h @ 1324:4d8d642f7036 broker

Added a NullLayer scene layer type that allows "booking" a scene depth entry.
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 24 Mar 2020 16:24:26 +0100
parents 2d8ab34c8c91
children
comparison
equal deleted inserted replaced
1323:c0af7657d398 1324:4d8d642f7036
31 class ISceneLayer : public boost::noncopyable 31 class ISceneLayer : public boost::noncopyable
32 { 32 {
33 public: 33 public:
34 enum Type 34 enum Type
35 { 35 {
36 Type_NullLayer,
36 Type_InfoPanel, 37 Type_InfoPanel,
37 Type_ColorTexture, 38 Type_ColorTexture,
38 Type_Polyline, 39 Type_Polyline,
39 Type_Text, 40 Type_Text,
40 Type_FloatTexture, 41 Type_FloatTexture,