Paint scheme by by Julio Junqueira
Applet Parameters
Parameter |
Optional/Req. |
Values/Exemples |
Action |
setcamera |
optional |
close mid far |
Start the applet with the camera (view) close, mid or far from the plane. |
background |
Req. |
"./plane/backg.jpg" |
Put here your relative path to your background image. Use a jpg or a gif image. Use lowercase here and at your file name to avoid missing files, due case sensitive. |
geometry01 |
Req. |
"./plane/ph111f.3dz" |
Put here your relative path to your 3dz file. Use lowercase here and at your file name to avoid missing files, due case sensitive. |
texture01 |
Req. |
"./plane/ph111ftex.jpg" |
Put here your relative path to your texture. Use a jpg or a gif image. Use lowercase here and at your file name to avoid missing files, due case sensitive. Can be 128x128, 256x256 or 512x512. |
geometry02 |
optional |
"./plane/ph111f.3dz" |
Put here your relative path to your 3dz file. Use lowercase here and at your file name to avoid missing files, due case sensitive. |
texture02 |
optional |
"./plane/ph111ftex.jpg" |
Put here your relative path to your texture. Use a jpg or a gif image. Use lowercase here and at your file name to avoid missing files, due case sensitive. Can be 128x128, 256x256 or 512x512. If omited the texture01 will be used |
geometry03 |
optional |
"./plane/ph111f.3dz" |
Put here your relative path to your 3dz file. Use lowercase here and at your file name to avoid missing files, due case sensitive. |
texture03 |
optional |
"./plane/ph111ftex.jpg" |
Put here your relative path to your texture. Use a jpg or a gif image. Use lowercase here and at your file name to avoid missing files, due case sensitive. Can be 128x128, 256x256 or 512x512. If omited the texture01 will be used |
geometry04 |
optional |
"./plane/ph111f.3dz" |
Put here your relative path to your 3dz file. Use lowercase here and at your file name to avoid missing files, due case sensitive. |
texture04 |
optional |
"./plane/ph111ftex.jpg" |
Put here your relative path to your texture. Use a jpg or a gif image. Use lowercase here and at your file name to avoid missing files, due case sensitive. Can be 128x128, 256x256 or 512x512. If omited the texture01 will be used |
quality | optional | "hi" or "low" | Use Hi texture quality. Performance drops a bit but you have a much better image. Default is "hi" |
geometry01prop | optional | "./plane/pp51bp.3dz" | Put here your 3dz file (geometry) with propeler data. The geometry01 parameter will use this file. |
geometry02prop | optional | "./plane/pp51bp.3dz" | Put here your 3dz file (geometry) with propeler data. The geometry02 parameter will use this file. |
rendermode | optional |
"software" "hardware" |
Use hardware if you use OpenGL GL4java. To use it you have to install GL4Java: http://www.jausoft.com/products/gl4java/gl4java_install.html if you don't have the GL4java, it will be switch back to software. Otherwise, you can use the default old, but powerful software option. |
transparency |
optional |
"35" |
Put here your transparency option. Range "00" to "99". Higher value enhance the transparency. Low values drops the tranparency effect. Use "00" to avoid missing transparency parts. |
Author: Alessandro Borges - acesovergyn@hotmail.com
Company: AcesOverGyn - WebSite
Description:
This is the 3dz WebViewer 1.2
Updates:
version 1.3
version 1.2
This versions uses a kind of zip file, the NovaApp.jar file, where all java archives are stored, so you don't need a a3dAPI and a my3dz folder anymore. Just put this file in the same folder where is the html page which call it. A new html tag is needed as shown below. See it.
A new feature is the bilinear filter. It enhances a lot the image, but can be desabled, if like.
This is a freeware applet to show 3dz files. Use it as you wish.
To run it your desktop PC, you may have problems with Netscape, but IExplorer runs fine. Use the lastest Java Virtual Machine avaliable to your browser.
This Java applet uses AnfyTeam's Anfy3D API by Andrea Fasci. I use several code sniplets by Massimo "Mr. Buck" .
Also uses my3dz package by myself.
I make this applet with the best attention and care. I am sorry if it doesnot runs as you spect. Java is a very safe language and I think you never have any kind of damage to your PC.
<applet
codebase="."
archive=NovaApp.jar
code=NovaApp.class
width=480
height=320>
<param name="background" value="./plane/backg.jpg">
<param name=setcamera value = "far">
<param name=geometry01 value="./plane/ph111f.3dz">
<param name=texture01 value="./plane/ph111ftex.jpg">
<param name=geometry02 value="./plane/ph111g.3dz">
<param name=texture02 value="./plane/ph111gtex.jpg">
<param name=transparency value="45">
<param name=quality value=="hi">
</applet>
Tips:
Thanks
A Special kiss to my wife Roberia and to dougther Alice, for the time I spend in front of my PC, when they ask me for attention.
I 'd like to say a big thank you to Paulo Morais, Charles Gunst, Geo, Moggy, Alatrinte, C.Manduca, C.Kurt, Migge for this beautiful artwork I used above, Alexandre Bozo for his background picture (winter terrain and 3dz/texture's HS-129), and all EAW community.
I'd like to say a special thanks to Major Lee and Wolfmann, for "Meritus in the Battle Field".
Alessandro Borges 2001