osre
osre copied to clipboard
An open source render engine
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
void KeyboardEventListener::onOSEvent(const Event &osEvent, const EventData *data) { + if (data == nullptr) { + return; + } auto *keyData = static_cast(data); if (osEvent == Platform::KeyboardButtonDownEvent) { mKeyboardInputState.mKeymap[keyData->m_key] = 1;...
**Describe the bug** When using the osre_ed or the model viewer on linux the mouse rotation is lagging. **To Reproduce** Steps to reproduce the behavior: 1. Build osre_ed for linux...
**Describe the bug** When a material is using an embedded texture coming from assimp it will ignored. **To Reproduce** 1. Open issue with embedded textures a. https://nasa3d.arc.nasa.gov/detail/acrimsat 3. Check for...
**Describe the bug** When running the rendertest the testcase **DbgFontRenderTest** is crashing **To Reproduce** Steps to reproduce the behavior: 1. Build latest master 2. Run rendertests 3. Wait for **DbgFontRenderTest**...