Author Topic: Visualizer for non-standard models (Revisited)  (Read 894 times)

Offline nmiller0113

  • Sr. Member
  • ****
  • Posts: 256
    • View Profile
    • The Miller Lights
Visualizer for non-standard models (Revisited)
« on: August 30, 2021, 04:48:32 PM »
Some time ago I was trying to set up my models in Visualizer and was having problems getting the result I desired. I found out that I couldn't because some of my models are non-standard. As an example, I have a Tree Model with 16 strings of 200 nodes each. The issue is that I ran into is when I move that model over to a port in the Visualizer and it auto maps across 16 ports. Unfortunately for my setup, as I choose not to power inject, I have 32 ports in use (2 per string). There was no way to split that up in the visualizer, and I can't break up the model into 32 strings of 100 as it changes the layout of the tree, adding an additional 16 lines....but what I need is them stacked by sets of 2.

I hope that my explanation makes sense. What I'm revisiting this to find out, is whether this functionality has been expanded to address this scenario. It's been a couple of years since I last checked on this and in looking at the latest version I'm not sure I can find a way around my situation still.

Offline jnealand

  • Hero Member
  • *****
  • Posts: 1421
    • View Profile
Re: Visualizer for non-standard models (Revisited)
« Reply #1 on: August 31, 2021, 11:06:14 AM »
I'm confused.  If you are using 32 ports you should be specifying 32 strings, at least as I have been taught a port = a string (logical string not necessarily a phyical string). 

Where a logical string is whatever is connected to that port even if made up of 20 short physical strings of 10,  or 2 physical strings of 100.  In either case it would be one string of 200. 
Jim Nealand
Kennesaw, GA

Offline nmiller0113

  • Sr. Member
  • ****
  • Posts: 256
    • View Profile
    • The Miller Lights
Re: Visualizer for non-standard models (Revisited)
« Reply #2 on: August 31, 2021, 12:32:55 PM »
I'm confused.  If you are using 32 ports you should be specifying 32 strings, at least as I have been taught a port = a string (logical string not necessarily a phyical string). 

Where a logical string is whatever is connected to that port even if made up of 20 short physical strings of 10,  or 2 physical strings of 100.  In either case it would be one string of 200.

This may help clarify. My tree is a flat tree made up of 16 vertical strands, each strand is made up of 2 100 pixel strings. If I specify 32 strings, and 1 strand, then it makes 32 verticals strands on the tree...which is not correct. What I need is the opposite of what strands does.

As an example, I could say there are 16 strings of 200 nodes with 2 strands and that will make 32 vertical strands. What I need is to specify 32 strings of 100 nodes and have the strands section divide it by 2 in order to maintain 16 vertical strands.

I hope that is clearer.

Offline keithsw1111

  • Administrator
  • Hero Member
  • *****
  • Posts: 2733
    • View Profile
    • Kellyville Christmas Lights
Re: Visualizer for non-standard models (Revisited)
« Reply #3 on: August 31, 2021, 04:32:22 PM »
2 100 pixel string connected together should be considered 1 string of 200.


Sent from my iPhone using Tapatalk

Offline nmiller0113

  • Sr. Member
  • ****
  • Posts: 256
    • View Profile
    • The Miller Lights
Re: Visualizer for non-standard models (Revisited)
« Reply #4 on: August 31, 2021, 04:43:39 PM »
Correct Keith, but mine aren't connected together. 100 pixels are connected to port 1 and the next 100 are connected to port 2, but in the model setup it is shown as 1 string. My whole tree is 16 strings of 200 pixels, each connected to two ports.

Offline keithsw1111

  • Administrator
  • Hero Member
  • *****
  • Posts: 2733
    • View Profile
    • Kellyville Christmas Lights
Re: Visualizer for non-standard models (Revisited)
« Reply #5 on: August 31, 2021, 04:45:07 PM »
So shadow models are the only way you could do that with visualiser.


Sent from my iPhone using Tapatalk

Offline nmiller0113

  • Sr. Member
  • ****
  • Posts: 256
    • View Profile
    • The Miller Lights
Re: Visualizer for non-standard models (Revisited)
« Reply #6 on: August 31, 2021, 05:04:46 PM »
Thanks Keith, makes sense after watching your video on this https://www.youtube.com/watch?v=VKSyxB14-SE

Quick question, do you have a suggested method for doing this based on my tree model that you suggest? I want to make sure my shadow models are built the most efficiently. Thanks again!