Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

X3D Scenes in cartesian and geospatial coordinates #2

Open
sirtobi79 opened this issue Jun 12, 2020 · 1 comment
Open

X3D Scenes in cartesian and geospatial coordinates #2

sirtobi79 opened this issue Jun 12, 2020 · 1 comment

Comments

@sirtobi79
Copy link
Collaborator

The (Ala Moana Hawaii) test scene from VR Forces is used to provide a test example for DIS to X3D interpolators. The goal is to show both Cartesian and geospatial coordinates.

Cartesian:

  • Y is up, 0 is ground,X north, Y east, Z west
  • Use an image ruler to estimate waypoint values
  • PositionInterpolator, OrientationInterpolator and WaypointInterpolator
  • IndexedFaceSet for image texture on ground plane
  • TODO: convert DIS geospatial PDUs to local x y z
  • Provide JavaClass with Converter

Geospatial:

  • DIS coordinate system
  • Corresponding X3D geospatial reference frame (choose one)
  • GeoTransform for image quadrilateral
  • GeoPositionInterpolator for line-fit PDU values
@brutzman
Copy link
Contributor

These utility methods will be further checked as part of distilling X3D interpolator stream outputs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants