View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000923VTK(No Category)public2004-06-10 12:482011-01-13 17:00
ReporterClinton Stimpson 
Assigned ToClinton Stimpson 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000923: vtkConeSource::SetDirection not always right
DescriptionIf I call
cone_source->SetDirection(-1,0,0)
the orientation is actually (1,0,0), which is wrong.
if I set the direction to (1,0,0)
the orientation is correct.

You can use Examples/Tutorial/Step1/Python/Cone.py
and add a call to set the direction

Also I've noticed that doing a
SetDirection(-1,0.00000000000000001, 0)
actually sets it reeeeaaaalllly close to what I want. Make the parameter zero, and the cone does a 180.
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
(0001852)
Clinton Stimpson (developer)
2005-01-03 15:05

I'll take this bug.
(0001980)
Clinton Stimpson (developer)
2005-01-26 15:02

Fixed in CVS version 1.72 of vtkConeSource.cxx.

 Issue History
Date Modified Username Field Change
2010-11-29 17:59 Clinton Stimpson Source_changeset_attached => VTK master df80d7f7
2011-01-13 17:00 Source_changeset_attached => VTK master a2bd8391
2011-01-13 17:00 Source_changeset_attached => VTK master 020ef709
2011-06-16 13:11 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team