question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

am i not setting render options correctly?

See original GitHub issue

I have my render options set like so:

var landingPad = Matter.Bodies.rectangle(750, 500, 315, 50, { render: { strokeStyle: "#EE964B", fillStyle: "#EE964B", lineWidth: 5, }, chamfer: { radius: [25, 25, 25, 25] }, isStatic: true, });

The chamfer and isStatic options work for me, but nothing in the render options seem to work. Am I writing this incorrectly?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
liabrucommented, Feb 25, 2017

Yeah I think so, are you using Matter.Render? Make sure you also set render.options.wireframes = false.

0reactions
liabrucommented, Mar 28, 2017

Actually, I’ve opened #398 for this, thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Render Settings Explained - Quality vs. Render Time
This article is the right place to look for the best render settings for your V-Ray project. Overview Every project is different in......
Read more >
Blender: A Cycles render settings guide - Artisticrender.com
Cycles render settings are found primarily in the properties panel if you click the render tab. That is the camera icon, second from...
Read more >
The view chosen in 3ds Max doesn't render correctly
Solution: In 3ds Max, go to Rendering > Render Setup. In the View to Render: field, pick the desired view from the dropdown...
Read more >
5 Solutions if After Effects is Not Rendering Properly
What to Do if After Effects is Not Rendering · 1. Use the Render Queue Panel · 2. Render Using Media Encoder ·...
Read more >
Render settings in Motion - Apple Support
Render Quality: A pop-up menu that sets Render Quality to Draft, Normal, Best, or Custom. This setting affects the image quality of specific...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found