#1
|
|||
|
|||
Adjusting point size of point cloud
http://docs.worldviz.com/vizard/comm.../pointSize.htm
I think that the above link is what I am looking for but I am unable to use it in my code. If I had an example I might be able to have better results. I'm trying to increase point size in a cloud. Cloud compare has varables but the default is 1. No matter what you make it the default is one. Can anyone help me adjust the points to a larger size? I am trying to get a cloud less pixelated by this method. Thanks in advance. |
#2
|
|||
|
|||
What is the format of the model that you are loading? The following code worked for me using a .3dc model:
Code:
model = viz.add('model.3dc') vizact.onkeydown('1',model.pointSize,1) vizact.onkeydown('2',model.pointSize,2) vizact.onkeydown('5',model.pointSize,5) |
#3
|
|||
|
|||
I have a PLY that I converted to OSGB in Inspector
Thanks - I'll try the code and report back. |
#4
|
|||
|
|||
Thanks Jeff - That worked!
I appreciate your time. |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Point Cloud Dissapearing | Seadna | Vizard | 2 | 11-16-2015 02:47 AM |
Viewing mesh/point cloud in vizard | ecatcom1 | Vizard | 1 | 01-20-2015 06:31 AM |
Point cloud library | agrima | Vizard | 0 | 07-05-2014 11:57 PM |
animate an object using 5dt data glove 5 ultra | agrima | Vizard | 3 | 07-01-2014 12:17 PM |
Unexpected Change of Window Size | javadi | Vizard | 7 | 07-23-2013 03:56 PM |