mirror of
https://github.com/fadden/6502bench.git
synced 2026-04-25 05:22:03 +00:00
Tweak Vector3 and VisWireframe
Made vectors immutable. Added calls to support rewriting of surface normals.
This commit is contained in:
@@ -281,7 +281,7 @@ namespace SourceGen {
|
||||
// Render Path to bitmap -- https://stackoverflow.com/a/23582564/294248
|
||||
Rect bounds = geo.GetRenderBounds(null);
|
||||
|
||||
Debug.WriteLine("RenderWF dim=" + dim + " bounds=" + bounds + ": " + wireObj);
|
||||
//Debug.WriteLine("RenderWF dim=" + dim + " bounds=" + bounds + ": " + wireObj);
|
||||
|
||||
// Create bitmap.
|
||||
RenderTargetBitmap bitmap = new RenderTargetBitmap(
|
||||
|
||||
Reference in New Issue
Block a user