<< >> Up Title

Behemot Prolog - RTUTILS.PRO

This file if preloaded, you must not consult it.
Because rt_createfromscheme may be too complex to be used to create new objects and material, it defines new rules to create some special types of objects.

rt_createplanematerial(Name,R,G,B).
	in: Name,R,G,B.
	Create a plane material of color (R,G,B).
	Name is the name of the material.
	
rt_createsphere(Name,X,Y,Z,R,Mat).
	in: Name,X,Y,Z,R,Mat.
	Create a new sphere with material name Mat, with center in (X,Y,Z),
	radius R and with name Name.


<< >> Up Title