typpo/spacekit

Labels dont' show properly for objects without ephem

Closed this issue · 0 comments

const asteroid = viz.createObject('Asteroid', {
position: [3, 1, -5],
labelText: 'My asteroid',
textureUrl: planets[0].img
});

This will not show the label over the asteroid

Same happens with createSphere

Note: this issue only happens if the simulation is not paused