supertuxkart-sourceforge-migration / stk-migration-test2

0 stars 0 forks source link

LOD Model visible #695

Open supertuxkart-sourceforge-migration opened 10 years ago

supertuxkart-sourceforge-migration commented 10 years ago

Author: auria

See attached screenshot. This model, in blender, is tagged "LOD model". thus it should not be visible

Migrated-From: https://sourceforge.net/apps/trac/supertuxkart/ticket/695

supertuxkart-sourceforge-migration commented 10 years ago

Author: auria This can be traced to the following line :

  <object type="animation" model="TyphaLatifolia.b3d" xyz="13.43 0.00 -7.80" hpr="0.0 -0.0 0.0" scale="1.00 1.00 1.00"  lod_distance="100.0" lod_group="WaterPlant1" interaction="none">
  </object>

lod_instance is not set so this object should only be created as a LOD model

supertuxkart-sourceforge-migration commented 10 years ago

Author: auria should be fixed as of r11523