Page 1 of 1
sphere noob prob
Posted: Fri Mar 28, 2008 4:22 am
by danyolgiax
Hi all!
after 1 year I return to work with blender and Indigo and immediatly I found a prob.
I've to create a sphere... I've create an icoSphere and renamed it in xyz.sphere.
when I export it with Blendigo I have something like this :
<mesh>
<name>xyz.sphere</name>
<normal_smoothing>true</normal_smoothing>
<embedded>
<expose_uv_set>
<index>0</index>
<name>uv</name>
</expose_uv_set>
<vertex pos="0.361804 -0.587779 -0.723612" ...
when I expected <sphere>!!!
What I've missed?
Dox
Posted: Fri Mar 28, 2008 4:45 am
by SmartDen
you've missed that the whole inner-life of blendigo was rewritten by me. Therefore some things dont work so as early. But it's on my TODO list.
Posted: Fri Mar 28, 2008 4:57 am
by danyolgiax
ah!!
ok!... so i'll use it as is!!
thx!!
Posted: Fri Mar 28, 2008 5:29 am
by SmartDen
danyolgiax wrote:_________________
(Blender 2.44, Indigo 0.8, Blendigo 0.8 beta 2)
are you really using such old software?

update!
Posted: Fri Mar 28, 2008 5:32 am
by danyolgiax
No... just logged in and posted ... not yet changed my signature!
I'm using Blender 2.45, Indigo 1.08
Posted: Fri Mar 28, 2008 5:54 am
by danyolgiax
SmartDen wrote:you've missed that the whole inner-life of blendigo was rewritten by me. Therefore some things dont work so as early. But it's on my TODO list.
but in this case... how to render a perfect sphere?
Posted: Fri Mar 28, 2008 6:06 am
by SmartDen
UVsphere->smooth->Subsurf:2 is "perfect" enough
Posted: Fri Mar 28, 2008 9:26 am
by Kram1032
....and if you want to optimize the result even further (wont be much of a visual difference, though... biggest change will be on the poles

), add a cast modifier with spherify at 1

Posted: Fri Mar 28, 2008 8:39 pm
by danyolgiax
WILCO!
but just a question, using:
<mesh>
<name>xyz.sphere</name>
<normal_smoothing>true</nor....
instead of <sphere>....
isn't slowly and more complex to render?... If I've a lot of spheres in my schene Blender should be slowed too... or not?
Posted: Sun Mar 30, 2008 11:02 am
by Kram1032
more complex to render, yes....
you could also edit your scene file, after export

It's not that hard. you only need the radius and the coordinates

Posted: Tue Apr 01, 2008 6:14 am
by 5OnIt
SmartDen wrote:UVsphere->smooth->Subsurf:2 is "perfect" enough
Well... not always. If you add a subsurf modifier, don't forget to change the scale for the Z axis so it matches X and Y. If you don't, your sphere will be oblong.