Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Black lines along photo tiles ...

Featured Replies

Hi,I was discussing with someone else the black lines that appear along the photo tiles made as VTP2 custom polygons. At certain distances a narrow black line appears between the junction of 2 tiles and it disappears as we come closer. I think this is related to a "mip effect". If I run the ImageTool Help window there are some options that could be related (?) to this artifact. I suggested that the sides of the VTP polygon could be made larger so that adjacent photo tiles would intersect in a way to reduce those black borders. I use a SCASM macro (based on a macro by Dick) to generate the VTP polygons:; VTPm2Custom.scm macroVTPPoly( 2 4 0 ) VTPPointXY( [ %1 * 255 + 4080 ] [ %2 * 255 + 4080 ] ) VTPPointXY( [ %1 * 255 + 4335 ] [ %2 * 255 + 4080 ] ) VTPPointXY( [ %1 * 255 + 4335 ] [ %2 * 255 + 4335 ] ) VTPPointXY( [ %1 * 255 + 4080 ] [ %2 * 255 + 4335 ] )The idea was to change it to:; VTPm2Custom.scm macroVTPPoly( 2 4 0 ) VTPPointXY( [ %1 * 255 + 4079 ] [ %2 * 255 + 4079 ] ) VTPPointXY( [ %1 * 255 + 4336 ] [ %2 * 255 + 4079 ] ) VTPPointXY( [ %1 * 255 + 4336 ] [ %2 * 255 + 4336 ] ) VTPPointXY( [ %1 * 255 + 4079 ] [ %2 * 255 + 4336 ] )The question is that FS seems to crash when loading the BGL made with the modified macro. I see no reason why! Any tips?Regards, Luis

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.