www.verajankorva.com
Codes Tutorials Gallery Links Blog Login


Codes :: MaxScripts

 

Gnosis Export
Script export selected mesh in custom fileformat what I have named Gnosis.
Download script for 3DSMax R9

 

Animation To Vertex Animation
Simply converts any animation to vertex animation.
Download script for 3DSMax R8

 

Biped To Mesh
Create copy of biped as mesh (with hirerachy) and set constraints to mesh so it moves when biped moves.
Download script for 3DSMax R8

 

Multi Attachment
Create point helper to every selected face and attach helper to face using Attach constraint.
Download script for 3DSMax R8


Codes :: Java

 

Hello pixel
Draw one pixel center to applet with MemoryImageSource.
Applet
Download source

 

Random pixels
Fill applet with grayscale pixels.
Applet
Download source

 

Random Colored Pixels
Fill applet with random color pixels.
Applet
Download source

 

Color manipulation
Create nice image with sin and cos curves.
Applet
Download source

 

Loading image in Internet
Image loading with Applet.getImage().
Applet
Download source

 

Loading image in local
Image loading with getToolkit().getImage(). Can't run this in Internet.
Download source

 

PixelGrabbing
Load image and grab it's pixels and draw grabbed pixels to screen.
Applet
Download source

 

PixelGrabbing and MediaTracker
Load image and wait than image is loaded. Grab it's pixels and draw grabbed pixels to screen.
Applet
Download source

 

PixelGrabbing, MediaTracker, MemoryImageSource
Load image and wait than image is loaded. Grab it's pixels and draw grabbed pixels to screen with MemoryImageSource.
Applet
Download source

 

Image Darkening
Darkens image pixels.
Applet
Download source

 

Image Wave
Create wave to image.
Applet
Download source

 

Animation
Simple image sequence animation.
Applet
Download source

 

Double Buffered Animation
Double buffered image sequence animation.
Applet
Download source

 

Animated Image Wave
Create animated wave effect to image.
Applet
Download source

 

Wireframe polygon
Draw wireframe polygon with Bresenham line drawing algorithm.
Applet
Download source

 

Solid polygon
Draw solid polygon with custom polygon filler.
Applet
Download source

 

Smooth polygon
Draw smooth polygon.
Applet
Download source

 

Texture polygon
Draw texture polygon.
Applet
Download source

 

JOGL polygon
Render solid polygon with OpenGL.
Download source

 

JOGL rotate
Rotate vertex colored polygon.
Download source

 

JOGL model
Load and render model. Program use custom fileformat. You can use GnosisExport.ms script for 3DSMax R9 to export your own models.
Download source
Download source and sample model [ 11KB ]


Codes :: Flash

 

A* Path finding
A* test program.
Search best path to any given point. Level stores 3d path points for path. You can use levels with any shapes but this is still 2D path finding so height supported. To create own levels you will need maxscript for max. Contact me via email if you need it.
Flash Movie
Download sources [ 444KB ]

 

W.I.P 3D Engine 2
Flash 3d engine.
Non perspective corrected texture mapping, z-sort, more comming some day...
Flash Movie
Download sources [ 444KB ]

 

W.I.P 3D Engine
Custom Flash 3d engine.
Engine can load custom model fileformat and render polygons to screen. This engine is still very Work In Progress phase.
Flash Movie
Download sources [ 17KB ]

 

Direction vector
This Flash program is simple example how to calculate direction vector.
Flash Movie
Download sources [ 6KB ]

 

Intersection Point
Intersection Point calculation.
Flash Movie
Download sources [ 7KB ]