Animated textures ?

Everything related to 3D programming
User avatar
skinkairewalker
Enthusiast
Enthusiast
Posts: 627
Joined: Fri Dec 04, 2015 9:26 pm

Animated textures ?

Post by skinkairewalker »

hello everyone !!
using purebasic 3d ogre , is it possible to create pro game textures similar to this one?
Image
moving textures...
I appreciate the attention!
User avatar
STARGÅTE
Addict
Addict
Posts: 2067
Joined: Thu Jan 10, 2008 1:30 pm
Location: Germany, Glienicke
Contact:

Re: Animated textures ?

Post by STARGÅTE »

I'm not sure what is "a pro game texture", but regarding your title you can try:
ScrollMaterial()
RotateMaterial()
MaterialAnimation()
PB 6.01 ― Win 10, 21H2 ― Ryzen 9 3900X, 32 GB ― NVIDIA GeForce RTX 3080 ― Vivaldi 6.0 ― www.unionbytes.de
Lizard - Script language for symbolic calculations and moreTypeface - Sprite-based font include/module
User avatar
pf shadoko
Enthusiast
Enthusiast
Posts: 280
Joined: Thu Jul 09, 2015 9:07 am

Re: Animated textures ?

Post by pf shadoko »

for this kind of thing, you have to start programming shaders
Post Reply