Coder Social home page Coder Social logo

pcg-opendrive's Introduction

Procedure visualizing OpenDRIVE sample data sets in Three.js

Run

$ npm install http-server -g
$ cd dir/to/this/project
$ http-server .

Then open the browser with the url specified by http-server.

The project provides a basic user interface to show/hide road reference lines, static/dynamic signals, and provide 4 data sets in total for visualization.

Notes

The road network is procedurally generated in Three.js. It only exploits the mesh and basic material without specifying uvs for texturing.

The coordinate system used in this project is a right-handed Cartesian coordinate system, with x-y plane representing the ground surface, z+ pointing up towards the sky. The initial view is the top view over the origin, with positive z pointing towards the screen (towards the user). For geographic reference, x points to the east; y points to the north; z points to up.

For more details about the coordinate systems and other elements used in this project, please refer to the OpenDRIVE V1.4 Format Specification.

Known Issues

All visible components in the scene is a mesh, including the gray road surface, elevated curbs, and road marks.

Mesh is not optimized with duplicate faces and vertices.

It is not recommended to use the exported .obj file as a final mesh used in Unity or Unreal engine. Further cleaning jobs on the mesh are needed.

pcg-opendrive's People

Contributors

xmssp avatar snow-orld avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.