Canvas troubleshooting: Difference between revisions

Jump to navigation Jump to search
m
mNo edit summary
Line 225: Line 225:


== Useful C++ changes ==
== Useful C++ changes ==
{{Note|The following patches are intended to help better understand what's going on behind the scenes. They are intended to be regularly rebased onto SG/FG 'next'. In the mid-term, our hope is to ensure that people working on Nasal/Canvas related features get a better understanding about when, where and why performance is affected.}}
{{Note|The following patches are intended to help better understand what's going on behind the scenes. They are intended to be regularly rebased onto SG/FG 'next'. In the mid-term, our hope is to ensure that people working on Nasal/Canvas related features get a better understanding about when, where and why Canvas performance is affected.}}
 
=== Adding support for wireframe mode ===
<syntaxhighlight lang="diff">
</syntaxhighlight>
 
=== Adding support for disabling textures ===
<syntaxhighlight lang="diff">
</syntaxhighlight>


=== Serializing a Canvas to disk (as raster image) ===
=== Serializing a Canvas to disk (as raster image) ===

Navigation menu