Skip to content

Commit

Permalink
aard box texture improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowberryHN committed Sep 15, 2023
1 parent 14f7cf4 commit ac52546
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 43 deletions.
Binary file added packages/aard/boxtex/default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
89 changes: 46 additions & 43 deletions packages/aard/boxtex/package.cfg
Original file line number Diff line number Diff line change
@@ -1,53 +1,56 @@
texturereset // starts the texture slot/index at 0

// ik2k

texture 0 "ik2k/ik_sky_day_back.jpg" // dummy
texture 0 "golgotha/water2.jpg"
texture 0 "textures/sky.png" // dummy sky texture
texture 0 "aard/boxtex/default.png" // default geometry texture, with a twist

// 128

setshader stdworld

texture 0 "aard/boxtex/sketch128.png"; texcolor 0.5 0.5 0.5
texture 0 "aard/boxtex/sketch128.png"; texcolor 1 1 1
texture 0 "aard/boxtex/sketch128.png"; texcolor 1 0.9 0
texture 0 "aard/boxtex/sketch128.png"; texcolor 1 0.6 0.1
texture 0 "aard/boxtex/sketch128.png"; texcolor 1 0 0
texture 0 "aard/boxtex/sketch128.png"; texcolor 1 0 1
texture 0 "aard/boxtex/sketch128.png"; texcolor 0.4 0.2 0.6
texture 0 "aard/boxtex/sketch128.png"; texcolor 0 0.7 0.9
texture 0 "aard/boxtex/sketch128.png"; texcolor 0 0 1
texture 0 "aard/boxtex/sketch128.png"; texcolor 0 1 0
texture 0 "aard/boxtex/sketch128.png"; texcolor 0 0.4 0.1
texture 0 "aard/boxtex/sketch128.png"; texcolor 0.5 0.3 0.1
texture 0 "aard/boxtex/sketch128.png"; texcolor 0.8 0.6 0.4
newboxtex = [
texture 0 (concatword "aard/boxtex/sketch" (result $arg1) ".png")
texcolor $arg2 $arg3 $arg4
]

newboxtex 128 0.5 0.5 0.5
newboxtex 128 1 1 1
newboxtex 128 1 0.9 0
newboxtex 128 1 0.6 0.1
newboxtex 128 1 0 0
newboxtex 128 1 0 1
newboxtex 128 0.4 0.2 0.6
newboxtex 128 0 0.7 0.9
newboxtex 128 0 0 1
newboxtex 128 0 1 0
newboxtex 128 0 0.4 0.1
newboxtex 128 0.5 0.3 0.1
newboxtex 128 0.8 0.6 0.4

texture 0 "aard/boxtex/sketch64.png"; texcolor 0.5 0.5 0.5
texture 0 "aard/boxtex/sketch64.png"; texcolor 1 1 1
texture 0 "aard/boxtex/sketch64.png"; texcolor 1 0.9 0
texture 0 "aard/boxtex/sketch64.png"; texcolor 1 0.6 0.1
texture 0 "aard/boxtex/sketch64.png"; texcolor 1 0 0
texture 0 "aard/boxtex/sketch64.png"; texcolor 1 0 1
texture 0 "aard/boxtex/sketch64.png"; texcolor 0.4 0.2 0.6
texture 0 "aard/boxtex/sketch64.png"; texcolor 0 0.7 0.9
texture 0 "aard/boxtex/sketch64.png"; texcolor 0 0 1
texture 0 "aard/boxtex/sketch64.png"; texcolor 0 1 0
texture 0 "aard/boxtex/sketch64.png"; texcolor 0 0.4 0.1
texture 0 "aard/boxtex/sketch64.png"; texcolor 0.5 0.3 0.1
texture 0 "aard/boxtex/sketch64.png"; texcolor 0.8 0.6 0.4
newboxtex 64 0.5 0.5 0.5
newboxtex 64 1 1 1
newboxtex 64 1 0.9 0
newboxtex 64 1 0.6 0.1
newboxtex 64 1 0 0
newboxtex 64 1 0 1
newboxtex 64 0.4 0.2 0.6
newboxtex 64 0 0.7 0.9
newboxtex 64 0 0 1
newboxtex 64 0 1 0
newboxtex 64 0 0.4 0.1
newboxtex 64 0.5 0.3 0.1
newboxtex 64 0.8 0.6 0.4

texture 0 "aard/boxtex/sketch32.png"; texcolor 0.5 0.5 0.5
texture 0 "aard/boxtex/sketch32.png"; texcolor 1 1 1
texture 0 "aard/boxtex/sketch32.png"; texcolor 1 0.9 0
texture 0 "aard/boxtex/sketch32.png"; texcolor 1 0.6 0.1
texture 0 "aard/boxtex/sketch32.png"; texcolor 1 0 0
texture 0 "aard/boxtex/sketch32.png"; texcolor 1 0 1
texture 0 "aard/boxtex/sketch32.png"; texcolor 0.4 0.2 0.6
texture 0 "aard/boxtex/sketch32.png"; texcolor 0 0.7 0.9
texture 0 "aard/boxtex/sketch32.png"; texcolor 0 0 1
texture 0 "aard/boxtex/sketch32.png"; texcolor 0 1 0
texture 0 "aard/boxtex/sketch32.png"; texcolor 0 0.4 0.1
texture 0 "aard/boxtex/sketch32.png"; texcolor 0.5 0.3 0.1
texture 0 "aard/boxtex/sketch32.png"; texcolor 0.8 0.6 0.4
newboxtex 32 0.5 0.5 0.5
newboxtex 32 1 1 1
newboxtex 32 1 0.9 0
newboxtex 32 1 0.6 0.1
newboxtex 32 1 0 0
newboxtex 32 1 0 1
newboxtex 32 0.4 0.2 0.6
newboxtex 32 0 0.7 0.9
newboxtex 32 0 0 1
newboxtex 32 0 1 0
newboxtex 32 0 0.4 0.1
newboxtex 32 0.5 0.3 0.1
newboxtex 32 0.8 0.6 0.4

0 comments on commit ac52546

Please sign in to comment.