Skip to content

BlenderSleuth/FlyingNavSystemSite

Repository files navigation

<!DOCTYPE html>
<html lang="en">
<head>
    <title>Flying Navigation System Docs</title>
    <!-- Meta -->
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="">
    <meta name="author" content="">    
    <link rel="shortcut icon" href="favicon.ico">  
    <link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
    <!-- FontAwesome JS -->
    <script defer src="assets/fontawesome/js/all.js"></script>
    <!-- Global CSS -->
    <link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">   
    <!-- Plugins CSS -->    
    <link rel="stylesheet" href="assets/plugins/prism/prism.css">
    <link rel="stylesheet" href="assets/plugins/lightbox/dist/ekko-lightbox.css">
    <link rel="stylesheet" href="assets/plugins/elegant_font/css/style.css">

    <!-- Theme CSS -->
    <link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
    
</head> 

<body class="body-orange">
    <div class="page-wrapper">
        <!-- ******Header****** -->
        <header id="header" class="header">
            <div class="container">
                <div class="branding">
                    <h1 class="logo">
                        <a href="index.html">
                            <span aria-hidden="true" class="arrow_carrot-2up_alt icon"></span>
                            <span class="text-highlight">Flying </span><span class="text-bold">Navigation System</span>
                        </a>
                    </h1>
                </div><!--//branding-->
                <ol class="breadcrumb">
                    <li class="breadcrumb-item"><a href="index.html">Home</a></li>
                    <li class="breadcrumb-item active">License &amp; Credits</li>
                </ol>
            </div><!--//container-->
        </header><!--//header-->
        <div class="doc-wrapper">
            <div class="container">
                <div id="doc-header" class="doc-header text-center">
                    <h1 class="doc-title"><span aria-hidden="true" class="icon icon_gift"></span> License &amp; Credits</h1>
                    <div class="meta"><i class="far fa-clock"></i> Last updated: Jan 17th, 2021</div>
                </div><!--//doc-header-->
                <div class="doc-body row">
                    <div class="doc-content col-md-9 col-12 order-1">
                        <div class="content-inner">
                            <section id="license" class="doc-section">
                                <h2 class="section-title">Flying Navigation System License</h2>
                                <div class="section-block">
                                    <div class="jumbotron">
                                        <p class="lead">
                                            Use of the Unreal Engine is governed by the terms of the Unreal&reg Engine End User License Agreement, <br>
                                            which can be found at <a href=https://www.unrealengine.com/eula target="_blank">https://www.unrealengine.com/eula</a>.
                                        </p>
                                        <hr class="my-4">
                                        <p>When purchased, the Flying Navigation System is distributed with full source code.</p>
                                    </div><!--//jumbotron-->
                                </div><!--//section-block-->
                            </section><!--//doc-section-->
                            <section id="credits" class="doc-section">
                                <h2 class="section-title">Flying Navigation System Credits</h2>
                                <div class="section-block">
                                    <p>This plugin was created by me, Ben Sutherland. I can be found <a href=https://ninepointeightgame.com/about target="_blank">here</a>. You can find out about some of my other projects <a href=https://ninepointeightgame.com/game-updates target="_blank">here</a>, or <a href=https://twitter.com/Blendersleuth target="_blank">tweet at me</a>. Thank you for supporting my work.</p>
                                    <p>The Flying Navigation System makes use of the <a href=https://github.com/Forceflow/libmorton target="_blank">libmorton</a> library by <a href=https://www.forceflow.be target="_blank">Jeroen Baert</a>, under the MIT license.</p>
                                    <p>Papers used: </p>
                                    <ul class="list list-unstyled">
                                        <li><a href="http://www.gameaipro.com/GameAIPro3/GameAIPro3_Chapter21_3D_Flight_Navigation_Using_Sparse_Voxel_Octrees.pdf" target="_blank"><i class="fas fa-external-link-square-alt"></i> 3D Flight Navigation Using Sparse Voxel Octrees</a> by Daniel Brewer in Game AI Pro 3</li>
                                        <li><a href="https://fileadmin.cs.lth.se/cs/Personal/Tomas_Akenine-Moller/code/tribox_tam.pdf" target="_blank"><i class="fas fa-external-link-square-alt"></i> AABB-Triangle intersection algorithm</a> by Tomas Akenine-Möller with his <a href="https://fileadmin.cs.lth.se/cs/Personal/Tomas_Akenine-Moller/code/tribox3.txt" target="_blank"><i class="fas fa-external-link-square-alt"></i> implementation</a></li>
                                        <li><a href="http://wscg.zcu.cz/wscg2000/Papers_2000/X31.pdf" target="_blank"><i class="fas fa-external-link-square-alt"></i> An Efficient Parametric Algorithm for Octree Traversal.</a> by J. Revelles , C. Ureña , M. Lastra </li>
                                        <li><a href="http://idm-lab.org/bib/abstracts/papers/aimag13.pdf" target="_blank"><i class="fas fa-external-link-square-alt"></i> Any-Angle Path Planning</a> by Alex Nash and Sven Koenig</li>
                                        <li><a href="https://ascane.github.io/assets/portfolio/pathfinding3d-report.pdf" target="_blank"><i class="fas fa-external-link-square-alt"></i> Pathfinding in 3D Space - A*, Theta*, Lazy Theta* in Octree Structure</a> by Ruoqi He & Chia-Man Hung</li>
                                    </ul>
                                    
                                </div><!--//section-block-->
                                <h2 class="section-title">PrettyDocs Credits</h2>
                                <div class="section-block">
                                    <ul class="list list-unstyled">
                                        
                                        <li><a href="https://getbootstrap.com/" target="_blank"><i class="fas fa-external-link-square-alt"></i> Bootstrap</a></li>
                                        <li><a href="https://fortawesome.github.io/Font-Awesome/" target="_blank"><i class="fas fa-external-link-square-alt"></i> FontAwesome</a></li>
                                        <li><a href="https://www.elegantthemes.com/blog/resources/elegant-icon-font" target="_blank"><i class="fas fa-external-link-square-alt"></i> Elegant icon font</a></li>
                                        <li><a href="https://www.google.com/webfonts" target="_blank"><i class="fas fa-external-link-square-alt"></i> Google Fonts</a></li>
                                        <li><a href="https://jquery.com/" target="_blank"><i class="fas fa-external-link-square-alt"></i> jQuery</a></li>
                                        <li><a href="https://prismjs.com/index.html" target="_blank"><i class="fas fa-external-link-square-alt"></i> Prism</a></li>
                                        <li><a href="https://ashleydw.github.io/lightbox/" target="_blank"><i class="fas fa-external-link-square-alt"></i> Bootstrap Lightbox</a></li>
                                        <li><a href="https://flesler.blogspot.co.uk/2007/10/jqueryscrollto.html" target="_blank"><i class="fas fa-external-link-square-alt"></i> jQuery ScrollTo</a></li>
                                        <li><a href="https://github.com/wilddeer/stickyfill" target="_blank"><i class="fas fa-external-link-square-alt"></i> Stickyfill</a></li>
                                        
                                    </ul>
                                </div><!--//section-block-->
                                
                            </section><!--//doc-section-->

                            
                        </div><!--//content-inner-->
                    </div><!--//doc-content-->
                    <div class="doc-sidebar col-md-3 col-12 order-0 d-none d-md-flex">
                        <div id="doc-nav" class="doc-nav">
                            <nav id="doc-menu" class="nav doc-menu flex-column sticky">
                                <a class="nav-link scrollto" href="#license">License</a>
                                <a class="nav-link scrollto" href="#credits">Credits</a>
                            </nav><!--//doc-menu-->
                        </div>
                    </div><!--//doc-sidebar-->
                </div><!--//doc-body-->              
            </div><!--//container-->
        </div><!--//doc-wrapper-->

        <div id="promo-block" class="promo-block">
            <div class="container">
                <div class="promo-block-inner">
                    <h3 class="promo-title text-center"><i class="fas fa-heart"></i> <a href="https://www.unrealengine.com/marketplace/en-US/product/65b9b3247c5c458dbb6de81c79cdc8f0" target="_blank">If you like the Flying Navigation System</a></h3>
                    <div class="content-holder col-lg-7 col-md-6 col-12">
                        <div class="content-holder-inner">
                            <div class="desc">
                                <h4 class="content-title"> Please consider leaving a review on the Unreal Marketplace</h4>
                                <a class="btn btn-cta" href="https://www.unrealengine.com/marketplace/en-US/product/65b9b3247c5c458dbb6de81c79cdc8f0/reviews" target="_blank"><i class="fas fa-external-link-alt"></i> Leave Review</a>
                                <p>Thank you for your support</p>
                            </div><!--//desc-->
                            <div class="author"><a href="https://ninepointeightgame.com/about">Ben Sutherland</a></div>
                        </div><!--//content-holder-inner-->
                    </div><!--//content-holder-->
                </div><!--//promo-block-inner-->  
            </div><!--//container-->
        </div><!--//promo-block-->

    </div><!--//page-wrapper-->
    
    <footer id="footer" class="footer text-center">
        <div class="container">
            <!--/* This template is free as long as you keep the footer attribution link. If you'd like to use the template without the attribution link, you can buy the commercial license via our website: themes.3rdwavemedia.com Thank you for your support. :) */-->
            <small class="copyright">Designed with <i class="fas fa-heart"></i> by <a href="https://themes.3rdwavemedia.com/" target="_blank">Xiaoying Riley</a> for developers</small>
        </div><!--//container-->
    </footer><!--//footer-->
    
     
    <!-- Main Javascript -->          
    <script type="text/javascript" src="assets/plugins/jquery-3.4.1.min.js"></script>
    <script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
    <script type="text/javascript" src="assets/plugins/prism/prism.js"></script>    
    <script type="text/javascript" src="assets/plugins/jquery-scrollTo/jquery.scrollTo.min.js"></script>  
    <script type="text/javascript" src="assets/plugins/lightbox/dist/ekko-lightbox.min.js"></script>   
    <script type="text/javascript" src="assets/plugins/stickyfill/dist/stickyfill.min.js"></script>                                                                 
    <script type="text/javascript" src="assets/js/main.js"></script>
    
</body>
</html> 

About

Documentation for the Flying Navigation System

License

Unknown, Unknown licenses found

Licenses found

Unknown
license.html
Unknown
license.txt

Stars

Watchers

Forks

Contributors