About Store Forum Documentation Contact



Post Reply 
outlines does not work with D.samples()
Author Message
RedcrowProd Offline
Member

Post: #1
outlines does not work with D.samples()
The following outlines
struct Mesh : MeshLod // Mesh (array of Mesh LODs)
void drawOutline (C Color &color, C MatrixM &matrix )C;

does not work with sampling

struct DisplayClass : DisplayState, DisplayDraw // Display Control
DisplayClass& samples (Byte samples );


i had to keep our highest AA to SMAA
(This post was last modified: 03-14-2025 04:05 AM by RedcrowProd.)
03-12-2025 05:04 AM
Find all posts by this user Quote this message in a reply
Post Reply