Skip to content

Commit

Permalink
im losing my sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
therabug committed Nov 14, 2024
1 parent 60a5c18 commit 3fa1424
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/classes/Viewport.xml
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@
</constant>
<constant name="SCALING_3D_MODE_BILINEAR" value="0" enum="Scaling3DMode">
Use bilinear scaling for the viewport's 3D buffer. The amount of scaling can be set using [member scaling_3d_scale]. Values less than [code]1.0[/code] will result in undersampling, while values greater than [code]1.0[/code] will result in supersampling. A value of [code]1.0[/code] disables scaling.
</constant>
</constant>
<constant name="SCALING_3D_MODE_NEAREST" value="1" enum="Scaling3DMode">
Use nearest neighbor scaling for the viewport's 3D buffer. The amount of scaling can be set using [member scaling_3d_scale]. Values less than [code]1.0[/code] will result in undersampling, while values greater than [code]1.0[/code] will result in supersampling. A value of [code]1.0[/code] disables scaling and applies the closest pixel without interpolation.
</constant>
Expand All @@ -496,7 +496,6 @@
<constant name="SCALING_3D_MODE_MAX" value="4" enum="Scaling3DMode">
Represents the size of the [enum Scaling3DMode] enum.
</constant>

<constant name="MSAA_DISABLED" value="0" enum="MSAA">
Multisample antialiasing mode disabled. This is the default value, and is also the fastest setting.
</constant>
Expand Down

0 comments on commit 3fa1424

Please sign in to comment.