13
Interactive X3D Graphic Adela Crnišanin – State university of Novi Pazar Tatjana Jakšić – Mathematical Institute SANU Novi Sad, 2009

Interactive X3D Graphic

  • Upload
    tamira

  • View
    14

  • Download
    0

Embed Size (px)

DESCRIPTION

Interactive X3D Graphic. Adela Crni šanin – State university of Novi Pazar Tatjana Jakšić – Mathematical Institute SANU Novi Sad, 2009. Interactive X3D tutorial that is able to show basic properties of the main object. Characteristic of tutorial - Simple - Attractive - PowerPoint PPT Presentation

Citation preview

Page 1: Interactive X3D Graphic

Interactive X3D Graphic

Adela Crnišanin – State university of Novi PazarTatjana Jakšić – Mathematical Institute SANU

Novi Sad, 2009

Page 2: Interactive X3D Graphic

Adela Crnišanin, Tatjana Jakšić – Interactive X3D Hubble

• Interactive X3D tutorial that is able to show basic properties of the main object.

• Characteristic of tutorial- Simple- Attractive- Educational

Page 3: Interactive X3D Graphic

Adela Crnišanin, Tatjana Jakšić – Interactive X3D Hubble

Assignment #4

• From CAD model make an X3D scene

• Ask others did they like it and be honest about it when you make the presentation

• Don’t forget to make web page, so the people outside your RLAB could see it

Page 4: Interactive X3D Graphic

Adela Crnišanin, Tatjana Jakšić – Interactive X3D Hubble

Object of interest : Hubble Space Telescope

We want to show the user:

• names of the basic Hubble components • information about Hubble’s orbit• opportunity to circle around the Hubble

Page 5: Interactive X3D Graphic

Adela Crnišanin, Tatjana Jakšić – Interactive X3D Hubble

X3D Hubble components

• Solar array• Rear compartment• Front compartment• Aperture door• Antenna• Shield

Page 6: Interactive X3D Graphic

Adela Crnišanin, Tatjana Jakšić – Interactive X3D Hubble

• For description we use X3D syntax

• Every component is represented as a node in X3D source code

Page 7: Interactive X3D Graphic

Adela Crnišanin, Tatjana Jakšić – Interactive X3D Hubble

X3D

• X3D is ISO standard

• XML-based file format for representing 3D computer graphic

• X3d scenes works over the internet via Http servers, a local disk drives or CDs and even as standalone email and chat attachments

Page 8: Interactive X3D Graphic

Adela Crnišanin, Tatjana Jakšić – Interactive X3D Hubble

X3D used nodes

• Inside of <xml> and <X3D> – Scene– Shape

• Appearance– Material

– Transform– TouchSensor– Text

• In addition to nodes that represent the shape, sub nodes can describe different features of that shape

Page 9: Interactive X3D Graphic

Adela Crnišanin, Tatjana Jakšić – Interactive X3D Hubble

Additional X3D nodes

•TouchSensor node

•Text inside Billboard Node

•Script node (Java script)- function for processing exit

•Route - for exchange information between nodes

Page 10: Interactive X3D Graphic

Adela Crnišanin, Tatjana Jakšić – Interactive X3D Hubble

X3D file inside HTML

• .X3D content can be integrated into web pages

• We put .X3D scene inside <embed> tag

• On html page, we provide some additional information about Hubble

• To start X3D inside web page all we need is X3D browser OCTAGA

Page 11: Interactive X3D Graphic

Adela Crnišanin, Tatjana Jakšić – Interactive X3D Hubble

Hubble object

• Hubble is able to move around

• Divided into several selected and defined field

• Every selected and defined part has a event assigned

• Interactive

Page 12: Interactive X3D Graphic

Adela Crnišanin, Tatjana Jakšić – Interactive X3D Hubble

Conclusion

• X3D is now part of the Web compatible information infrastructure

• XML is license free, platform independent and well supported

• We think the usage of 3D graphics will be very useful to enhance features of some services like Wikipedia

Page 13: Interactive X3D Graphic

Adela Crnišanin, Tatjana Jakšić – Interactive X3D Hubble

Thank you for you attention