mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 04:10:06 +00:00 
			
		
		
		
	Update to latest maplibre-gl-native, including rename from QMapboxGL to QMapLibreGL
This commit is contained in:
		
							parent
							
								
									243e874b55
								
							
						
					
					
						commit
						2ac141ea1a
					
				
					 30 changed files with 143 additions and 133 deletions
				
			
		|  | @ -4,7 +4,7 @@ | |||
| 
 | ||||
| #include <memory> | ||||
| 
 | ||||
| #include <QMapbox> | ||||
| #include <QMapLibreGL/QMapLibreGL> | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
|  | @ -27,14 +27,16 @@ public: | |||
|    DrawItem(DrawItem&&) noexcept; | ||||
|    DrawItem& operator=(DrawItem&&) noexcept; | ||||
| 
 | ||||
|    virtual void Initialize()                                               = 0; | ||||
|    virtual void Render(const QMapbox::CustomLayerRenderParameters& params) = 0; | ||||
|    virtual void Deinitialize()                                             = 0; | ||||
|    virtual void Initialize() = 0; | ||||
|    virtual void | ||||
|    Render(const QMapLibreGL::CustomLayerRenderParameters& params) = 0; | ||||
|    virtual void Deinitialize()                                    = 0; | ||||
| 
 | ||||
| protected: | ||||
|    void UseDefaultProjection(const QMapbox::CustomLayerRenderParameters& params, | ||||
|                              GLint uMVPMatrixLocation); | ||||
|    void UseMapProjection(const QMapbox::CustomLayerRenderParameters& params, | ||||
|    void | ||||
|    UseDefaultProjection(const QMapLibreGL::CustomLayerRenderParameters& params, | ||||
|                         GLint uMVPMatrixLocation); | ||||
|    void UseMapProjection(const QMapLibreGL::CustomLayerRenderParameters& params, | ||||
|                          GLint uMVPMatrixLocation, | ||||
|                          GLint uMapScreenCoordLocation); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat