Autolod

Automatic LOD generation + scene optimization
Alternatives To Autolod
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Autolod1,354
a year ago7otherC#
Automatic LOD generation + scene optimization
Scene Graph Benchmark.pytorch914
2 months ago108mitJupyter Notebook
A new codebase for popular Scene Graph Generation methods (2020). Visualization & Scene Graph Extraction on custom images/datasets are provided. It's also a PyTorch implementation of paper “Unbiased Scene Graph Generation from Biased Training CVPR 2020”
Three.terrain50954a year ago6July 06, 20213mitJavaScript
A procedural terrain generation engine for use with the Three.js 3D graphics library for the web.
Graph Rcnn.pytorch482
4 years ago32Python
Pytorch code for our ECCV 2018 paper "Graph R-CNN for Scene Graph Generation" and other papers
Factorizablenet157
4 years ago6Python
Factorizable Net (Multi-GPU version): An Efficient Subgraph-based Framework for Scene Graph Generation
Scene_generation145
3 years ago6apache-2.0Python
A PyTorch implementation of the paper: Specifying Object Attributes and Relations in Interactive Scene Generation
Text2scene101
a year ago2Python
[CVPR 2019] Text2Scene: Generating Compositional Scenes from Textual Descriptions
Proceduralpatterns2d57
5 years agootherC#
Scfusion44
2 months ago2bsd-2-clauseC++
The code of SCFusion: Real-time Incremental Scene Reconstruction with Semantic Completion
Ebm_compositionality31
2 years ago3Python
[NeurIPS'20] Code for the Paper Compositional Visual Generation and Inference with Energy Based Models
Alternatives To Autolod
Select To Compare


Alternative Project Comparisons
Readme

AutoLOD

Automatic LOD generation + scene optimization - Initial release was on January 12, 2018 via blogpost

AutoLOD is primarily a framework for enabling automatic post-processing of geometrical model assets on import to create simplified levels-of-detail (LOD). A default mesh simplifier is included, but can be swapped out with other simplifiers and on a per-model basis if needed. Additionally, a whole scene can be hierarchically chunked into LODs with SceneLOD.

Experimental Status

It’s important to note that AutoLOD is an experimental feature. As such, there is no formal support (e.g. FogBugz, [email protected], Premium Support, etc.) offered, so please do not use these channels. Instead, post your questions, comments, suggestions, and issues here on GitHub.

As with anything experimental/preview/alpha/beta, it is always a good idea to make a backup of your project before using.

Experimental means this:

  • Namespaces, classes, software architecture, prefabs, etc. can change at any point. If you are writing your own tools, then you might need to update them as these things change.
  • There won’t always be an upgrade path from one release to the next, so you might need to fix things manually, which leads to the next point...
  • Stuff can and will break (!)
  • There’s no guarantee that this project will move out of experimental status within any specific timeframe.
  • As such, there is no guarantee that this will remain an actively supported project.

Features

Useful classes (for your own projects, too!)

Evaluating

Unity 2018.4 (LTS) or a later version is required

Install via package manager

  • Using the UI
    1. Follow the steps provided here.
    2. The Git URL to use is https://github.com/Unity-Technologies/AutoLOD.git
  • Manually through editing manifest.json
    1. Read the instructions from the official documentation here.
    2. Open up manifest.json inside the Packages directory in your Unity project using a text editor.
    3. Under the dependencies section of this file, you should add the following line at the top: "com.unity.autolod": "https://github.com/Unity-Technologies/AutoLOD.git",
    4. You should now see something like this:
    {
        "dependencies": {
            "com.unity.autolod": "https://github.com/Unity-Technologies/AutoLOD.git",
            "com.unity.ads": "2.0.8",
            "com.unity.analytics": "3.2.3",
            "com.unity.collab-proxy": "1.2.15",
            "...": "...",
        }
    }
    

Cloning locally to your project (requires git-lfs)

  1. Create a new Unity project or use an existing one
  2. From the command line change directory to your project's Packages directory.
  3. Run git lfs clone https://github.com/Unity-Technologies/AutoLOD

Project Settings

If you plan on making changes to AutoLOD and/or contributing back, then you'll need to set the Asset Serialization property under Edit->Project Settings->Editor to Force Text.

License

Unity Companion License (see LICENSE)

All contributions are subject to the Unity Contribution Agreement (UCA)

By making a pull request, you are confirming agreement to the terms and conditions of the UCA, including that your Contributions are your original creation and that you have complete right and authority to make your Contributions.

Initial Contributors

Amir Ebrahimi
Elliot Cuzzillo
Yuangguang Liao

Community Contributors

@Camarent, @LoneDev6, @marwie, @msellens, @redwyre

Popular Scene Projects
Popular Generation Projects
Popular Graphics Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
C Sharp
Unity
Generation
Scene
Unity Editor