I want to find a way to add specular map and bump map on a object,but after I read the documantation of vrml97 and x3d ,I can not find any method.
How to add specular map,bump map and colour texture in one object using x3d?
236 Views Asked by user2676909 At
1
In order to add color/light to an object you can use
Appearancenode:The
materialfield can be aMaterialnode:Or, if you want to add texture to your object you can use
textureortextureTransformfields.You can find all you need on web3d.org.