Difference between revisions of "Vray"

From UFRC
Jump to navigation Jump to search
 
Line 35: Line 35:
 
{{#if: {{#var: exe}}|==Additional Information==
 
{{#if: {{#var: exe}}|==Additional Information==
  
To initially setup Vray you will need to run the following command, filling in the information appropriately for your vray licensed account.
+
To initially setup Vray you will need to run the following commands, filling in the information appropriately for your vray licensed account.
 +
 
 +
$ ml vray
  
 
$ setvrlservice -server <license server> -port <license server port> -username <username> -password <password>
 
$ setvrlservice -server <license server> -port <license server port> -username <username> -password <password>
  
 
# an example user would be:
 
# an example user would be:
 +
 +
$ ml vray
  
 
$ setvrlservice -server chaos-license1-vm.ufhpc -port 30304 -username vrayaccount@ufl.edu -password <password>
 
$ setvrlservice -server chaos-license1-vm.ufhpc -port 30304 -username vrayaccount@ufl.edu -password <password>

Latest revision as of 16:46, 6 April 2023

Description

vray website  

Chaos V-Ray is a 3D rendering plugin available for all major 3D design and CAD programs. It works seamlessly with 3ds Max, Cinema 4D, Houdini, Maya, Nuke, Revit, Rhino, SketchUp, and Unreal.

With V-Ray, artists and designers can explore and share their projects with real-time ray tracing and render high-quality 3D visualizations. It is widely used in architectural visualization, advertising, and visual effects for film and television.

Environment Modules

Run module spider vray to find out what environment modules are available for this application.

System Variables

  • HPC_VRAY_DIR - installation directory

Additional Information

To initially setup Vray you will need to run the following commands, filling in the information appropriately for your vray licensed account.

$ ml vray

$ setvrlservice -server <license server> -port <license server port> -username <username> -password <password>

  1. an example user would be:

$ ml vray

$ setvrlservice -server chaos-license1-vm.ufhpc -port 30304 -username vrayaccount@ufl.edu -password <password>