Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 28

VRML

Presentation
Intro to Presentation
VRML Made by two word
1. Virtual Reality
2. Modeling Language
Virtual Reality
What is Virtual Reality(VR)?
 VirtualReality Refers to the high level-End
user interface that involves real-time
simulation and interactions through
multiple sensorial channels.
Why VR?
 VR is able to immerse you in a computer-
generated word of your own making: a city, the
interior of humans body, with VR, you can explore
any uncharted territory of the human imagination.
Types Of VR System
Windows on World (WoW)
 Also Called Desktop VR
 Using a Conventional Computer monitor
to display the 3d Virtual World.
Immersive VR
 Completely immerse the user’s
personal viewpoint
 The user has no Visual content
with the physical world
 Often equipped with a Head
Mounted Display (HMD)
Telepresence
 A variationsof visualizing complete computer
generated world.
 This technology links remote sensors in the real
world with the senses of human operators.
Mixed Reality (Augmented Reality)
 The seamless merging of real
space and virtual space.
 Integrate the computer
generated virtual objects into
the physical world which
become in a sense an equal part
of our natural environment.
Distributed VR
 A simulated world runs on several computers
which are connected over network and the people
are able to interact in the real world
Modeling
Language
What is modeling language?
 A modeling language is any artificial language that
can be used to express information or knowledge or
systems in a structure that is defined by a consistent
set of rules. The rules are used for interpretation of
the meaning of components in the structure.

Referral Link:
https://en.wikipedia.org/wiki/Modeling_language
What is VRML?
 Standard language for interactive simulation with
in the WWW.
 Allows to create “Virtual World” networked via
internet and hyperlink with the WWW.
 The aspects of virtual world display and interacting
using VRML you do not need any pacific device.
The is only been viewed by Netscap or IE with the
plugin.
Application
Entertainment
Medicine
Manufacturing
Education and training
Communication
How to Make Run VRML on
PC
Installation
Process
Download Process

https://www.youtube.com/watch?v=Iq8VgEHH2ls
Cortonal vrml client view:
http
://getfilelic.site/getfile?id=S_kumMLEAfY&s=FA89
CC17
Installed App of VRML
Interface
Get Information

http://www.lighthouse3d.com/vrml/tutorial/
Fundamental Structure to Create a 3D
Model
BY
VRML
A Shape
#VRML V2.0 utf8

Shape{ appearance Appearance {


material
Material{diffuseColor 0 1 0}
}
geometry Cone{bottomRadius 3 height 5}
}
Multiple Shapes Combine
#VRML V2.0 utf8
Shape { appearance Appearance{
material Material{diffuseColor 0 1 0}
}
geometry Cone{bottomRadius 3 height 5}
}
Shape{ appearance Appearance{
material Material{diffuseColor 1 1 0}
}
geometry Cylinder{radius 2 height 3 }
}
Shape{ appearance Appearance{
material Material{diffuseColor 0 1 0}
}
geometry Sphere{radius 2.3}
}
Put Texture On It
#VRML V2.0 utf8
Shape{ appearance Appearance{
texture ImageTexture {
url
"file:///C:/Users/dell/Desktop/VRML/M1.JPG" }
}
geometry Cone{bottomRadius 3 height 5} }
Shape{ appearance Appearance{
texture ImageTexture {
url
"file:///C:/Users/dell/Desktop/VRML/M2.JPG" }
}
geometry Cylinder{radius 2 height 3 } }
Shape{ appearance Appearance{
texture ImageTexture {
url
"file:///C:/Users/dell/Desktop/VRML/M3.JPG" }
}
geometry Sphere{radius 2.3}
Future OF VR
4D World
THANK YOU

You might also like