Audiosurf 2

Audiosurf 2

Mod your music
Customize everything you hear, everything you see, and even the way you play. Choose a song, choose a mod, and choose a skin. Mix and Match!
Tundra 27 Nov, 2015 @ 2:36pm
Applying textures to models
I can't seem to get any textures to apply on any models, whether it be just the color red or a more complicated image, they simply refuse to show up. Is there some specific way to get images to show up, because I feel like I must be missing something.
< >
Showing 1-1 of 1 comments
The Gooey Fox™ 16 Mar, 2017 @ 7:40pm 
here's an example :) hope it helps

tower_01mesh = BuildMesh{ mesh="tower_01.obj", } tower_01material = BuildMaterial { shader = "UnlitTintedTex", shadercolors={ _Color = {colorsource="highway", scaletype="intensity", minscaler=1.1, maxscaler=1.6} }, shadersettings = {_Brightness=0.5}, textures={ _MainTex = "tower_01_AO_D.png" } } CreateObject{ name = "Tower_01", gameobject = { visible = false, mesh = tower_01mesh, material = tower_01material } }

If you want a detailed image to show up you will have to learn to do UV mapping in a 3D editor. I recommend Blender3D
< >
Showing 1-1 of 1 comments
Per page: 1530 50