Comments on: Fast Culling https:/code-sample/fast-culling/ Developer resources for the X-Plane flight simulator Thu, 28 Jun 2018 13:17:32 +0000 hourly 1 https://wordpress.org/?v=6.6.1 By: Ben Supnik https:/code-sample/fast-culling/#comment-31585 Thu, 28 Jun 2018 13:17:32 +0000 http://developer.x-plane.com/?post_type=code-sample&p=8065#comment-31585 In reply to John Grant.

You decide to skip drawing or draw based on whether the sphere is in view.

]]>
By: John Grant https:/code-sample/fast-culling/#comment-31584 Wed, 27 Jun 2018 14:33:24 +0000 http://developer.x-plane.com/?post_type=code-sample&p=8065#comment-31584 Can you show what we can do with the Boolean result of the culling test?

]]>
By: Ben Supnik https:/code-sample/fast-culling/#comment-25888 Sat, 24 Feb 2018 16:14:35 +0000 http://developer.x-plane.com/?post_type=code-sample&p=8065#comment-25888 In reply to sof.

This is sample code for your plugin. XPLMDrawObject is culled by us, so you don’t need this, but for other kinds of drawing or for a SET of objects this can be useful.

]]>
By: sof https:/code-sample/fast-culling/#comment-25746 Tue, 20 Feb 2018 06:17:15 +0000 http://developer.x-plane.com/?post_type=code-sample&p=8065#comment-25746 Is fast culling applied by default?

]]>