Skip to content

How to make the plane renderer have a single non-repeating texture on it's material? #300

Answered by RGregat
lokiiarora asked this question in Q&A
Discussion options

You must be logged in to vote

A very basic implementation of what @grassydragon suggested

Layout.xml

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:id="@+id/linearLayout">

    <ImageView
        android:id="@+id/image_view_ar"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:background="@drawable/ic_tracking_plane"
        tools:layout_conversion_absoluteHeight="50dp"
        tools:layout_editor_absoluteY="0dp"
        tools:layout_editor_absoluteX="0dp"

Replies: 4 comments 16 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@RGregat
Comment options

@grassydragon
Comment options

@lokiiarora
Comment options

@ThomasGorisse
Comment options

@ThomasGorisse
Comment options

Answer selected by lokiiarora
Comment options

You must be logged in to vote
1 reply
@lokiiarora
Comment options

Comment options

You must be logged in to vote
9 replies
@dhaval-android
Comment options

@grassydragon
Comment options

@dhavalenstead
Comment options

@grassydragon
Comment options

@dhavalenstead
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants