README.md

December 4, 2022 ยท View on GitHub

Fast bump mapping

Description

This is very fast 2D bump mappping. You can change color of bump mapping. This is perfect example for beginners and profesionals.

More Info

Submitted On2006-11-07 19:57:32
BySafo
LevelIntermediate
User Rating5.0 (30 globes from 6 users)
CompatibilityVB 6.0
CategoryGraphics
WorldVisual Basic
Archive FileFast_bump_2070076102007.zip

API Declarations

Public Declare Function SetPixel Lib "gdi32" (ByVal hdc As Long, ByVal X As Long, ByVal Y As Long, ByVal crColor As Long) As Long
Public Declare Function GetPixel Lib "gdi32" (ByVal hdc As Long, ByVal X As Long, ByVal Y As Long) As Long
Declare Function GetObject Lib "gdi32" Alias "GetObjectA" (ByVal hObject As Long, ByVal nCount As Long, ByRef lpObject As Any) As Long
Declare Function GetBitmapBits Lib "gdi32" (ByVal hBitmap As Long, ByVal dwCount As Long, ByRef lpBits As Any) As Long
Declare Function SetBitmapBits Lib "gdi32" (ByVal hBitmap As Long, ByVal dwCount As Long, ByRef lpBits As Any) As Long