am i not setting render options correctly?
See original GitHub issueI 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:
- Created 7 years ago
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yeah I think so, are you using
Matter.Render
? Make sure you also setrender.options.wireframes = false
.Actually, I’ve opened #398 for this, thanks.