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?
214 Views Asked by user2676909 At
1
In order to add color/light to an object you can use
Appearance
node:The
material
field can be aMaterial
node:Or, if you want to add texture to your object you can use
texture
ortextureTransform
fields.You can find all you need on web3d.org.