mirror of
https://github.com/SWG-Source/clientdata_OLD.git
synced 2026-07-14 00:01:59 -04:00
22 lines
583 B
V Shell
Executable File
22 lines
583 B
V Shell
Executable File
//asm
|
|
#define maxTextureCoordinate 0
|
|
#define vTextureCoordinateSetMAIN vTextureCoordinateSet0
|
|
|
|
TARGET
|
|
|
|
#include "vertex_program/modules/registers.inc"
|
|
|
|
|
|
dcl_position0 vPosition
|
|
dcl_normal0 vNormal
|
|
dcl_color0 vColor0
|
|
#include "vertex_program/modules/texture_coordinates.inc"
|
|
|
|
#include "vertex_program/modules/transform.inc"
|
|
#include "vertex_program/modules/lighting_fog_setup.inc"
|
|
#include "vertex_program/modules/fog.inc"
|
|
#include "vertex_program/modules/c_ambient.inc"
|
|
#include "vertex_program/modules/diffuse.inc"
|
|
|
|
mov oT0, vTextureCoordinateSetMAIN
|