Lighting and model color
All  1-8  9-13

Previous
Next
 From:  Michael Gibson
425.9 In reply to 425.8 
Ok, this is ready for the next beta.

To make it work you'll have to define a keyboard shortcut. You do that by closing down MoI, then editing the moi.ini file (which contains settings). The file is located here: C:\Documents and Settings\[your login name]\Application Data\Moi\moi.ini . You'll add this line:

[Shortcut Keys]
L=script:var dir = moi.view.lightDirection; if ( dir.x == 1 && dir.y == 1 && dir.z == -1 ) { dir.set(-0.5,1,0); } else { dir.set(1,1,-1); } moi.view.lightDirection = dir;

That stuff for L= should all be one long single line.

This will define a keyboard shortcut for L that will toggle the light direction, between the standard direction:




and this alternate direction:




I can help you tweak the script if you want the alternate light from some slightly different direction than that.

It looks like it will be a few more days yet before the next beta is ready.

- Michael

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Richard (RUSIRIUS)
425.10 
Hi Michael,
Thanks for the new light tweak but I am getting an error when I try to use it.
Did I do something wrong? It's all on one line just like you stated but I can't seem to get it to work :(

Regards,
Richard
Attachments:

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  TwinSnakes
425.11 In reply to 425.10 
___________
Thanks for the new light tweak but I am getting an error when I try to use it.
Did I do something wrong? It's all on one line just like you stated but I can't seem to get it to work :(
___________

It wont be ready until the next Beta (which hasnt been released yet).
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
425.12 In reply to 425.11 
Yup, sorry for the confusion - what I wrote is what will work, once you get the new beta in a few days from now, it won't work on the current beta.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  Richard (RUSIRIUS)
425.13 
Ok :)
Sorry for the misunderstanding.

Thanks,
Richard
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All

 

 
 
Show messages: All  1-8  9-13