Posts Tagged ‘LightWave’

Utilize middle mouse button in LightWave

Written by MentalFish. Posted in Computer Graphics

When I had a rant in the LightWave Skype chat on the use of middle mouse button for selections, i got directed to http://www.autohotkey.com/ but since I am on a Mac I had to google for an alternative and landed on a forum thread on the matter and I got pointed further to http://www.orderedbytes.com/ . I have been looking for a solution like this before but never found it for some reason, my googling skills might have been diminishing…

WARNING! Awesomeness ahead!

http://vimeo.com/moogaloop.swf?clip_id=11178910&server=vimeo.com&show_title=0&show_byline=0&show_portrait=0&color=&fullscreen=1

You can download my ControllerMate setup if you feel like.

Set 100% to weight map

Written by MentalFish. Posted in Computer Graphics

This is a really simple script, the only thing it does is to set the weight of the currently selected points to 100%.

main {
selmode(DIRECT);
editbegin();
vmap = VMap(VMWEIGHT,0) || error(“Please select a weight map first.”);
foreach(sp, points) {
vmap.setValue(sp, 1.0);
}
editend();
}

http://vimeo.com/moogaloop.swf?clip_id=8276292&server=vimeo.com&show_title=0&show_byline=0&show_portrait=0&color=ff9933&fullscreen=1

Download LScript

UV 2 Morph

Written by MentalFish. Posted in Computer Graphics

Here is a tutorial by Mikael Burman on how to create some nice water effects on a window, by using my UV 2 Morph LScript. The plugin is just a small part of it all, so watch the whole thing and you’ll see the overall coolness. This technique can also be applied to realtime 3D scenarios, animated normal map textures in Unity anyone?

http://vimeo.com/moogaloop.swf?clip_id=8260532&server=vimeo.com&show_title=0&show_byline=0&show_portrait=0&color=ff9933&fullscreen=1

Download LScript

Incremental save plugin for LightWave

Written by MentalFish. Posted in Computer Graphics

This is an old and I think my first LScript I made. It keeps things tidy.

Saves increments in a folder and does not overwrite any existing files. If you incremental save your file “myModel.lwo”, this script creates folder “myModel_incr” and adds the file “myModel_001.lwo” to it.

At the next incremental save it will add “myModel_002.lwo”, but you will still be working on the original “myModel.lwo”.

IncrementalSaveScreenshot

This helps in having a clean incremental history of your work as well as you will always know that “myModel.lwo” is
the actual latest save together with the highest number in the “myModel_incr” folder.

The script looks for the highest numbered file in the _incr folder, and creates a new file, one number higher.

If the file has not been saved yet, it will provide a file requester to specify a destination file.

Download

Lunar Rover Simulator for NASA

Written by MentalFish. Posted in Computer Graphics

lunarroversimulator

I have recently worked with Chilton Webb and Rommany Allen in developing a simulator based on the NASA’s Constellation Program architecture. Development was done in Unity while all models was done in LightWave and the majority of them supplied by JF&M.

I think this is a perfect example on how useful game based technologies can be when used industrially. This is something I have been preaching since the release of ShockWave3D and now through the use of Unity. The use of interactive 3D can be applied to anything from product visualization to training and procedure visualization and is applicable to any type of industry, be it onshore, offhore or in space.

Specific examples of usage:

  • - Getting to know an area without going there physically
  • - Virtual training on dangerous scenarios, i.e. explosions
  • - Visualize and train on important procedures, i.e. evacuation of oil rigs
  • - Performing virtual fire drills, i.e. what to do in case of a fire in the machine room
  • - Visualize buildings and large constructions, i.e. city planning
  • - Visualize technical products and solutions, i.e. tools for drilling
  • - Showroom presentations of your business and products

Please feel free to drive the Rover by either downloading the Mac version from Apple or download the Windows version from JF&M.