Replies: 1 comment
-
@wddl Were you able to get this to work on Android? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
in filament::gltfio::Wireframe class LINES are created , as follows:
RenderableManager::Builder(1) .culling(false) .castShadows(false) .receiveShadows(false) .geometry(0, RenderableManager::PrimitiveType::LINES, mVertexBuffer, mIndexBuffer) .build(*engine, mEntity);
but in android lines width is too thin. how to Increase line width? thanks!
Beta Was this translation helpful? Give feedback.
All reactions