Mitchell Stokes
Mitchell Stokes
## Issue description Packages such as [panda3d-simplepbr](https://github.com/Moguri/panda3d-simplepbr/) require users to modify `build_apps` options to handle data files. It would be nice if such packages could automatically handle this for users....
## Issue description This is a fix for #1087 where Panda gets stuck waiting on an initial X11 window configure. ## Solution description Instead of waiting on all configure/reconfigures, we...
We should add support for generating [MikkTSpace](http://www.mikktspace.com/) tangents to GeomVertexData. Currently, the only tangent calculating logic in Panda is tied up in EGG logic, and not in general purpose APIs....
[KHR_lights_punctual](https://github.com/KhronosGroup/glTF/tree/master/extensions/2.0/Khronos/KHR_lights_punctual) replaces KHR_lights and is marked as complete. We should support this new version of the extension. We'll likely want to keep support for the old KHR_lights extension for a...
This extension would export shader nodes to be consumed by an engine. This is easier to consume than raw GLSL, but it still allows for shader creation in Blender.
[Custom properties](https://docs.blender.org/manual/en/latest/data_system/custom_properties.html) are another way (in addition to game properties) to add arbitrary information to objects. With the game engine being removed in 2.80, custom properties will become the only...
## Issue description ## Solution description ## Checklist I have done my best to ensure that… * [ ] …I have familiarized myself with the CONTRIBUTING.md file * [ ]...
Currently, ExecutionEnvironment::ns_get_environment_variable() defines the following on non-Win32, non-Apple platforms: * XDG_CONFIG_HOME * XDG_CACHE_HOME * XDG_DATA_HOME Currently, config files use these (e.g., model-cache-dir in Config.prc), but we do a string replacement...
CollisionHandlerFloor was not working as expected, so I have added a fix. I believe the previous code was mixing coordinate systems and using a local offset as a global position.