You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our use case requires us to query a database for the location of a file. We update state with the returned URL and we are trying to set the src of the model with the state. For example:
This does not work. Is there something I am missing here? Or is this something that would be difficult to add? The only way we can get this to work is to hardcode the url into the src path.
Thanks in advance for any help you can offer!
The text was updated successfully, but these errors were encountered:
Our use case requires us to query a database for the location of a file. We update state with the returned URL and we are trying to set the src of the model with the state. For example:
< OBJModel src={this.state.filePath} texPath="" />
This does not work. Is there something I am missing here? Or is this something that would be difficult to add? The only way we can get this to work is to hardcode the url into the src path.
Thanks in advance for any help you can offer!
The text was updated successfully, but these errors were encountered: