View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001710 | NoesisGUI | C++ SDK | public | 2020-06-05 12:03 | 2020-06-05 13:36 |
| Reporter | Ext3h | Assigned To | jsantos | ||
| Priority | normal | Severity | feature | ||
| Status | assigned | Resolution | open | ||
| Product Version | 3.0.1 | ||||
| Summary | 0001710: Wireframe support missing in GlRenderDevice | ||||
| Description | Noesis::RenderState::wireframe is not implemented in NoesisApp::GLRenderDevice. glPolygonMode(GL_FRONT_AND_BACK, GL_LINE / GL_FILL) should be supported on all platforms supported by GLRenderDevice, it's just not implemented. | ||||
| Steps To Reproduce | Use Inspector on application using GlRenderDevice | ||||
| Platform | Any | ||||
|
It is not implemented because glPolygoneMode is not available in GL ES or WebGL. But yes, we could implement it at least for OpenGL. This is part of the App Framework though, you can customize and tweak the implementation for your needs. Thanks! |
|