|
addMaterialTag(material,
tag)
Deprecated: Use vrMetadataService.addTags in API v2. |
|
|
|
addMaterialTag(materials,
tag)
Deprecated: Use vrMetadataService.addTags in API v2. |
|
|
|
addMaterialTags(material,
tags)
Deprecated: Use vrMetadataService.addTags in API v2. |
|
|
|
addMaterialTags(materials,
tags)
Deprecated: Use vrMetadataService.addTags in API v2. |
|
|
|
removeMaterialTag(material,
tag)
Deprecated: Use vrMetadataService.removeTags in API v2. |
|
|
|
removeMaterialTag(materials,
tag)
Deprecated: Use vrMetadataService.removeTags in API v2. |
|
|
|
removeMaterialTags(material,
tags)
Deprecated: Use vrMetadataService.removeTags in API v2. |
|
|
|
removeMaterialTags(materials,
tags)
Deprecated: Use vrMetadataService.removeTags in API v2. |
|
|
|
replaceMaterialTag(material,
oldTag,
newTag)
Deprecated: Use vrMetadataService.renameTag in API v2. |
|
|
|
replaceMaterialTag(materials,
oldTag,
newTag)
Deprecated: Use vrMetadataService.renameTag in API v2. |
|
|
vrMaterialPtr
|
createMaterial(type)
Deprecated: Use vrMaterialService.createMaterial(name,
type) in API v2. |
|
|
vrMaterialPtr
|
findMaterial(name)
Deprecated: Use vrMaterialService.findMaterial(name) in
API v2. |
|
|
list of vrMaterialPtrs
|
findMaterials(name,
regexp)
See vrMaterialService.findMaterials(name) in API v2. |
|
|
list of vrMaterialPtrs
|
getAllMaterials()
Deprecated: Use vrMaterialService.getAllMaterials() in
API v2. |
|
|
|
getMaterialTags(material)
Deprecated: Use vrMetadataService.getTags() in API v2. |
|
|
list of vrMaterialPtrs
|
|
list of vrMaterialPtrs
|
getMaterialsWithTags(tags,
matchAllTags)
Deprecated: Use vrMaterialService.getMaterialsWithAnyTag
or vrMaterialService.getMaterialsWithAllTags in API v2. |
|
|
|
hasMaterialTag(material,
tag)
Deprecated: Use vrMetadataService.hasTag() in API v2. |
|
|
|
hasMaterialTags(material,
tag)
Deprecated: Use vrMetadataService.getTags() in API v2. |
|
|
|
setEnvironmentImage(mat,
image_path)
Deprecated: Use vrImageService.loadImage(image_path,
vrImageTypes.LoadType.Environment) and
envMat.setEnvironment(img) in API v2. |
|
|
|
setMaterialImage(mat,
field_name,
image_path)
Deprecated: Use vrImageService.loadImage(image_path) and
e.g. |
|
|
|
|
|
setTextureTransform(mat,
translate,
rotate,
scale)
Changes the input coordinate transformation for texture projections
in ubermaterials. |
|
|
vrMaterialPtr
|
toMaterial(id)
Returns a material pointer corresponding to the material id provided. |
|
|