Reading every day.
![](/uploads/imported_avatars/upload/2cde590848b478d382d186ea9f7f6116_23646.jpg)
Posts
-
RE: [Plugin] Eneroth Railroad System (v 0.1.21)
Fantastic plugin AND model. I miss those ICE from Germany, 300km/h without a bump.
Ohh and thx for your Texture Positioning plug-in I use a lot.
-
RE: Searching a plugin to deeply explode nesting groups
wow that's was fast! great plug-in very simple and efficient
it's is even useful to know if the group/component have any loose geometry inside by looking the disabled button on the context menu.
-
RE: Searching a plugin to deeply explode nesting groups
@krisidious said:
Great. Now I said bomb and exploding on the internet.
Dear FBI, CIA, NSA et cetera...
I am not a terrorist. mkay? thanks and bye.
You are on the black list now, lol
-
RE: Searching a plugin to show real triangles
Thanks Thomthom
I had your Model info but did not realized it shows the real triangles count.
-
RE: Hide at a distance from the camera - works but slooooowwww
well the idea is to work with large models, and don't have to manually hide objects to give more frame rate. I thinks fog don't help with less entities to display.
-
Hide at a distance from the camera - works but slooooowwww
Hello again.
I was playing with the ruby and make a little plug in to hide everything away from the camera.
Like this:
It work perfectly! but slow like a turtle! this scene above take about 20 seconds
Here is the script:
model=Sketchup.active_model eye=model.active_view.camera.eye selection = Sketchup.active_model.selection selection.each { |entity| distance=eye.distance(entity.bounds.center) if distance > 20000 entity.hidden = true end }
I think that calculate the center of all items is very hard work. Maybe you guys have a way that don't make the cpu calculate so hard. Or maybe what is taking time is to calculate the distance, then teh ideia is bad after all.
-
Searching a plugin to show real triangles
Hello guys!
I remember to see a plug-in that show the real triangles of the faces, like in blender, kerkythea also shows it. I am not talking about the hidden geometry button. It's good to see the real triangles to make lighter models.
I can't find it.
Maybe you guys can help me. Thanks!
-
RE: Spread3D 1.2 is out! Interactive 3D presentations
intresting, I was looking for something like this.
-
RE: Roll-over user info
@jim said:
This is just incredibly annoying. Please make the target include both the user's name and (i) icon, maybe ease it in and out, or just get rid of it.
[attachment=0:2epap9kg]<!-- ia0 -->an.gif.gif<!-- ia0 -->[/attachment:2epap9kg]Or not. Thanks.
get rid of it.
maybe a open poll
-
RE: Remodeling interior - LightUp
Nice!
just maybe the sun light could be stronger. maybe more yellow.
-
RE: Get component definition name
ohhhhhh this one is for me:
Thank you very much. I was expecting something very simple but not that simple.
Starting to like ruby. I only know php and javascript, but this ruby is good.
Thank you Jim
-
RE: Shadow problem...
it's not the only important button in sketchup that does't look like a button.