View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0003933ParaView(No Category)public2006-10-12 08:162007-01-16 11:59
ReporterKen Moreland 
Assigned ToClinton Stimpson 
PriorityurgentSeverityfeatureReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0003933: Add Materials support
DescriptionParaView 2.6 will have the ability to set the material properties (including hardware shaders) with an xml file. ParaView 3 should have the same support.
TagsNo tags attached.
Project
Topic Name
Type
Attached Filesxml file icon ProceduralTexture.xml [^] (5,462 bytes) 1969-12-31 19:00

 Relationships

  Notes
(0005857)
Clinton Stimpson (developer)
2006-12-01 17:33

Can I have some more information on how I would do this in Paraview 2?
Is there an XML file that can be attached to this bug report?

Is this related at all to adding textures to geometry that has texture coordinates, which ParaView2 can do and ParaView3 can't?
(0005861)
Ken Moreland (manager)
2006-12-04 11:16

I've attached an example material file.

To use the material file in ParaView 2, go to the Display tab, under the Material option select "Browse..." and then select the material file. The attached file should show up well on the cone source.

Basically all the option does is to pass the file to the LoadMaterial method of vtkProperty (I think).

This is not very related to the texturing ability. The implementations should be distinct.
(0005866)
Clinton Stimpson (developer)
2006-12-04 13:28

What requirements must be satisfied for me to see a materials button?
(0005867)
Ken Moreland (manager)
2006-12-04 16:36

There are no requirements. It's a chooser box that is on the display tab of any pipeline object.
(0005880)
Clinton Stimpson (developer)
2006-12-05 15:19

I turned VTK_USE_GLSL_SHADERS on and I get it now.
(0005882)
Ken Moreland (manager)
2006-12-05 15:22

Ahhh. It must have been a while since you made a clean build. VTK_USE_GLSL_SHADERS has defaulted to ON for several months now, but that has no effect if it is already set to OFF in your CMakeCache.txt.
(0006179)
Clinton Stimpson (developer)
2007-01-15 12:29

/cvsroot/ParaView3/ParaView3/Qt/Components/pqDisplayProxyEditor.cxx,v <-- pqDisplayProxyEditor.cxx
new revision: 1.16; previous revision: 1.15
/cvsroot/ParaView3/ParaView3/Qt/Components/pqDisplayProxyEditor.h,v <-- pqDisplayProxyEditor.h
new revision: 1.12; previous revision: 1.11
/cvsroot/ParaView3/ParaView3/Qt/Components/Resources/UI/pqDisplayProxyEditor.ui,v <-- pqDisplayProxyEditor.ui
new revision: 1.10; previous revision: 1.9

 Issue History
Date Modified Username Field Change
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team