Get 3D online land for free
Your virtual land
Your virtual land is nothing but few data on a web server. You can buy it in an closed system or make it free in an open one:
Just make a new ASCII file (Notepad) with following code inside:
#VRML V2.0 utf8
WorldInfo {
title "Your own free land"
info ["Real 3D Friend"
"Teo Spiller, 20008,
http://www.s-p-i-l-l-e-r.com"
"VOTE 4 CONTEMPORARY ARTS"]
}
Viewpoint {
position 0 5 5
orientation 0 -3 0 0.39
fieldOfView 0.78
description "Default view"
}
Shape {
appearance Appearance {
material Material {
# color of your land (grass) is 0 percent
# RED,80 percent GREEN and 0 percent BLUE
diffuseColor 0 0.8 0
# and reflects 80 percent of Ambient light
ambientIntensity 0.8
}
}
# your land is 50 meters wide, 0.1 meter
# high and 100 meters long
geometry Box {
size 50 0.1 100
}
}
Save that file as yourland.wrl.
Did you download and install Blaxxun contact already?
To put in on a web server and make it public, make another ASCII (Notepad) file with following code inside:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML
4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<META NAME="Generator" CONTENT="EditPlus">
<META NAME="Author" CONTENT="">
<META NAME="Keywords" CONTENT="">
<META NAME="Description" CONTENT="">
</HEAD>
<BODY>
<EMBED WIDTH = "100%" HEIGHT = "100%"
SRC="yourland.wrl">
</BODY>
</HTML>
Now save this file as yourembed.htm. It embeds yourland.wrl file with your land in HTML file, so it is always open with a web browser (i.e. Internet Explorer)
Right click mouse and choose "View my avatar" to see your avatar.
If right click on the name of something.wrl in your Windows file explorer and choose "open with /Internet Explorer", your VRML (*.wrl) files will always open with Internet Explorer.
If you want always to open it with Internet Explorer (recomended) right click on it, choose "Open with / choose program", find Internet Explorer on the list and check the box "Always use the selected program to open this kind of file". Now any time you click a file with extension "*.wrl", Windows will open it with Blaxxun contact in Internet Explorer.
|