Olivier Wervers

Results 9 issues of Olivier Wervers

I'm in a place where officially commas are used as the decimal seperator instead of a period. Even though it is common for development tools to still use a period...

When positioning yourself perpendicular to a horizontal axis of an object gizmo, the translate tool starts to behave unpredictably, moving the objects much further away than intended, seemingly amplifying your...

``` $resultA = ProjectQuery::create()->select(["Title",` "Description"])->find()->toArray(null, false, 'camelName'); // json: [{"Title": "X", "Description": "Y"}, {"Title": "F", "Description": "G"}] $resultB = ProjectQuery::create()->find()->toArray(null, false, 'camelName'); // json: [{"id": 0, "title": "X", "description": "Y"},...

We need to discuss what the workflow will be like for contributors. The workflow would include: - Creating the 3d model - Rendering the graphics - Uploading assets to GitHub...

discussion

If I were to make a guess, more than a quarter of all the sprites are peep sprites. The peep sprites have hundreds of animation frames for moving around the...

discussion
create

We'll need a broad roadmap of what sprites should be created first. There're several reasons why this matter, some to keep in mind are: - Some sprites rely on others...

discussion

Here's a list of the official discussions that came from https://github.com/OpenRCT2/OpenGraphics/issues/16. Try to fit thoughts about the overall project and workflow to these discussions if possible. ### Open Discussions -...

discussion

Allow the user to render an entire grid of objects in a single scene. The user would be able to specify the spacing and number of objects and the array...

enhancement

This causes issues when a user renders peep sprites (which are on the layers after 1), making the peeps dark.