0% found this document useful (0 votes)
40 views

VRML

VRML is a file format standard for 3D interactive simulation on the web. It allows users to create virtual worlds that can be experienced over the internet using standard web browsers. VRML stands for Virtual Reality Modeling Language and was created by combining the concepts of virtual reality and modeling languages. It defines a set of rules for 3D graphics and interactivity to define 3D worlds that can be viewed using VRML plugins for browsers. The document goes on to describe different types of virtual reality systems, applications of VR, and provides examples of basic VRML code for creating 3D shapes with textures.

Uploaded by

Bint E Hawa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views

VRML

VRML is a file format standard for 3D interactive simulation on the web. It allows users to create virtual worlds that can be experienced over the internet using standard web browsers. VRML stands for Virtual Reality Modeling Language and was created by combining the concepts of virtual reality and modeling languages. It defines a set of rules for 3D graphics and interactivity to define 3D worlds that can be viewed using VRML plugins for browsers. The document goes on to describe different types of virtual reality systems, applications of VR, and provides examples of basic VRML code for creating 3D shapes with textures.

Uploaded by

Bint E Hawa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 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