Canvas troubleshooting: Difference between revisions

Jump to navigation Jump to search
m
→‎Exposing setDataVariance() for finalized elements: https://sourceforge.net/p/flightgear/simgear/ci/f144bd5a8911a37c55e7c9621db202fff32ca1cf/
m (→‎Exposing setDataVariance() for finalized elements: https://sourceforge.net/p/flightgear/simgear/ci/f144bd5a8911a37c55e7c9621db202fff32ca1cf/)
Line 579: Line 579:


=== Exposing setDataVariance() for finalized elements ===
=== Exposing setDataVariance() for finalized elements ===
See also [https://sourceforge.net/p/flightgear/simgear/ci/f144bd5a8911a37c55e7c9621db202fff32ca1cf/]
Calling setDataVariance() is only required for Drawables and StateSet's, changes to Nodes don't make it into the draw traversal so aren't affected by the
Calling setDataVariance() is only required for Drawables and StateSet's, changes to Nodes don't make it into the draw traversal so aren't affected by the
requirement to set the DataVariance to DYNAMIC that the DrawThreadPerContext threading model requires.
requirement to set the DataVariance to DYNAMIC that the DrawThreadPerContext threading model requires.

Navigation menu