Save-Point
Plane - Hidden Class - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Material Development (https://www.save-point.org/forum-8.html)
+--- Forum: Scripts Database (https://www.save-point.org/forum-39.html)
+--- Thread: Plane - Hidden Class (/thread-2720.html)



Plane - Hidden Class - Selwyn - 03-03-2008

Plane - Hidden Class
by Selwyn



INTRODUCTION
Selwyn @ RMXP.Org Wed Dec 06, 2006 Wrote:~requested by arevulopapo~

Here's the rewrite of the Plane class. As usually, it works just like the

default one except that this one supports higher resolution than 640*480.

designed for scripters mainly.



SCRIPT
The Script



NOTE
This script only scales things like fog, panorama, or anything made with

Plane class, to fit higher resolution if you already have it.



HOW TO USE
Remember to rename the classes names for the fog and the panorama, or

anything else that uses planes:
Code:
@panorama = SG::Plane.new(@viewport1)
@fog = SG::Plane.new(@viewport1)



TERMS AND CONDITIONS
Give credit, enjoy!